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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-d8f66796-84dc-469f-b75e-8e1bedf55296 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8f66796-84dc-469f-b75e-8e1bedf55296 {
  display: none;
}
#s-d8f66796-84dc-469f-b75e-8e1bedf55296, #wrap-s-d8f66796-84dc-469f-b75e-8e1bedf55296 { display: none !important; }}@media (max-width: 767px){#s-d8f66796-84dc-469f-b75e-8e1bedf55296 {
  display: none;
}
#s-d8f66796-84dc-469f-b75e-8e1bedf55296, #wrap-s-d8f66796-84dc-469f-b75e-8e1bedf55296 { display: none !important; }}







#s-d8f66796-84dc-469f-b75e-8e1bedf55296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8f66796-84dc-469f-b75e-8e1bedf55296.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-16ff5b23-c983-46aa-884b-4bc3b5b1e750 {
  text-align: center;
}
@media (min-width: 1200px){#s-16ff5b23-c983-46aa-884b-4bc3b5b1e750 {
  margin-top: -80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16ff5b23-c983-46aa-884b-4bc3b5b1e750 {
  margin-top: -75px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-16ff5b23-c983-46aa-884b-4bc3b5b1e750 {
  display: none;
}
#s-16ff5b23-c983-46aa-884b-4bc3b5b1e750, #wrap-s-16ff5b23-c983-46aa-884b-4bc3b5b1e750 { display: none !important; }}@media (max-width: 767px){#s-16ff5b23-c983-46aa-884b-4bc3b5b1e750 {
  display: none;
}
#s-16ff5b23-c983-46aa-884b-4bc3b5b1e750, #wrap-s-16ff5b23-c983-46aa-884b-4bc3b5b1e750 { display: none !important; }}






  #s-16ff5b23-c983-46aa-884b-4bc3b5b1e750 img.shogun-image {
    

    
    
    
  }


#s-16ff5b23-c983-46aa-884b-4bc3b5b1e750 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: Europa;
  text-transform: none;
  font-weight: 400;
  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-66d6c3a9-0a3a-423d-b069-e6b9ee4a57d6 {
  padding-top: 0px;
padding-bottom: 24px;
text-align: center;
}

#s-66d6c3a9-0a3a-423d-b069-e6b9ee4a57d6 .shogun-heading-component h1 {
  color: rgba(252, 251, 251, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 4px;
  
}



.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 {
  color: #000000;
  font-family: Europa;
  font-weight: 400;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: Europa;
}

.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 {
  color: #000000;
  font-family: Europa;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Europa;
  font-weight: 400;
}

#s-2c2369ef-ef9f-4e22-9261-415111929f81 {
  padding-top: 0px;
padding-bottom: 16px;
}

.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 {
  font-weight: 400;
  font-family: Europa;
}

.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-5bac19b0-7863-45d9-9ae7-1f13485c3c12 {
  border-style: solid;
padding-top: 16px;
padding-left: 64px;
padding-bottom: 16px;
padding-right: 64px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-5bac19b0-7863-45d9-9ae7-1f13485c3c12:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 0.35) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5bac19b0-7863-45d9-9ae7-1f13485c3c12:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 0.4) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-5bac19b0-7863-45d9-9ae7-1f13485c3c12 {
  display: none;
}
#s-5bac19b0-7863-45d9-9ae7-1f13485c3c12, #wrap-s-5bac19b0-7863-45d9-9ae7-1f13485c3c12 { display: none !important; }}@media (max-width: 767px){#s-5bac19b0-7863-45d9-9ae7-1f13485c3c12 {
  display: none;
}
#s-5bac19b0-7863-45d9-9ae7-1f13485c3c12, #wrap-s-5bac19b0-7863-45d9-9ae7-1f13485c3c12 { display: none !important; }}

  #s-5bac19b0-7863-45d9-9ae7-1f13485c3c12-root {
    text-align: center;
  }


#s-5bac19b0-7863-45d9-9ae7-1f13485c3c12.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5bac19b0-7863-45d9-9ae7-1f13485c3c12-root {
    text-align: center;
  }


#s-5bac19b0-7863-45d9-9ae7-1f13485c3c12.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bac19b0-7863-45d9-9ae7-1f13485c3c12-root {
    text-align: center;
  }


#s-5bac19b0-7863-45d9-9ae7-1f13485c3c12.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bac19b0-7863-45d9-9ae7-1f13485c3c12-root {
    text-align: center;
  }


#s-5bac19b0-7863-45d9-9ae7-1f13485c3c12.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5bac19b0-7863-45d9-9ae7-1f13485c3c12-root {
    text-align: center;
  }


#s-5bac19b0-7863-45d9-9ae7-1f13485c3c12.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-4157e2b4-ebf8-4c7e-817a-408a1dcde706 {
  margin-top: -12%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4157e2b4-ebf8-4c7e-817a-408a1dcde706 {
  display: none;
}
#s-4157e2b4-ebf8-4c7e-817a-408a1dcde706, #wrap-s-4157e2b4-ebf8-4c7e-817a-408a1dcde706 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4157e2b4-ebf8-4c7e-817a-408a1dcde706 {
  display: none;
}
#s-4157e2b4-ebf8-4c7e-817a-408a1dcde706, #wrap-s-4157e2b4-ebf8-4c7e-817a-408a1dcde706 { display: none !important; }}







#s-4157e2b4-ebf8-4c7e-817a-408a1dcde706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4157e2b4-ebf8-4c7e-817a-408a1dcde706.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#play-in-mux-player,
#close-mux-player,
#play-in-mux-video,
#close-mux-video,
#play-in-video-js,
#close-video-js {
    display: none;
}

#mux-video-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

#mux-video-wrapper,
#mux-video {
    width: 100%;
    max-height: 100%;
}
#s-228e7d28-9657-4c5b-9dd3-24d30f367051 {
  text-align: center;
}
@media (max-width: 767px){#s-228e7d28-9657-4c5b-9dd3-24d30f367051 {
  margin-top: -50px;
}
}






  #s-228e7d28-9657-4c5b-9dd3-24d30f367051 img.shogun-image {
    

    
    
    
  }


#s-228e7d28-9657-4c5b-9dd3-24d30f367051 .shogun-image-content {
  
    align-items: center;
  
}

#s-09dafbf1-1bfa-449b-9251-5beec434d284 {
  padding-bottom: 8px;
}

#s-464ba759-f600-40f7-a3a0-5a75da0ac7d4 {
  border-style: solid;
padding-top: 16px;
padding-left: 64px;
padding-bottom: 16px;
padding-right: 64px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 248, 248, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-464ba759-f600-40f7-a3a0-5a75da0ac7d4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 0.35) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-464ba759-f600-40f7-a3a0-5a75da0ac7d4:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.4) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-464ba759-f600-40f7-a3a0-5a75da0ac7d4-root {
    text-align: center;
  }


#s-464ba759-f600-40f7-a3a0-5a75da0ac7d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-464ba759-f600-40f7-a3a0-5a75da0ac7d4-root {
    text-align: center;
  }


#s-464ba759-f600-40f7-a3a0-5a75da0ac7d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-464ba759-f600-40f7-a3a0-5a75da0ac7d4-root {
    text-align: center;
  }


#s-464ba759-f600-40f7-a3a0-5a75da0ac7d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-464ba759-f600-40f7-a3a0-5a75da0ac7d4-root {
    text-align: center;
  }


#s-464ba759-f600-40f7-a3a0-5a75da0ac7d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-464ba759-f600-40f7-a3a0-5a75da0ac7d4-root {
    text-align: center;
  }


#s-464ba759-f600-40f7-a3a0-5a75da0ac7d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-08ecfad8-1ace-48f0-81a0-91f715a00528 {
  margin-top: 7%;
margin-left: 0%;
margin-bottom: 7%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-08ecfad8-1ace-48f0-81a0-91f715a00528 {
  display: none;
}
#s-08ecfad8-1ace-48f0-81a0-91f715a00528, #wrap-s-08ecfad8-1ace-48f0-81a0-91f715a00528 { display: none !important; }}@media (max-width: 767px){#s-08ecfad8-1ace-48f0-81a0-91f715a00528 {
  display: none;
}
#s-08ecfad8-1ace-48f0-81a0-91f715a00528, #wrap-s-08ecfad8-1ace-48f0-81a0-91f715a00528 { display: none !important; }}







#s-08ecfad8-1ace-48f0-81a0-91f715a00528 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08ecfad8-1ace-48f0-81a0-91f715a00528.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bcd5b95-9cc6-4423-813d-74aae16c36bd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bcd5b95-9cc6-4423-813d-74aae16c36bd .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 2px;
  
}



#s-91004a28-f9b4-4711-9478-d04e95666747 {
  margin-left: 10%;
margin-right: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-ae779e4f-429a-456a-9f89-4fcb27dc04c3 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ae779e4f-429a-456a-9f89-4fcb27dc04c3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ae779e4f-429a-456a-9f89-4fcb27dc04c3 .shg-sld-nav-button.shg-sld-left,
#s-ae779e4f-429a-456a-9f89-4fcb27dc04c3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-ec4f435d-cac8-4698-b448-2c155448f110 {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-ec4f435d-cac8-4698-b448-2c155448f110"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ec4f435d-cac8-4698-b448-2c155448f110"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-ec4f435d-cac8-4698-b448-2c155448f110"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec4f435d-cac8-4698-b448-2c155448f110"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-7512288d-399b-4c2d-a2d1-59f997ae0a67 {
  margin-left: auto;
margin-right: auto;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 {
    width: 100%;
    height: auto;
  }

  #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image {
    
    
  }


.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container {
      position: relative;
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 {
    width: 100%;
    height: auto;
  }

  #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image {
    
    
  }


.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container {
      position: relative;
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 {
    width: 100%;
    height: auto;
  }

  #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image {
    
    
  }


.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container {
      position: relative;
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 {
    width: 100%;
    height: auto;
  }

  #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image {
    
    
  }


.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container {
      position: relative;
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 {
    width: 100%;
    height: auto;
  }

  #s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image {
    
    
  }


.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container {
      position: relative;
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecb67d89-88df-4c6d-a8e5-26db64c4ea96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-99b431ca-1311-4fa6-910c-82e0682d8218 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99b431ca-1311-4fa6-910c-82e0682d8218 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-4283a810-c4d5-4f78-936f-e832a0d25677 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-4283a810-c4d5-4f78-936f-e832a0d25677 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4283a810-c4d5-4f78-936f-e832a0d25677 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4283a810-c4d5-4f78-936f-e832a0d25677 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-423b15a3-afe6-44d0-b8a5-36ca5e665b24 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-423b15a3-afe6-44d0-b8a5-36ca5e665b24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-423b15a3-afe6-44d0-b8a5-36ca5e665b24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-423b15a3-afe6-44d0-b8a5-36ca5e665b24 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-423b15a3-afe6-44d0-b8a5-36ca5e665b24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-423b15a3-afe6-44d0-b8a5-36ca5e665b24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-423b15a3-afe6-44d0-b8a5-36ca5e665b24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-423b15a3-afe6-44d0-b8a5-36ca5e665b24.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fa5cc956-3517-452a-bd7e-867a38d7e587 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  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-f6bc4be2-a849-44c3-85ab-7cc94b142e6e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f6bc4be2-a849-44c3-85ab-7cc94b142e6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6bc4be2-a849-44c3-85ab-7cc94b142e6e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f6bc4be2-a849-44c3-85ab-7cc94b142e6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6bc4be2-a849-44c3-85ab-7cc94b142e6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6bc4be2-a849-44c3-85ab-7cc94b142e6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6bc4be2-a849-44c3-85ab-7cc94b142e6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6bc4be2-a849-44c3-85ab-7cc94b142e6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6bc4be2-a849-44c3-85ab-7cc94b142e6e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f6bc4be2-a849-44c3-85ab-7cc94b142e6e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f6bc4be2-a849-44c3-85ab-7cc94b142e6e img.shogun-image {
  width: 100%;
}



}
#s-52f3d908-c745-4547-95c2-b8cda4389f83 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52f3d908-c745-4547-95c2-b8cda4389f83 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-370fc827-8e46-457c-81fd-d09de4d0e85a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-370fc827-8e46-457c-81fd-d09de4d0e85a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-370fc827-8e46-457c-81fd-d09de4d0e85a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-370fc827-8e46-457c-81fd-d09de4d0e85a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b570bd44-6b4d-48e6-961a-73cc07c21bbc {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b570bd44-6b4d-48e6-961a-73cc07c21bbc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b570bd44-6b4d-48e6-961a-73cc07c21bbc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b570bd44-6b4d-48e6-961a-73cc07c21bbc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b570bd44-6b4d-48e6-961a-73cc07c21bbc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b570bd44-6b4d-48e6-961a-73cc07c21bbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b570bd44-6b4d-48e6-961a-73cc07c21bbc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b570bd44-6b4d-48e6-961a-73cc07c21bbc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bb917ab6-36fd-46ae-8198-526d2162463d {
  margin-left: auto;
margin-right: auto;
}

#s-d3725ba3-e2d7-48d6-9af1-46ba3386caba {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba {
    width: 100%;
    height: auto;
  }

  #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image {
    
    
  }


.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shogun-image-content {
  
    align-items: center;
  
}

.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container {
      position: relative;
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba {
    width: 100%;
    height: auto;
  }

  #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image {
    
    
  }


.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shogun-image-content {
  
    align-items: center;
  
}

.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container {
      position: relative;
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba {
    width: 100%;
    height: auto;
  }

  #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image {
    
    
  }


.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shogun-image-content {
  
    align-items: center;
  
}

.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container {
      position: relative;
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba {
    width: 100%;
    height: auto;
  }

  #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image {
    
    
  }


.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shogun-image-content {
  
    align-items: center;
  
}

.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container {
      position: relative;
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba {
    width: 100%;
    height: auto;
  }

  #s-d3725ba3-e2d7-48d6-9af1-46ba3386caba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image {
    
    
  }


.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba .shogun-image-content {
  
    align-items: center;
  
}

.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container {
      position: relative;
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3725ba3-e2d7-48d6-9af1-46ba3386caba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ae462938-4d86-468e-baee-e3047173e119 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae462938-4d86-468e-baee-e3047173e119 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-13ac5bed-40d1-4821-b834-93a0726c1401 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-13ac5bed-40d1-4821-b834-93a0726c1401 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-13ac5bed-40d1-4821-b834-93a0726c1401 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-13ac5bed-40d1-4821-b834-93a0726c1401 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-de98cd0a-8453-4d7e-baca-a6131721582f {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-de98cd0a-8453-4d7e-baca-a6131721582f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de98cd0a-8453-4d7e-baca-a6131721582f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de98cd0a-8453-4d7e-baca-a6131721582f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de98cd0a-8453-4d7e-baca-a6131721582f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de98cd0a-8453-4d7e-baca-a6131721582f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de98cd0a-8453-4d7e-baca-a6131721582f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-de98cd0a-8453-4d7e-baca-a6131721582f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-235c4f60-bc8d-4e42-9ba5-0e7d854e1faa {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-235c4f60-bc8d-4e42-9ba5-0e7d854e1faa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-235c4f60-bc8d-4e42-9ba5-0e7d854e1faa"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-235c4f60-bc8d-4e42-9ba5-0e7d854e1faa"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-235c4f60-bc8d-4e42-9ba5-0e7d854e1faa"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-a03a9f4c-3f17-40f5-9305-220018ea8a66 {
  margin-left: auto;
margin-right: auto;
}

#s-80a168cf-fbb5-4603-ba15-9f09c9b97c9b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-80a168cf-fbb5-4603-ba15-9f09c9b97c9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80a168cf-fbb5-4603-ba15-9f09c9b97c9b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-80a168cf-fbb5-4603-ba15-9f09c9b97c9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80a168cf-fbb5-4603-ba15-9f09c9b97c9b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80a168cf-fbb5-4603-ba15-9f09c9b97c9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80a168cf-fbb5-4603-ba15-9f09c9b97c9b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80a168cf-fbb5-4603-ba15-9f09c9b97c9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80a168cf-fbb5-4603-ba15-9f09c9b97c9b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-80a168cf-fbb5-4603-ba15-9f09c9b97c9b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80a168cf-fbb5-4603-ba15-9f09c9b97c9b img.shogun-image {
  width: 100%;
}



}
#s-e2a5cc17-bbc4-434b-aea4-9a93fe3d1d08 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2a5cc17-bbc4-434b-aea4-9a93fe3d1d08 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-c7337ea6-a91d-4cc3-a6dd-86476c65f32e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-c7337ea6-a91d-4cc3-a6dd-86476c65f32e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c7337ea6-a91d-4cc3-a6dd-86476c65f32e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c7337ea6-a91d-4cc3-a6dd-86476c65f32e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f91fe287-f8b6-403b-b55f-25fc42773766 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f91fe287-f8b6-403b-b55f-25fc42773766:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f91fe287-f8b6-403b-b55f-25fc42773766:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f91fe287-f8b6-403b-b55f-25fc42773766 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f91fe287-f8b6-403b-b55f-25fc42773766.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f91fe287-f8b6-403b-b55f-25fc42773766.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f91fe287-f8b6-403b-b55f-25fc42773766.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f91fe287-f8b6-403b-b55f-25fc42773766.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-74eb6530-35ab-474f-a4c3-cd188946d52d {
  margin-left: auto;
margin-right: auto;
}

#s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 {
    width: 100%;
    height: auto;
  }

  #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image {
    
    
  }


.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container {
      position: relative;
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 {
    width: 100%;
    height: auto;
  }

  #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image {
    
    
  }


.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container {
      position: relative;
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 {
    width: 100%;
    height: auto;
  }

  #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image {
    
    
  }


.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container {
      position: relative;
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 {
    width: 100%;
    height: auto;
  }

  #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image {
    
    
  }


.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container {
      position: relative;
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 {
    width: 100%;
    height: auto;
  }

  #s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image {
    
    
  }


.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container {
      position: relative;
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c4ee9d1-2864-4e88-bc4b-bcc1a9c45b56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-54f96f26-8898-44ce-930f-c56853b78cb6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54f96f26-8898-44ce-930f-c56853b78cb6 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-6e1abfe4-ac7c-4237-91f9-668db537555f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-6e1abfe4-ac7c-4237-91f9-668db537555f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6e1abfe4-ac7c-4237-91f9-668db537555f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6e1abfe4-ac7c-4237-91f9-668db537555f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-108a58bb-32ef-45bb-b3c4-2f9f412e03ce {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-108a58bb-32ef-45bb-b3c4-2f9f412e03ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-108a58bb-32ef-45bb-b3c4-2f9f412e03ce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-108a58bb-32ef-45bb-b3c4-2f9f412e03ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-108a58bb-32ef-45bb-b3c4-2f9f412e03ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-108a58bb-32ef-45bb-b3c4-2f9f412e03ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-108a58bb-32ef-45bb-b3c4-2f9f412e03ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-108a58bb-32ef-45bb-b3c4-2f9f412e03ce.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-075708ab-9cf0-4b11-ba8e-7687310c0d5a {
  margin-left: auto;
margin-right: auto;
}

#s-b29de7c9-939a-40f3-b582-ce6e34d698ff {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b29de7c9-939a-40f3-b582-ce6e34d698ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29de7c9-939a-40f3-b582-ce6e34d698ff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b29de7c9-939a-40f3-b582-ce6e34d698ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29de7c9-939a-40f3-b582-ce6e34d698ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b29de7c9-939a-40f3-b582-ce6e34d698ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29de7c9-939a-40f3-b582-ce6e34d698ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b29de7c9-939a-40f3-b582-ce6e34d698ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29de7c9-939a-40f3-b582-ce6e34d698ff img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b29de7c9-939a-40f3-b582-ce6e34d698ff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29de7c9-939a-40f3-b582-ce6e34d698ff img.shogun-image {
  width: 100%;
}



}
#s-a60afe59-faf3-40ba-9bc0-7e287f6c70c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a60afe59-faf3-40ba-9bc0-7e287f6c70c6 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-1f8a4b5b-bdd0-4037-bcbd-f705d131bf5e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-1f8a4b5b-bdd0-4037-bcbd-f705d131bf5e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1f8a4b5b-bdd0-4037-bcbd-f705d131bf5e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1f8a4b5b-bdd0-4037-bcbd-f705d131bf5e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-351ec7b0-280d-4e52-8cc3-cff5752f1171 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-351ec7b0-280d-4e52-8cc3-cff5752f1171:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-351ec7b0-280d-4e52-8cc3-cff5752f1171:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-351ec7b0-280d-4e52-8cc3-cff5752f1171 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-351ec7b0-280d-4e52-8cc3-cff5752f1171.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-351ec7b0-280d-4e52-8cc3-cff5752f1171.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-351ec7b0-280d-4e52-8cc3-cff5752f1171.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-351ec7b0-280d-4e52-8cc3-cff5752f1171.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-464aca2d-bbe3-418c-8bbc-a71bc42ec0f1 {
  margin-left: auto;
margin-right: auto;
}

#s-281adf37-c9ab-4aef-af33-8f7b99c670ae {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-281adf37-c9ab-4aef-af33-8f7b99c670ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-281adf37-c9ab-4aef-af33-8f7b99c670ae img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-281adf37-c9ab-4aef-af33-8f7b99c670ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-281adf37-c9ab-4aef-af33-8f7b99c670ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-281adf37-c9ab-4aef-af33-8f7b99c670ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-281adf37-c9ab-4aef-af33-8f7b99c670ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-281adf37-c9ab-4aef-af33-8f7b99c670ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-281adf37-c9ab-4aef-af33-8f7b99c670ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-281adf37-c9ab-4aef-af33-8f7b99c670ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-281adf37-c9ab-4aef-af33-8f7b99c670ae img.shogun-image {
  width: 100%;
}



}
#s-eba8ac9b-7dae-451c-a62e-6ff1e080eae5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eba8ac9b-7dae-451c-a62e-6ff1e080eae5 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-0faea806-41fe-4550-81c3-b42991be3934 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-0faea806-41fe-4550-81c3-b42991be3934 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0faea806-41fe-4550-81c3-b42991be3934 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0faea806-41fe-4550-81c3-b42991be3934 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0a1b4435-669f-46a1-983e-2ab81b1299f1 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0a1b4435-669f-46a1-983e-2ab81b1299f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a1b4435-669f-46a1-983e-2ab81b1299f1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0a1b4435-669f-46a1-983e-2ab81b1299f1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0a1b4435-669f-46a1-983e-2ab81b1299f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0a1b4435-669f-46a1-983e-2ab81b1299f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0a1b4435-669f-46a1-983e-2ab81b1299f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0a1b4435-669f-46a1-983e-2ab81b1299f1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0ae4e317-cbb3-4375-b280-0a1456165b2f {
  margin-left: auto;
margin-right: auto;
}

#s-40c3b399-ea21-4b2a-aa42-568d7f835971 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-40c3b399-ea21-4b2a-aa42-568d7f835971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40c3b399-ea21-4b2a-aa42-568d7f835971 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-40c3b399-ea21-4b2a-aa42-568d7f835971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40c3b399-ea21-4b2a-aa42-568d7f835971 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40c3b399-ea21-4b2a-aa42-568d7f835971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40c3b399-ea21-4b2a-aa42-568d7f835971 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40c3b399-ea21-4b2a-aa42-568d7f835971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40c3b399-ea21-4b2a-aa42-568d7f835971 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40c3b399-ea21-4b2a-aa42-568d7f835971 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40c3b399-ea21-4b2a-aa42-568d7f835971 img.shogun-image {
  width: 100%;
}



}
#s-799fe86a-2ebe-41f6-bc07-85adcb1223ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-799fe86a-2ebe-41f6-bc07-85adcb1223ec .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-c3dd26d9-e813-4083-bbb2-804ab84eecb8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-c3dd26d9-e813-4083-bbb2-804ab84eecb8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c3dd26d9-e813-4083-bbb2-804ab84eecb8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c3dd26d9-e813-4083-bbb2-804ab84eecb8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4eb73b14-ce76-42f9-9578-7b1804001b18 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4eb73b14-ce76-42f9-9578-7b1804001b18:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4eb73b14-ce76-42f9-9578-7b1804001b18:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4eb73b14-ce76-42f9-9578-7b1804001b18 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4eb73b14-ce76-42f9-9578-7b1804001b18.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4eb73b14-ce76-42f9-9578-7b1804001b18.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4eb73b14-ce76-42f9-9578-7b1804001b18.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4eb73b14-ce76-42f9-9578-7b1804001b18.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-39842f7d-fabd-4f5c-82b8-53402e80690c {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-39842f7d-fabd-4f5c-82b8-53402e80690c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-39842f7d-fabd-4f5c-82b8-53402e80690c"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-39842f7d-fabd-4f5c-82b8-53402e80690c"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-39842f7d-fabd-4f5c-82b8-53402e80690c"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-4330e8f3-be19-4afe-b068-3b9db68e1f44 {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/1999;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 {
    width: 100%;
    height: auto;
  }

  #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image {
    
    
  }


.s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shogun-image-content {
  
    align-items: center;
  
}

.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44 {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container {
      position: relative;
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 {
    width: 100%;
    height: auto;
  }

  #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image {
    
    
  }


.s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shogun-image-content {
  
    align-items: center;
  
}

.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44 {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container {
      position: relative;
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 {
    width: 100%;
    height: auto;
  }

  #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image {
    
    
  }


.s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shogun-image-content {
  
    align-items: center;
  
}

.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44 {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container {
      position: relative;
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 {
    width: 100%;
    height: auto;
  }

  #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image {
    
    
  }


.s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shogun-image-content {
  
    align-items: center;
  
}

.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44 {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container {
      position: relative;
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 {
    width: 100%;
    height: auto;
  }

  #s-4330e8f3-be19-4afe-b068-3b9db68e1f44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image {
    
    
  }


.s-4330e8f3-be19-4afe-b068-3b9db68e1f44 .shogun-image-content {
  
    align-items: center;
  
}

.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44 {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container {
      position: relative;
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4330e8f3-be19-4afe-b068-3b9db68e1f44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f4cab36f-edef-486c-aa52-e639926a303e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f4cab36f-edef-486c-aa52-e639926a303e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4cab36f-edef-486c-aa52-e639926a303e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f4cab36f-edef-486c-aa52-e639926a303e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4cab36f-edef-486c-aa52-e639926a303e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4cab36f-edef-486c-aa52-e639926a303e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4cab36f-edef-486c-aa52-e639926a303e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4cab36f-edef-486c-aa52-e639926a303e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4cab36f-edef-486c-aa52-e639926a303e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4cab36f-edef-486c-aa52-e639926a303e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4cab36f-edef-486c-aa52-e639926a303e img.shogun-image {
  width: 100%;
}



}
#s-f7ea1e29-ac61-42a2-863e-cb09edf56024 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7ea1e29-ac61-42a2-863e-cb09edf56024 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-2bc6914b-8a10-4c33-b25a-d06dcf8c6ce2 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-2bc6914b-8a10-4c33-b25a-d06dcf8c6ce2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2bc6914b-8a10-4c33-b25a-d06dcf8c6ce2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2bc6914b-8a10-4c33-b25a-d06dcf8c6ce2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f9b9f293-59cc-4d2a-be5b-91ac4aaf26ac {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f9b9f293-59cc-4d2a-be5b-91ac4aaf26ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9b9f293-59cc-4d2a-be5b-91ac4aaf26ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f9b9f293-59cc-4d2a-be5b-91ac4aaf26ac {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f9b9f293-59cc-4d2a-be5b-91ac4aaf26ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9b9f293-59cc-4d2a-be5b-91ac4aaf26ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f9b9f293-59cc-4d2a-be5b-91ac4aaf26ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f9b9f293-59cc-4d2a-be5b-91ac4aaf26ac.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b {
    width: 100%;
    height: auto;
  }

  #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image {
    
    
  }


.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shogun-image-content {
  
    align-items: center;
  
}

.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container {
      position: relative;
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b {
    width: 100%;
    height: auto;
  }

  #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image {
    
    
  }


.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shogun-image-content {
  
    align-items: center;
  
}

.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container {
      position: relative;
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b {
    width: 100%;
    height: auto;
  }

  #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image {
    
    
  }


.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shogun-image-content {
  
    align-items: center;
  
}

.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container {
      position: relative;
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b {
    width: 100%;
    height: auto;
  }

  #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image {
    
    
  }


.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shogun-image-content {
  
    align-items: center;
  
}

.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container {
      position: relative;
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b {
    width: 100%;
    height: auto;
  }

  #s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image {
    
    
  }


.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b .shogun-image-content {
  
    align-items: center;
  
}

.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container {
      position: relative;
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c463a1a7-0059-4f2a-bd74-d0044c6cc33b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fd046ade-7e31-42ae-8b95-066e3dbd895f {
  margin-left: 0%;
margin-right: 0%;
}

#s-e7a63403-1748-4824-ae90-e059c74bbdeb {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7a63403-1748-4824-ae90-e059c74bbdeb .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-5c907e04-b79b-4b81-b7e3-637649519922 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-5c907e04-b79b-4b81-b7e3-637649519922 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5c907e04-b79b-4b81-b7e3-637649519922 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5c907e04-b79b-4b81-b7e3-637649519922 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d351b584-cd0f-46c0-878d-6b3b3eadbb4a {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d351b584-cd0f-46c0-878d-6b3b3eadbb4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d351b584-cd0f-46c0-878d-6b3b3eadbb4a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d351b584-cd0f-46c0-878d-6b3b3eadbb4a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d351b584-cd0f-46c0-878d-6b3b3eadbb4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d351b584-cd0f-46c0-878d-6b3b3eadbb4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d351b584-cd0f-46c0-878d-6b3b3eadbb4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d351b584-cd0f-46c0-878d-6b3b3eadbb4a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-61f8cd27-bb30-444e-9de3-993069de2446 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-61f8cd27-bb30-444e-9de3-993069de2446 {
    width: 100%;
    height: auto;
  }

  #s-61f8cd27-bb30-444e-9de3-993069de2446 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image {
    
    
  }


.s-61f8cd27-bb30-444e-9de3-993069de2446 .shogun-image-content {
  
    align-items: center;
  
}

.s-61f8cd27-bb30-444e-9de3-993069de2446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61f8cd27-bb30-444e-9de3-993069de2446 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container {
      position: relative;
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-61f8cd27-bb30-444e-9de3-993069de2446 {
    width: 100%;
    height: auto;
  }

  #s-61f8cd27-bb30-444e-9de3-993069de2446 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image {
    
    
  }


.s-61f8cd27-bb30-444e-9de3-993069de2446 .shogun-image-content {
  
    align-items: center;
  
}

.s-61f8cd27-bb30-444e-9de3-993069de2446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61f8cd27-bb30-444e-9de3-993069de2446 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container {
      position: relative;
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-61f8cd27-bb30-444e-9de3-993069de2446 {
    width: 100%;
    height: auto;
  }

  #s-61f8cd27-bb30-444e-9de3-993069de2446 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image {
    
    
  }


.s-61f8cd27-bb30-444e-9de3-993069de2446 .shogun-image-content {
  
    align-items: center;
  
}

.s-61f8cd27-bb30-444e-9de3-993069de2446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61f8cd27-bb30-444e-9de3-993069de2446 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container {
      position: relative;
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-61f8cd27-bb30-444e-9de3-993069de2446 {
    width: 100%;
    height: auto;
  }

  #s-61f8cd27-bb30-444e-9de3-993069de2446 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image {
    
    
  }


.s-61f8cd27-bb30-444e-9de3-993069de2446 .shogun-image-content {
  
    align-items: center;
  
}

.s-61f8cd27-bb30-444e-9de3-993069de2446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61f8cd27-bb30-444e-9de3-993069de2446 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container {
      position: relative;
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61f8cd27-bb30-444e-9de3-993069de2446 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-61f8cd27-bb30-444e-9de3-993069de2446 {
    width: 100%;
    height: auto;
  }

  #s-61f8cd27-bb30-444e-9de3-993069de2446 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image {
    
    
  }


.s-61f8cd27-bb30-444e-9de3-993069de2446 .shogun-image-content {
  
    align-items: center;
  
}

.s-61f8cd27-bb30-444e-9de3-993069de2446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61f8cd27-bb30-444e-9de3-993069de2446 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container {
      position: relative;
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61f8cd27-bb30-444e-9de3-993069de2446 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-750c38cd-a905-4c13-a26c-0ec9631e2fd0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-750c38cd-a905-4c13-a26c-0ec9631e2fd0 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-47f1491c-2fe6-4e1f-8e90-406857d44d21 {
  margin-left: 0%;
margin-right: 0%;
}

#s-bf6722ec-9254-4fcf-ad40-398c43023a01 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-bf6722ec-9254-4fcf-ad40-398c43023a01 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bf6722ec-9254-4fcf-ad40-398c43023a01 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-bf6722ec-9254-4fcf-ad40-398c43023a01 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d9f43cff-c7c7-4864-bc41-475b6d0f86a4 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d9f43cff-c7c7-4864-bc41-475b6d0f86a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9f43cff-c7c7-4864-bc41-475b6d0f86a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9f43cff-c7c7-4864-bc41-475b6d0f86a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9f43cff-c7c7-4864-bc41-475b6d0f86a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9f43cff-c7c7-4864-bc41-475b6d0f86a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d9f43cff-c7c7-4864-bc41-475b6d0f86a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d9f43cff-c7c7-4864-bc41-475b6d0f86a4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bf94161d-b0d6-44be-9a00-32c0629d6e1e {
  margin-left: auto;
margin-right: auto;
}

#s-40439e15-ad1d-4dcc-8bc9-0579ae7b8d3e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-40439e15-ad1d-4dcc-8bc9-0579ae7b8d3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40439e15-ad1d-4dcc-8bc9-0579ae7b8d3e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-40439e15-ad1d-4dcc-8bc9-0579ae7b8d3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40439e15-ad1d-4dcc-8bc9-0579ae7b8d3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40439e15-ad1d-4dcc-8bc9-0579ae7b8d3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40439e15-ad1d-4dcc-8bc9-0579ae7b8d3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40439e15-ad1d-4dcc-8bc9-0579ae7b8d3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40439e15-ad1d-4dcc-8bc9-0579ae7b8d3e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-40439e15-ad1d-4dcc-8bc9-0579ae7b8d3e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-40439e15-ad1d-4dcc-8bc9-0579ae7b8d3e img.shogun-image {
  width: 100%;
}



}
#s-110ac933-2a86-434d-87a7-3eb26e17ada8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-110ac933-2a86-434d-87a7-3eb26e17ada8 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-2253cff7-a6bf-467c-a5f5-5401b0b734d1 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-2253cff7-a6bf-467c-a5f5-5401b0b734d1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2253cff7-a6bf-467c-a5f5-5401b0b734d1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2253cff7-a6bf-467c-a5f5-5401b0b734d1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ac2f87e4-708e-4556-afe4-b0551dc41dab {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ac2f87e4-708e-4556-afe4-b0551dc41dab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac2f87e4-708e-4556-afe4-b0551dc41dab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ac2f87e4-708e-4556-afe4-b0551dc41dab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac2f87e4-708e-4556-afe4-b0551dc41dab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac2f87e4-708e-4556-afe4-b0551dc41dab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ac2f87e4-708e-4556-afe4-b0551dc41dab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ac2f87e4-708e-4556-afe4-b0551dc41dab.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e9bb0e64-9c26-4f7b-a610-0a91bf097ae4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9bb0e64-9c26-4f7b-a610-0a91bf097ae4 {
  display: none;
}
#s-e9bb0e64-9c26-4f7b-a610-0a91bf097ae4, #wrap-s-e9bb0e64-9c26-4f7b-a610-0a91bf097ae4 { display: none !important; }}@media (max-width: 767px){#s-e9bb0e64-9c26-4f7b-a610-0a91bf097ae4 {
  display: none;
}
#s-e9bb0e64-9c26-4f7b-a610-0a91bf097ae4, #wrap-s-e9bb0e64-9c26-4f7b-a610-0a91bf097ae4 { display: none !important; }}







#s-e9bb0e64-9c26-4f7b-a610-0a91bf097ae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9bb0e64-9c26-4f7b-a610-0a91bf097ae4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72fbe6aa-274e-45a2-9be6-504ddad9b65a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72fbe6aa-274e-45a2-9be6-504ddad9b65a .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 2px;
  
}



#s-1cef4ba4-21a8-413a-9660-460a86dcc7eb {
  margin-left: 10%;
margin-right: 10%;
}

#s-f65d75f4-c06d-4b85-a041-af85b8696ea8 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-f65d75f4-c06d-4b85-a041-af85b8696ea8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f65d75f4-c06d-4b85-a041-af85b8696ea8 .shg-sld-nav-button.shg-sld-left,
#s-f65d75f4-c06d-4b85-a041-af85b8696ea8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b5559b24-3116-4fbb-9ca8-851a3f5fc6ef {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-b5559b24-3116-4fbb-9ca8-851a3f5fc6ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b5559b24-3116-4fbb-9ca8-851a3f5fc6ef"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-b5559b24-3116-4fbb-9ca8-851a3f5fc6ef"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5559b24-3116-4fbb-9ca8-851a3f5fc6ef"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-b0fd1d73-a25f-4110-ae1e-9d9a6f516b41 {
  margin-left: auto;
margin-right: auto;
}

#s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 {
    width: 100%;
    height: auto;
  }

  #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image {
    
    
  }


.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container {
      position: relative;
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 {
    width: 100%;
    height: auto;
  }

  #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image {
    
    
  }


.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container {
      position: relative;
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 {
    width: 100%;
    height: auto;
  }

  #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image {
    
    
  }


.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container {
      position: relative;
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 {
    width: 100%;
    height: auto;
  }

  #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image {
    
    
  }


.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container {
      position: relative;
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 {
    width: 100%;
    height: auto;
  }

  #s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image {
    
    
  }


.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container {
      position: relative;
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccba2d18-85aa-4b8b-a206-d8bd864fe7b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e0c97ef6-aa83-4669-bd20-94967d0369e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0c97ef6-aa83-4669-bd20-94967d0369e9 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-46ced8a9-3917-4f08-8daa-e36f43f899e1 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-46ced8a9-3917-4f08-8daa-e36f43f899e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-46ced8a9-3917-4f08-8daa-e36f43f899e1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-46ced8a9-3917-4f08-8daa-e36f43f899e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7cc1d926-12b4-4e14-9b56-c2730b048f9d {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7cc1d926-12b4-4e14-9b56-c2730b048f9d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7cc1d926-12b4-4e14-9b56-c2730b048f9d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7cc1d926-12b4-4e14-9b56-c2730b048f9d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7cc1d926-12b4-4e14-9b56-c2730b048f9d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cc1d926-12b4-4e14-9b56-c2730b048f9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7cc1d926-12b4-4e14-9b56-c2730b048f9d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7cc1d926-12b4-4e14-9b56-c2730b048f9d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-33eb1e9f-4590-4813-90bd-989d57af72c2 {
  margin-left: auto;
margin-right: auto;
}

#s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 {
    width: 100%;
    height: auto;
  }

  #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image {
    
    
  }


.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shogun-image-content {
  
    align-items: center;
  
}

.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container {
      position: relative;
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 {
    width: 100%;
    height: auto;
  }

  #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image {
    
    
  }


.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shogun-image-content {
  
    align-items: center;
  
}

.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container {
      position: relative;
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 {
    width: 100%;
    height: auto;
  }

  #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image {
    
    
  }


.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shogun-image-content {
  
    align-items: center;
  
}

.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container {
      position: relative;
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 {
    width: 100%;
    height: auto;
  }

  #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image {
    
    
  }


.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shogun-image-content {
  
    align-items: center;
  
}

.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container {
      position: relative;
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 {
    width: 100%;
    height: auto;
  }

  #s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image {
    
    
  }


.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 .shogun-image-content {
  
    align-items: center;
  
}

.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container {
      position: relative;
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5de2d10d-ced2-4cf4-8c12-2e90f2b59d44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2112e79f-b5e4-4e55-b23d-f81aa08459c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2112e79f-b5e4-4e55-b23d-f81aa08459c7 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-e5424ebe-c45e-45a5-b717-2fd0d051aa7f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-e5424ebe-c45e-45a5-b717-2fd0d051aa7f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e5424ebe-c45e-45a5-b717-2fd0d051aa7f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e5424ebe-c45e-45a5-b717-2fd0d051aa7f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-07aa16cb-7f63-4bf3-a1f8-28a7e04efbd5 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-07aa16cb-7f63-4bf3-a1f8-28a7e04efbd5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07aa16cb-7f63-4bf3-a1f8-28a7e04efbd5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-07aa16cb-7f63-4bf3-a1f8-28a7e04efbd5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07aa16cb-7f63-4bf3-a1f8-28a7e04efbd5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07aa16cb-7f63-4bf3-a1f8-28a7e04efbd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-07aa16cb-7f63-4bf3-a1f8-28a7e04efbd5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-07aa16cb-7f63-4bf3-a1f8-28a7e04efbd5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-24f5f353-3d7d-4d2b-939a-bf9e61baf079 {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-24f5f353-3d7d-4d2b-939a-bf9e61baf079"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-24f5f353-3d7d-4d2b-939a-bf9e61baf079"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-24f5f353-3d7d-4d2b-939a-bf9e61baf079"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-24f5f353-3d7d-4d2b-939a-bf9e61baf079"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-54568b23-e8c9-4a32-bb5e-9a8603b59fe0 {
  margin-left: auto;
margin-right: auto;
}

#s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d {
    width: 100%;
    height: auto;
  }

  #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image {
    
    
  }


.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container {
      position: relative;
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d {
    width: 100%;
    height: auto;
  }

  #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image {
    
    
  }


.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container {
      position: relative;
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d {
    width: 100%;
    height: auto;
  }

  #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image {
    
    
  }


.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container {
      position: relative;
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d {
    width: 100%;
    height: auto;
  }

  #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image {
    
    
  }


.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container {
      position: relative;
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d {
    width: 100%;
    height: auto;
  }

  #s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image {
    
    
  }


.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d .shogun-image-content {
  
    align-items: center;
  
}

.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container {
      position: relative;
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d8ccb37-02a5-49e1-9452-1efeb56f7d2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5c5060b7-033e-4135-ae94-dbaef20c3fea {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c5060b7-033e-4135-ae94-dbaef20c3fea .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-d3a2afdf-0b6e-4e7d-9dde-886f14fa613e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-d3a2afdf-0b6e-4e7d-9dde-886f14fa613e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d3a2afdf-0b6e-4e7d-9dde-886f14fa613e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d3a2afdf-0b6e-4e7d-9dde-886f14fa613e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-72ad77dc-2ae4-4f15-be7f-8c9482139383 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-72ad77dc-2ae4-4f15-be7f-8c9482139383:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72ad77dc-2ae4-4f15-be7f-8c9482139383:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72ad77dc-2ae4-4f15-be7f-8c9482139383 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72ad77dc-2ae4-4f15-be7f-8c9482139383.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72ad77dc-2ae4-4f15-be7f-8c9482139383.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-72ad77dc-2ae4-4f15-be7f-8c9482139383.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-72ad77dc-2ae4-4f15-be7f-8c9482139383.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-25757ece-9fd4-4029-8703-16343b117739 {
  margin-left: auto;
margin-right: auto;
}

#s-0beb1352-550a-44ad-8a6b-fbd31137cb56 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 {
    width: 100%;
    height: auto;
  }

  #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image {
    
    
  }


.s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shogun-image-content {
  
    align-items: center;
  
}

.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container {
      position: relative;
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 {
    width: 100%;
    height: auto;
  }

  #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image {
    
    
  }


.s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shogun-image-content {
  
    align-items: center;
  
}

.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container {
      position: relative;
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 {
    width: 100%;
    height: auto;
  }

  #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image {
    
    
  }


.s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shogun-image-content {
  
    align-items: center;
  
}

.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container {
      position: relative;
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 {
    width: 100%;
    height: auto;
  }

  #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image {
    
    
  }


.s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shogun-image-content {
  
    align-items: center;
  
}

.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container {
      position: relative;
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 {
    width: 100%;
    height: auto;
  }

  #s-0beb1352-550a-44ad-8a6b-fbd31137cb56 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image {
    
    
  }


.s-0beb1352-550a-44ad-8a6b-fbd31137cb56 .shogun-image-content {
  
    align-items: center;
  
}

.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container {
      position: relative;
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0beb1352-550a-44ad-8a6b-fbd31137cb56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2dac98b7-5b7d-444c-b223-39349385ba6e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2dac98b7-5b7d-444c-b223-39349385ba6e .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-eae0b10c-8ccf-4e7a-a6ce-0b0033d2fd50 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-eae0b10c-8ccf-4e7a-a6ce-0b0033d2fd50 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eae0b10c-8ccf-4e7a-a6ce-0b0033d2fd50 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-eae0b10c-8ccf-4e7a-a6ce-0b0033d2fd50 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b6de9258-c7d1-4333-bfba-d38b0db7de9d {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b6de9258-c7d1-4333-bfba-d38b0db7de9d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6de9258-c7d1-4333-bfba-d38b0db7de9d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6de9258-c7d1-4333-bfba-d38b0db7de9d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6de9258-c7d1-4333-bfba-d38b0db7de9d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6de9258-c7d1-4333-bfba-d38b0db7de9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b6de9258-c7d1-4333-bfba-d38b0db7de9d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b6de9258-c7d1-4333-bfba-d38b0db7de9d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fce4aaf5-d09b-44ec-b8c4-4ff69a169589 {
  margin-left: auto;
margin-right: auto;
}

#s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 {
    width: 100%;
    height: auto;
  }

  #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image {
    
    
  }


.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container {
      position: relative;
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 {
    width: 100%;
    height: auto;
  }

  #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image {
    
    
  }


.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container {
      position: relative;
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 {
    width: 100%;
    height: auto;
  }

  #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image {
    
    
  }


.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container {
      position: relative;
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 {
    width: 100%;
    height: auto;
  }

  #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image {
    
    
  }


.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container {
      position: relative;
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 {
    width: 100%;
    height: auto;
  }

  #s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image {
    
    
  }


.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 .shogun-image-content {
  
    align-items: center;
  
}

.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container {
      position: relative;
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ebe16c72-4ae1-4db8-82e9-5d5092b15f86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-29b893fa-8b43-4e1d-837d-780d991366ec {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29b893fa-8b43-4e1d-837d-780d991366ec .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-9f07a639-0228-4aec-ae26-bbd08d8ea8c8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-9f07a639-0228-4aec-ae26-bbd08d8ea8c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9f07a639-0228-4aec-ae26-bbd08d8ea8c8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9f07a639-0228-4aec-ae26-bbd08d8ea8c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2ea68f3b-2a8b-4eeb-9aa1-6492ab65a3c7 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2ea68f3b-2a8b-4eeb-9aa1-6492ab65a3c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ea68f3b-2a8b-4eeb-9aa1-6492ab65a3c7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ea68f3b-2a8b-4eeb-9aa1-6492ab65a3c7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ea68f3b-2a8b-4eeb-9aa1-6492ab65a3c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ea68f3b-2a8b-4eeb-9aa1-6492ab65a3c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2ea68f3b-2a8b-4eeb-9aa1-6492ab65a3c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2ea68f3b-2a8b-4eeb-9aa1-6492ab65a3c7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d5de6f1f-75a7-4705-9e98-8f709a7400cf {
  margin-left: auto;
margin-right: auto;
}

#s-9381b57c-b552-4d55-bddf-1eb952c91d62 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9381b57c-b552-4d55-bddf-1eb952c91d62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9381b57c-b552-4d55-bddf-1eb952c91d62 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9381b57c-b552-4d55-bddf-1eb952c91d62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9381b57c-b552-4d55-bddf-1eb952c91d62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9381b57c-b552-4d55-bddf-1eb952c91d62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9381b57c-b552-4d55-bddf-1eb952c91d62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9381b57c-b552-4d55-bddf-1eb952c91d62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9381b57c-b552-4d55-bddf-1eb952c91d62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9381b57c-b552-4d55-bddf-1eb952c91d62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9381b57c-b552-4d55-bddf-1eb952c91d62 img.shogun-image {
  width: 100%;
}



}
#s-3f2213e8-d1b0-4011-9f03-d98c747dde1c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f2213e8-d1b0-4011-9f03-d98c747dde1c .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-ccd913e9-9bbf-4c77-99fe-e400d6cfdba0 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-ccd913e9-9bbf-4c77-99fe-e400d6cfdba0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ccd913e9-9bbf-4c77-99fe-e400d6cfdba0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ccd913e9-9bbf-4c77-99fe-e400d6cfdba0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1fbb606d-e173-4d84-bc25-98349689d416 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1fbb606d-e173-4d84-bc25-98349689d416:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fbb606d-e173-4d84-bc25-98349689d416:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1fbb606d-e173-4d84-bc25-98349689d416 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1fbb606d-e173-4d84-bc25-98349689d416.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1fbb606d-e173-4d84-bc25-98349689d416.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1fbb606d-e173-4d84-bc25-98349689d416.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1fbb606d-e173-4d84-bc25-98349689d416.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-89481c25-1ae9-4b1f-b32c-cc5ec5bbec2b {
  margin-left: auto;
margin-right: auto;
}

#s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec {
    width: 100%;
    height: auto;
  }

  #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image {
    
    
  }


.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shogun-image-content {
  
    align-items: center;
  
}

.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container {
      position: relative;
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec {
    width: 100%;
    height: auto;
  }

  #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image {
    
    
  }


.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shogun-image-content {
  
    align-items: center;
  
}

.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container {
      position: relative;
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec {
    width: 100%;
    height: auto;
  }

  #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image {
    
    
  }


.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shogun-image-content {
  
    align-items: center;
  
}

.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container {
      position: relative;
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec {
    width: 100%;
    height: auto;
  }

  #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image {
    
    
  }


.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shogun-image-content {
  
    align-items: center;
  
}

.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container {
      position: relative;
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec {
    width: 100%;
    height: auto;
  }

  #s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image {
    
    
  }


.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec .shogun-image-content {
  
    align-items: center;
  
}

.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container {
      position: relative;
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f4159d92-b1f0-4b1b-866e-0bbdde57b6ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dc44c59f-083a-45f3-a85a-1860e8d5b15d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc44c59f-083a-45f3-a85a-1860e8d5b15d .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-87e785ba-8103-437d-ad82-4420888fc6ed {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-87e785ba-8103-437d-ad82-4420888fc6ed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-87e785ba-8103-437d-ad82-4420888fc6ed .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-87e785ba-8103-437d-ad82-4420888fc6ed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c9c56fe5-3cc5-4c00-bb18-29106de995a1 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c9c56fe5-3cc5-4c00-bb18-29106de995a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9c56fe5-3cc5-4c00-bb18-29106de995a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9c56fe5-3cc5-4c00-bb18-29106de995a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9c56fe5-3cc5-4c00-bb18-29106de995a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9c56fe5-3cc5-4c00-bb18-29106de995a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c9c56fe5-3cc5-4c00-bb18-29106de995a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c9c56fe5-3cc5-4c00-bb18-29106de995a1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-259da30a-e883-4f19-a691-77a730d3863a {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-259da30a-e883-4f19-a691-77a730d3863a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-259da30a-e883-4f19-a691-77a730d3863a"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-259da30a-e883-4f19-a691-77a730d3863a"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-259da30a-e883-4f19-a691-77a730d3863a"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-16bc1829-c446-4744-b38f-fa8813d7688e {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/2000;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-16bc1829-c446-4744-b38f-fa8813d7688e {
    width: 100%;
    height: auto;
  }

  #s-16bc1829-c446-4744-b38f-fa8813d7688e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image {
    
    
  }


.s-16bc1829-c446-4744-b38f-fa8813d7688e .shogun-image-content {
  
    align-items: center;
  
}

.s-16bc1829-c446-4744-b38f-fa8813d7688e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16bc1829-c446-4744-b38f-fa8813d7688e {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container {
      position: relative;
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-16bc1829-c446-4744-b38f-fa8813d7688e {
    width: 100%;
    height: auto;
  }

  #s-16bc1829-c446-4744-b38f-fa8813d7688e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image {
    
    
  }


.s-16bc1829-c446-4744-b38f-fa8813d7688e .shogun-image-content {
  
    align-items: center;
  
}

.s-16bc1829-c446-4744-b38f-fa8813d7688e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16bc1829-c446-4744-b38f-fa8813d7688e {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container {
      position: relative;
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-16bc1829-c446-4744-b38f-fa8813d7688e {
    width: 100%;
    height: auto;
  }

  #s-16bc1829-c446-4744-b38f-fa8813d7688e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image {
    
    
  }


.s-16bc1829-c446-4744-b38f-fa8813d7688e .shogun-image-content {
  
    align-items: center;
  
}

.s-16bc1829-c446-4744-b38f-fa8813d7688e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16bc1829-c446-4744-b38f-fa8813d7688e {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container {
      position: relative;
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-16bc1829-c446-4744-b38f-fa8813d7688e {
    width: 100%;
    height: auto;
  }

  #s-16bc1829-c446-4744-b38f-fa8813d7688e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image {
    
    
  }


.s-16bc1829-c446-4744-b38f-fa8813d7688e .shogun-image-content {
  
    align-items: center;
  
}

.s-16bc1829-c446-4744-b38f-fa8813d7688e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16bc1829-c446-4744-b38f-fa8813d7688e {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container {
      position: relative;
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16bc1829-c446-4744-b38f-fa8813d7688e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-16bc1829-c446-4744-b38f-fa8813d7688e {
    width: 100%;
    height: auto;
  }

  #s-16bc1829-c446-4744-b38f-fa8813d7688e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image {
    
    
  }


.s-16bc1829-c446-4744-b38f-fa8813d7688e .shogun-image-content {
  
    align-items: center;
  
}

.s-16bc1829-c446-4744-b38f-fa8813d7688e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16bc1829-c446-4744-b38f-fa8813d7688e {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container {
      position: relative;
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16bc1829-c446-4744-b38f-fa8813d7688e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2579883b-afdf-442e-a5b9-6c177a02a43e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2579883b-afdf-442e-a5b9-6c177a02a43e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2579883b-afdf-442e-a5b9-6c177a02a43e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2579883b-afdf-442e-a5b9-6c177a02a43e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2579883b-afdf-442e-a5b9-6c177a02a43e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2579883b-afdf-442e-a5b9-6c177a02a43e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2579883b-afdf-442e-a5b9-6c177a02a43e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2579883b-afdf-442e-a5b9-6c177a02a43e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2579883b-afdf-442e-a5b9-6c177a02a43e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2579883b-afdf-442e-a5b9-6c177a02a43e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2579883b-afdf-442e-a5b9-6c177a02a43e img.shogun-image {
  width: 100%;
}



}
#s-c7d18b94-9dea-43dc-bd62-1221900bd2b0 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7d18b94-9dea-43dc-bd62-1221900bd2b0 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-0ce3cc69-c475-4bee-9666-27ddadaecac6 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-0ce3cc69-c475-4bee-9666-27ddadaecac6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0ce3cc69-c475-4bee-9666-27ddadaecac6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0ce3cc69-c475-4bee-9666-27ddadaecac6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c1e1be81-effc-4ced-aa84-0cd4b7b693da {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c1e1be81-effc-4ced-aa84-0cd4b7b693da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1e1be81-effc-4ced-aa84-0cd4b7b693da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c1e1be81-effc-4ced-aa84-0cd4b7b693da {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c1e1be81-effc-4ced-aa84-0cd4b7b693da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c1e1be81-effc-4ced-aa84-0cd4b7b693da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c1e1be81-effc-4ced-aa84-0cd4b7b693da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c1e1be81-effc-4ced-aa84-0cd4b7b693da.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ae7554b5-7f17-46c7-8ce8-29f71d552363 {
  margin-left: 0%;
margin-right: 0%;
}

#s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 {
  margin-left: auto;
margin-right: auto;
max-width: 984px;
aspect-ratio: 984/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 {
    width: 100%;
    height: auto;
  }

  #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image {
    
    
  }


.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container {
      position: relative;
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 {
    width: 100%;
    height: auto;
  }

  #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image {
    
    
  }


.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container {
      position: relative;
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 {
    width: 100%;
    height: auto;
  }

  #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image {
    
    
  }


.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container {
      position: relative;
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 {
    width: 100%;
    height: auto;
  }

  #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image {
    
    
  }


.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container {
      position: relative;
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 {
    width: 100%;
    height: auto;
  }

  #s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image {
    
    
  }


.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container {
      position: relative;
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9cc3cf-adbd-4291-a1dd-189ed015a3c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-672bcf4c-5de2-42e3-b0c5-50575294d83f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-672bcf4c-5de2-42e3-b0c5-50575294d83f .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-fc0b2243-9434-428d-a93e-902493895f6f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-fc0b2243-9434-428d-a93e-902493895f6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fc0b2243-9434-428d-a93e-902493895f6f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-fc0b2243-9434-428d-a93e-902493895f6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-524e6f62-73cf-4b72-adc8-b5704ed57bea {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-524e6f62-73cf-4b72-adc8-b5704ed57bea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-524e6f62-73cf-4b72-adc8-b5704ed57bea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-524e6f62-73cf-4b72-adc8-b5704ed57bea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-524e6f62-73cf-4b72-adc8-b5704ed57bea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-524e6f62-73cf-4b72-adc8-b5704ed57bea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-524e6f62-73cf-4b72-adc8-b5704ed57bea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-524e6f62-73cf-4b72-adc8-b5704ed57bea.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f0d71518-3daa-45f2-96f6-41d43d86e225 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f0d71518-3daa-45f2-96f6-41d43d86e225 {
    width: 100%;
    height: auto;
  }

  #s-f0d71518-3daa-45f2-96f6-41d43d86e225 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image {
    
    
  }


.s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0d71518-3daa-45f2-96f6-41d43d86e225 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container {
      position: relative;
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f0d71518-3daa-45f2-96f6-41d43d86e225 {
    width: 100%;
    height: auto;
  }

  #s-f0d71518-3daa-45f2-96f6-41d43d86e225 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image {
    
    
  }


.s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0d71518-3daa-45f2-96f6-41d43d86e225 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container {
      position: relative;
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f0d71518-3daa-45f2-96f6-41d43d86e225 {
    width: 100%;
    height: auto;
  }

  #s-f0d71518-3daa-45f2-96f6-41d43d86e225 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image {
    
    
  }


.s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0d71518-3daa-45f2-96f6-41d43d86e225 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container {
      position: relative;
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f0d71518-3daa-45f2-96f6-41d43d86e225 {
    width: 100%;
    height: auto;
  }

  #s-f0d71518-3daa-45f2-96f6-41d43d86e225 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image {
    
    
  }


.s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0d71518-3daa-45f2-96f6-41d43d86e225 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container {
      position: relative;
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f0d71518-3daa-45f2-96f6-41d43d86e225 {
    width: 100%;
    height: auto;
  }

  #s-f0d71518-3daa-45f2-96f6-41d43d86e225 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image {
    
    
  }


.s-f0d71518-3daa-45f2-96f6-41d43d86e225 .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0d71518-3daa-45f2-96f6-41d43d86e225 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container {
      position: relative;
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0d71518-3daa-45f2-96f6-41d43d86e225 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a99622b9-5c14-4c70-ad1a-a1a60a01b790 {
  margin-left: 0%;
margin-right: 0%;
}

#s-8e6b4973-4cb8-4c29-8857-53741afbd5af {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e6b4973-4cb8-4c29-8857-53741afbd5af .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-a609f1ed-5b35-4e69-982f-5dab245a06cf {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-a609f1ed-5b35-4e69-982f-5dab245a06cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a609f1ed-5b35-4e69-982f-5dab245a06cf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a609f1ed-5b35-4e69-982f-5dab245a06cf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ccc5fbdb-1301-46fa-8c85-8c7ce879821d {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ccc5fbdb-1301-46fa-8c85-8c7ce879821d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ccc5fbdb-1301-46fa-8c85-8c7ce879821d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ccc5fbdb-1301-46fa-8c85-8c7ce879821d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccc5fbdb-1301-46fa-8c85-8c7ce879821d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccc5fbdb-1301-46fa-8c85-8c7ce879821d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ccc5fbdb-1301-46fa-8c85-8c7ce879821d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ccc5fbdb-1301-46fa-8c85-8c7ce879821d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-346b587d-37c2-4aff-bddf-d10b1a0ff6b2 {
  margin-left: auto;
margin-right: auto;
}

#s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe {
    width: 100%;
    height: auto;
  }

  #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image {
    
    
  }


.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shogun-image-content {
  
    align-items: center;
  
}

.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container {
      position: relative;
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe {
    width: 100%;
    height: auto;
  }

  #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image {
    
    
  }


.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shogun-image-content {
  
    align-items: center;
  
}

.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container {
      position: relative;
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe {
    width: 100%;
    height: auto;
  }

  #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image {
    
    
  }


.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shogun-image-content {
  
    align-items: center;
  
}

.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container {
      position: relative;
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe {
    width: 100%;
    height: auto;
  }

  #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image {
    
    
  }


.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shogun-image-content {
  
    align-items: center;
  
}

.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container {
      position: relative;
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe {
    width: 100%;
    height: auto;
  }

  #s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image {
    
    
  }


.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe .shogun-image-content {
  
    align-items: center;
  
}

.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container {
      position: relative;
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-224c230b-a59f-42a8-b34e-a3cf9e83d1fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7e6b7a50-ad96-4697-9999-3353b84db164 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e6b7a50-ad96-4697-9999-3353b84db164 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-4a870bb1-db5d-426f-881d-3e28c7e75765 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-4a870bb1-db5d-426f-881d-3e28c7e75765 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4a870bb1-db5d-426f-881d-3e28c7e75765 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4a870bb1-db5d-426f-881d-3e28c7e75765 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cdfbf0fe-6cfd-4ccf-826f-70df9823b86e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cdfbf0fe-6cfd-4ccf-826f-70df9823b86e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cdfbf0fe-6cfd-4ccf-826f-70df9823b86e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cdfbf0fe-6cfd-4ccf-826f-70df9823b86e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cdfbf0fe-6cfd-4ccf-826f-70df9823b86e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cdfbf0fe-6cfd-4ccf-826f-70df9823b86e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cdfbf0fe-6cfd-4ccf-826f-70df9823b86e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cdfbf0fe-6cfd-4ccf-826f-70df9823b86e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bf04f83e-6370-465a-abe1-14f8b633349f {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-bf04f83e-6370-465a-abe1-14f8b633349f {
  display: none;
}
#s-bf04f83e-6370-465a-abe1-14f8b633349f, #wrap-s-bf04f83e-6370-465a-abe1-14f8b633349f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf04f83e-6370-465a-abe1-14f8b633349f {
  display: none;
}
#s-bf04f83e-6370-465a-abe1-14f8b633349f, #wrap-s-bf04f83e-6370-465a-abe1-14f8b633349f { display: none !important; }}







#s-bf04f83e-6370-465a-abe1-14f8b633349f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf04f83e-6370-465a-abe1-14f8b633349f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f57f3f5-60e0-4e9e-94b0-8c6a7261854a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f57f3f5-60e0-4e9e-94b0-8c6a7261854a .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



#s-e2df9b58-96b0-4fa1-a5c7-b22dc186065b {
  margin-left: 0%;
margin-bottom: -1%;
margin-right: 0%;
}

#s-659974aa-ffd9-41cb-9a24-fe42a011ad38 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-659974aa-ffd9-41cb-9a24-fe42a011ad38 .shg-sld-dot {
  background-color: rgba(43, 43, 43, 1);
}

#s-659974aa-ffd9-41cb-9a24-fe42a011ad38 .shg-sld-nav-button.shg-sld-left,
#s-659974aa-ffd9-41cb-9a24-fe42a011ad38 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(43, 43, 43, 1);
}

#s-c6dcc3fd-e330-49bb-98f2-038056f8e58e {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c6dcc3fd-e330-49bb-98f2-038056f8e58e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-c6dcc3fd-e330-49bb-98f2-038056f8e58e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-c6dcc3fd-e330-49bb-98f2-038056f8e58e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-c6dcc3fd-e330-49bb-98f2-038056f8e58e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-e3b1c603-002f-49c3-8313-1de246e7ed90 {
  margin-left: auto;
margin-right: auto;
}

#s-9da171d9-9f70-43a8-844f-a4972d9c0469 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9da171d9-9f70-43a8-844f-a4972d9c0469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9da171d9-9f70-43a8-844f-a4972d9c0469 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9da171d9-9f70-43a8-844f-a4972d9c0469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9da171d9-9f70-43a8-844f-a4972d9c0469 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9da171d9-9f70-43a8-844f-a4972d9c0469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9da171d9-9f70-43a8-844f-a4972d9c0469 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9da171d9-9f70-43a8-844f-a4972d9c0469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9da171d9-9f70-43a8-844f-a4972d9c0469 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9da171d9-9f70-43a8-844f-a4972d9c0469 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9da171d9-9f70-43a8-844f-a4972d9c0469 img.shogun-image {
  width: 100%;
}



}
#s-ca78eb47-a49b-413a-8643-634b434c089c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca78eb47-a49b-413a-8643-634b434c089c .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-6b9a3eac-773f-49fd-835e-08827f63b43e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-6b9a3eac-773f-49fd-835e-08827f63b43e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6b9a3eac-773f-49fd-835e-08827f63b43e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-6b9a3eac-773f-49fd-835e-08827f63b43e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b93ccb48-185a-4d84-88db-c814231c5806 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b93ccb48-185a-4d84-88db-c814231c5806:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b93ccb48-185a-4d84-88db-c814231c5806:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b93ccb48-185a-4d84-88db-c814231c5806 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b93ccb48-185a-4d84-88db-c814231c5806.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b93ccb48-185a-4d84-88db-c814231c5806.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-b93ccb48-185a-4d84-88db-c814231c5806.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b93ccb48-185a-4d84-88db-c814231c5806.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3b260795-8e72-405b-82ba-5181d807ae1c {
  margin-left: auto;
margin-right: auto;
}

#s-2ba87102-c5cd-41a1-93c0-492ba13ab88c {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c {
    width: 100%;
    height: auto;
  }

  #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image {
    
    
  }


.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shogun-image-content {
  
    align-items: center;
  
}

.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container {
      position: relative;
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c {
    width: 100%;
    height: auto;
  }

  #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image {
    
    
  }


.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shogun-image-content {
  
    align-items: center;
  
}

.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container {
      position: relative;
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c {
    width: 100%;
    height: auto;
  }

  #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image {
    
    
  }


.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shogun-image-content {
  
    align-items: center;
  
}

.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container {
      position: relative;
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c {
    width: 100%;
    height: auto;
  }

  #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image {
    
    
  }


.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shogun-image-content {
  
    align-items: center;
  
}

.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container {
      position: relative;
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c {
    width: 100%;
    height: auto;
  }

  #s-2ba87102-c5cd-41a1-93c0-492ba13ab88c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image {
    
    
  }


.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c .shogun-image-content {
  
    align-items: center;
  
}

.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container {
      position: relative;
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ba87102-c5cd-41a1-93c0-492ba13ab88c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7debd228-8237-4655-bb32-a39b358d14eb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7debd228-8237-4655-bb32-a39b358d14eb .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-bef9aec9-ec99-4aab-a853-d5a6bf986996 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 16%;
margin-right: auto;
text-align: center;
}

#s-bef9aec9-ec99-4aab-a853-d5a6bf986996 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bef9aec9-ec99-4aab-a853-d5a6bf986996 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-bef9aec9-ec99-4aab-a853-d5a6bf986996 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a70e529d-26be-4519-a07e-875c241c6a27 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a70e529d-26be-4519-a07e-875c241c6a27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a70e529d-26be-4519-a07e-875c241c6a27:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a70e529d-26be-4519-a07e-875c241c6a27 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a70e529d-26be-4519-a07e-875c241c6a27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a70e529d-26be-4519-a07e-875c241c6a27.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-a70e529d-26be-4519-a07e-875c241c6a27.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a70e529d-26be-4519-a07e-875c241c6a27.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e438c8f7-573f-4cff-b118-b4818faa91b0 {
  margin-left: auto;
margin-right: auto;
}

#s-e12e8dc4-c029-46c8-848a-09f071300f6b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-e12e8dc4-c029-46c8-848a-09f071300f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12e8dc4-c029-46c8-848a-09f071300f6b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e12e8dc4-c029-46c8-848a-09f071300f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12e8dc4-c029-46c8-848a-09f071300f6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e12e8dc4-c029-46c8-848a-09f071300f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12e8dc4-c029-46c8-848a-09f071300f6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e12e8dc4-c029-46c8-848a-09f071300f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12e8dc4-c029-46c8-848a-09f071300f6b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e12e8dc4-c029-46c8-848a-09f071300f6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e12e8dc4-c029-46c8-848a-09f071300f6b img.shogun-image {
  width: 100%;
}



}
#s-ad9a786d-91fd-4887-b0c2-8d108d0e9fca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad9a786d-91fd-4887-b0c2-8d108d0e9fca .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-c67aaed5-50b2-4c46-bdac-43c468b6f86e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 16%;
margin-right: auto;
text-align: center;
}

#s-c67aaed5-50b2-4c46-bdac-43c468b6f86e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c67aaed5-50b2-4c46-bdac-43c468b6f86e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-c67aaed5-50b2-4c46-bdac-43c468b6f86e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-53866b19-0cd0-43c0-b71f-b337fb6632a2 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-53866b19-0cd0-43c0-b71f-b337fb6632a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-53866b19-0cd0-43c0-b71f-b337fb6632a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-53866b19-0cd0-43c0-b71f-b337fb6632a2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-53866b19-0cd0-43c0-b71f-b337fb6632a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-53866b19-0cd0-43c0-b71f-b337fb6632a2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-53866b19-0cd0-43c0-b71f-b337fb6632a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-53866b19-0cd0-43c0-b71f-b337fb6632a2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ed22275b-99ae-4d9b-828b-2ff96bb45379 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ed22275b-99ae-4d9b-828b-2ff96bb45379"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-ed22275b-99ae-4d9b-828b-2ff96bb45379"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-ed22275b-99ae-4d9b-828b-2ff96bb45379"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-ed22275b-99ae-4d9b-828b-2ff96bb45379"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-bbf5ecdf-f30b-4987-b81c-ecd3e760dd45 {
  margin-left: auto;
margin-right: auto;
}

#s-66b946fb-0334-4828-869c-5cf0236c4ecc {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-66b946fb-0334-4828-869c-5cf0236c4ecc {
    width: 100%;
    height: auto;
  }

  #s-66b946fb-0334-4828-869c-5cf0236c4ecc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image {
    
    
  }


.s-66b946fb-0334-4828-869c-5cf0236c4ecc .shogun-image-content {
  
    align-items: center;
  
}

.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66b946fb-0334-4828-869c-5cf0236c4ecc {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container {
      position: relative;
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-66b946fb-0334-4828-869c-5cf0236c4ecc {
    width: 100%;
    height: auto;
  }

  #s-66b946fb-0334-4828-869c-5cf0236c4ecc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image {
    
    
  }


.s-66b946fb-0334-4828-869c-5cf0236c4ecc .shogun-image-content {
  
    align-items: center;
  
}

.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66b946fb-0334-4828-869c-5cf0236c4ecc {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container {
      position: relative;
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-66b946fb-0334-4828-869c-5cf0236c4ecc {
    width: 100%;
    height: auto;
  }

  #s-66b946fb-0334-4828-869c-5cf0236c4ecc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image {
    
    
  }


.s-66b946fb-0334-4828-869c-5cf0236c4ecc .shogun-image-content {
  
    align-items: center;
  
}

.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66b946fb-0334-4828-869c-5cf0236c4ecc {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container {
      position: relative;
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-66b946fb-0334-4828-869c-5cf0236c4ecc {
    width: 100%;
    height: auto;
  }

  #s-66b946fb-0334-4828-869c-5cf0236c4ecc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image {
    
    
  }


.s-66b946fb-0334-4828-869c-5cf0236c4ecc .shogun-image-content {
  
    align-items: center;
  
}

.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66b946fb-0334-4828-869c-5cf0236c4ecc {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container {
      position: relative;
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66b946fb-0334-4828-869c-5cf0236c4ecc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-66b946fb-0334-4828-869c-5cf0236c4ecc {
    width: 100%;
    height: auto;
  }

  #s-66b946fb-0334-4828-869c-5cf0236c4ecc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image {
    
    
  }


.s-66b946fb-0334-4828-869c-5cf0236c4ecc .shogun-image-content {
  
    align-items: center;
  
}

.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66b946fb-0334-4828-869c-5cf0236c4ecc {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container {
      position: relative;
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66b946fb-0334-4828-869c-5cf0236c4ecc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-46a99377-fcf4-4655-bd66-241b9be732b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46a99377-fcf4-4655-bd66-241b9be732b1 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-b782a1a7-3cad-4b20-a820-1cab616a7030 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-b782a1a7-3cad-4b20-a820-1cab616a7030 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b782a1a7-3cad-4b20-a820-1cab616a7030 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-b782a1a7-3cad-4b20-a820-1cab616a7030 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-db4e81f0-458a-4959-bc5b-9dadbd4ee782 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-db4e81f0-458a-4959-bc5b-9dadbd4ee782:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db4e81f0-458a-4959-bc5b-9dadbd4ee782:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db4e81f0-458a-4959-bc5b-9dadbd4ee782 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db4e81f0-458a-4959-bc5b-9dadbd4ee782.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db4e81f0-458a-4959-bc5b-9dadbd4ee782.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-db4e81f0-458a-4959-bc5b-9dadbd4ee782.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-db4e81f0-458a-4959-bc5b-9dadbd4ee782.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1bd12505-6082-4019-ae59-555f92841352 {
  margin-left: auto;
margin-right: auto;
}

#s-b6ce14b7-6ee8-4454-9fcc-302c50f03e00 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-b6ce14b7-6ee8-4454-9fcc-302c50f03e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6ce14b7-6ee8-4454-9fcc-302c50f03e00 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b6ce14b7-6ee8-4454-9fcc-302c50f03e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6ce14b7-6ee8-4454-9fcc-302c50f03e00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6ce14b7-6ee8-4454-9fcc-302c50f03e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6ce14b7-6ee8-4454-9fcc-302c50f03e00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6ce14b7-6ee8-4454-9fcc-302c50f03e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6ce14b7-6ee8-4454-9fcc-302c50f03e00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6ce14b7-6ee8-4454-9fcc-302c50f03e00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6ce14b7-6ee8-4454-9fcc-302c50f03e00 img.shogun-image {
  width: 100%;
}



}
#s-78559d08-1016-4e63-a98f-8c9232de1cbb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78559d08-1016-4e63-a98f-8c9232de1cbb .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-90a2e62a-4a2f-4339-b75c-952f65843edb {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-90a2e62a-4a2f-4339-b75c-952f65843edb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-90a2e62a-4a2f-4339-b75c-952f65843edb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-90a2e62a-4a2f-4339-b75c-952f65843edb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-711923a6-c573-4c98-8bab-99408aee8c3b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-711923a6-c573-4c98-8bab-99408aee8c3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-711923a6-c573-4c98-8bab-99408aee8c3b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-711923a6-c573-4c98-8bab-99408aee8c3b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-711923a6-c573-4c98-8bab-99408aee8c3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-711923a6-c573-4c98-8bab-99408aee8c3b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-711923a6-c573-4c98-8bab-99408aee8c3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-711923a6-c573-4c98-8bab-99408aee8c3b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ee7b7d6e-9238-4680-9667-94174611d253 {
  margin-left: auto;
margin-right: auto;
}

#s-ae8cf0d5-2851-4364-9458-67fba8b7aa71 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ae8cf0d5-2851-4364-9458-67fba8b7aa71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae8cf0d5-2851-4364-9458-67fba8b7aa71 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ae8cf0d5-2851-4364-9458-67fba8b7aa71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae8cf0d5-2851-4364-9458-67fba8b7aa71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae8cf0d5-2851-4364-9458-67fba8b7aa71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae8cf0d5-2851-4364-9458-67fba8b7aa71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae8cf0d5-2851-4364-9458-67fba8b7aa71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae8cf0d5-2851-4364-9458-67fba8b7aa71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae8cf0d5-2851-4364-9458-67fba8b7aa71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae8cf0d5-2851-4364-9458-67fba8b7aa71 img.shogun-image {
  width: 100%;
}



}
#s-148da6b5-2571-4b91-9dd2-42e128e0d724 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-148da6b5-2571-4b91-9dd2-42e128e0d724 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-b2ed28ac-f3eb-4bd8-a6f6-7d4465c5c329 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-b2ed28ac-f3eb-4bd8-a6f6-7d4465c5c329 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b2ed28ac-f3eb-4bd8-a6f6-7d4465c5c329 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-b2ed28ac-f3eb-4bd8-a6f6-7d4465c5c329 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9d0cdea6-7554-47de-b9c7-a8ef8934b921 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9d0cdea6-7554-47de-b9c7-a8ef8934b921:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d0cdea6-7554-47de-b9c7-a8ef8934b921:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d0cdea6-7554-47de-b9c7-a8ef8934b921 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d0cdea6-7554-47de-b9c7-a8ef8934b921.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d0cdea6-7554-47de-b9c7-a8ef8934b921.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-9d0cdea6-7554-47de-b9c7-a8ef8934b921.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9d0cdea6-7554-47de-b9c7-a8ef8934b921.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-68a176c4-1cf8-46bb-87ed-9db55a867c96 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-68a176c4-1cf8-46bb-87ed-9db55a867c96"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-68a176c4-1cf8-46bb-87ed-9db55a867c96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-68a176c4-1cf8-46bb-87ed-9db55a867c96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-68a176c4-1cf8-46bb-87ed-9db55a867c96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-6646c7d8-9374-4c43-8cd9-a7680547e7b8 {
  margin-left: 0%;
margin-right: 0%;
}

#s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 {
    width: 100%;
    height: auto;
  }

  #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image {
    
    
  }


.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container {
      position: relative;
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 {
    width: 100%;
    height: auto;
  }

  #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image {
    
    
  }


.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container {
      position: relative;
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 {
    width: 100%;
    height: auto;
  }

  #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image {
    
    
  }


.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container {
      position: relative;
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 {
    width: 100%;
    height: auto;
  }

  #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image {
    
    
  }


.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container {
      position: relative;
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 {
    width: 100%;
    height: auto;
  }

  #s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image {
    
    
  }


.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container {
      position: relative;
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18e213b8-a3e9-48ad-b0e3-e77b61f506b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1e9dc303-e261-4754-9a79-a83ac2fb4096 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e9dc303-e261-4754-9a79-a83ac2fb4096 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-a694bd14-3879-4a46-8357-dd600cc096da {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-a694bd14-3879-4a46-8357-dd600cc096da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a694bd14-3879-4a46-8357-dd600cc096da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a694bd14-3879-4a46-8357-dd600cc096da .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ad9476c0-f693-4d8d-ae1f-b59ab0c69381 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ad9476c0-f693-4d8d-ae1f-b59ab0c69381:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad9476c0-f693-4d8d-ae1f-b59ab0c69381:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad9476c0-f693-4d8d-ae1f-b59ab0c69381 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad9476c0-f693-4d8d-ae1f-b59ab0c69381.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad9476c0-f693-4d8d-ae1f-b59ab0c69381.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ad9476c0-f693-4d8d-ae1f-b59ab0c69381.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ad9476c0-f693-4d8d-ae1f-b59ab0c69381.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-02ca126c-a7c3-400a-87b2-3fcba9cf1f47 {
  margin-left: auto;
margin-right: auto;
}

#s-47b14797-37e8-4547-b8ee-7b2780d5c087 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-47b14797-37e8-4547-b8ee-7b2780d5c087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47b14797-37e8-4547-b8ee-7b2780d5c087 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-47b14797-37e8-4547-b8ee-7b2780d5c087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47b14797-37e8-4547-b8ee-7b2780d5c087 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47b14797-37e8-4547-b8ee-7b2780d5c087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47b14797-37e8-4547-b8ee-7b2780d5c087 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47b14797-37e8-4547-b8ee-7b2780d5c087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47b14797-37e8-4547-b8ee-7b2780d5c087 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47b14797-37e8-4547-b8ee-7b2780d5c087 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47b14797-37e8-4547-b8ee-7b2780d5c087 img.shogun-image {
  width: 100%;
}



}
#s-c20de161-fe81-4459-99f5-9edb617b33d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c20de161-fe81-4459-99f5-9edb617b33d7 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-4e60372b-e217-4bc9-91ea-f92e71a4fb6c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-4e60372b-e217-4bc9-91ea-f92e71a4fb6c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4e60372b-e217-4bc9-91ea-f92e71a4fb6c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-4e60372b-e217-4bc9-91ea-f92e71a4fb6c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d7f2b750-6d9f-4e82-82be-8e8ee8500324 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d7f2b750-6d9f-4e82-82be-8e8ee8500324:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7f2b750-6d9f-4e82-82be-8e8ee8500324:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d7f2b750-6d9f-4e82-82be-8e8ee8500324 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d7f2b750-6d9f-4e82-82be-8e8ee8500324.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7f2b750-6d9f-4e82-82be-8e8ee8500324.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-d7f2b750-6d9f-4e82-82be-8e8ee8500324.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d7f2b750-6d9f-4e82-82be-8e8ee8500324.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f1c45732-2be0-4757-82a4-d8ccbf23df56 {
  margin-left: auto;
margin-right: auto;
}

#s-657bfb8b-0e12-4d8f-ab8f-7995039f5f8a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-657bfb8b-0e12-4d8f-ab8f-7995039f5f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657bfb8b-0e12-4d8f-ab8f-7995039f5f8a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-657bfb8b-0e12-4d8f-ab8f-7995039f5f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657bfb8b-0e12-4d8f-ab8f-7995039f5f8a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-657bfb8b-0e12-4d8f-ab8f-7995039f5f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657bfb8b-0e12-4d8f-ab8f-7995039f5f8a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-657bfb8b-0e12-4d8f-ab8f-7995039f5f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657bfb8b-0e12-4d8f-ab8f-7995039f5f8a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-657bfb8b-0e12-4d8f-ab8f-7995039f5f8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-657bfb8b-0e12-4d8f-ab8f-7995039f5f8a img.shogun-image {
  width: 100%;
}



}
#s-8e86eb7f-d2ab-42be-8c72-cc13aeb2b459 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e86eb7f-d2ab-42be-8c72-cc13aeb2b459 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-5c74cddf-1417-416f-8239-d776bfb31692 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-5c74cddf-1417-416f-8239-d776bfb31692 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5c74cddf-1417-416f-8239-d776bfb31692 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-5c74cddf-1417-416f-8239-d776bfb31692 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d3db9169-182c-4ce4-8f4b-f0941838bdf3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d3db9169-182c-4ce4-8f4b-f0941838bdf3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3db9169-182c-4ce4-8f4b-f0941838bdf3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d3db9169-182c-4ce4-8f4b-f0941838bdf3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d3db9169-182c-4ce4-8f4b-f0941838bdf3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3db9169-182c-4ce4-8f4b-f0941838bdf3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-d3db9169-182c-4ce4-8f4b-f0941838bdf3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d3db9169-182c-4ce4-8f4b-f0941838bdf3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-712100a0-d545-4272-a762-2f0f27b20d09 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 12.5%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-712100a0-d545-4272-a762-2f0f27b20d09"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-712100a0-d545-4272-a762-2f0f27b20d09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-712100a0-d545-4272-a762-2f0f27b20d09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-712100a0-d545-4272-a762-2f0f27b20d09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c {
  margin-left: auto;
margin-right: auto;
max-width: 499px;
aspect-ratio: 499/1058;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shg-image-content-wrapper {
      aspect-ratio: 499/1058;
      min-width: 100%;
      height: auto;
    }

    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shogun-image-link {
      aspect-ratio: 499/1058;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c {
    width: 100%;
    height: auto;
  }

  #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image {
    
    
  }


.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shogun-image-content {
  
    align-items: center;
  
}

.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c {
      --shg-aspect-ratio: calc(499/1058); 
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container {
      position: relative;
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shg-image-content-wrapper {
      aspect-ratio: 499/1058;
      min-width: 100%;
      height: auto;
    }

    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shogun-image-link {
      aspect-ratio: 499/1058;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c {
    width: 100%;
    height: auto;
  }

  #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image {
    
    
  }


.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shogun-image-content {
  
    align-items: center;
  
}

.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c {
      --shg-aspect-ratio: calc(499/1058); 
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container {
      position: relative;
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shg-image-content-wrapper {
      aspect-ratio: 499/1058;
      min-width: 100%;
      height: auto;
    }

    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shogun-image-link {
      aspect-ratio: 499/1058;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c {
    width: 100%;
    height: auto;
  }

  #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image {
    
    
  }


.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shogun-image-content {
  
    align-items: center;
  
}

.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c {
      --shg-aspect-ratio: calc(499/1058); 
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container {
      position: relative;
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shg-image-content-wrapper {
      aspect-ratio: 499/1058;
      min-width: 100%;
      height: auto;
    }

    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shogun-image-link {
      aspect-ratio: 499/1058;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c {
    width: 100%;
    height: auto;
  }

  #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image {
    
    
  }


.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shogun-image-content {
  
    align-items: center;
  
}

.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c {
      --shg-aspect-ratio: calc(499/1058); 
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container {
      position: relative;
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shg-image-content-wrapper {
      aspect-ratio: 499/1058;
      min-width: 100%;
      height: auto;
    }

    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shogun-image-link {
      aspect-ratio: 499/1058;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c {
    width: 100%;
    height: auto;
  }

  #s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image {
    
    
  }


.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c .shogun-image-content {
  
    align-items: center;
  
}

.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c {
      --shg-aspect-ratio: calc(499/1058); 
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container {
      position: relative;
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9afa9f3-0d11-4e1b-9b5d-fd5a47034a2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-61b76f7f-6299-4714-b727-32878f7d7b90 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-61b76f7f-6299-4714-b727-32878f7d7b90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61b76f7f-6299-4714-b727-32878f7d7b90 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-61b76f7f-6299-4714-b727-32878f7d7b90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61b76f7f-6299-4714-b727-32878f7d7b90 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61b76f7f-6299-4714-b727-32878f7d7b90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61b76f7f-6299-4714-b727-32878f7d7b90 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61b76f7f-6299-4714-b727-32878f7d7b90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61b76f7f-6299-4714-b727-32878f7d7b90 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-61b76f7f-6299-4714-b727-32878f7d7b90 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-61b76f7f-6299-4714-b727-32878f7d7b90 img.shogun-image {
  width: 100%;
}



}
#s-4eada1a4-13e0-4c09-bbc8-eae29a1733e3 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4eada1a4-13e0-4c09-bbc8-eae29a1733e3 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-36327b69-b974-416a-a18b-7e6d7448993f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-36327b69-b974-416a-a18b-7e6d7448993f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-36327b69-b974-416a-a18b-7e6d7448993f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-36327b69-b974-416a-a18b-7e6d7448993f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6679a981-aea4-44f7-a457-99b0bdbeb08f {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6679a981-aea4-44f7-a457-99b0bdbeb08f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6679a981-aea4-44f7-a457-99b0bdbeb08f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6679a981-aea4-44f7-a457-99b0bdbeb08f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6679a981-aea4-44f7-a457-99b0bdbeb08f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6679a981-aea4-44f7-a457-99b0bdbeb08f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-6679a981-aea4-44f7-a457-99b0bdbeb08f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6679a981-aea4-44f7-a457-99b0bdbeb08f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e7dfc2ed-b135-43a1-ae1f-ff9e309598dd {
  margin-left: 0%;
margin-right: 0%;
}

#s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 {
    width: 100%;
    height: auto;
  }

  #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image {
    
    
  }


.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container {
      position: relative;
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 {
    width: 100%;
    height: auto;
  }

  #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image {
    
    
  }


.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container {
      position: relative;
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 {
    width: 100%;
    height: auto;
  }

  #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image {
    
    
  }


.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container {
      position: relative;
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 {
    width: 100%;
    height: auto;
  }

  #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image {
    
    
  }


.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container {
      position: relative;
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 {
    width: 100%;
    height: auto;
  }

  #s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image {
    
    
  }


.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container {
      position: relative;
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2450f91-a334-4fc7-9e08-9d8ddf689c67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f5e44d9e-fbda-45d0-b01e-de847270ac8a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5e44d9e-fbda-45d0-b01e-de847270ac8a .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-9320febe-d10c-40ec-9c4e-7415fefa4e33 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-9320febe-d10c-40ec-9c4e-7415fefa4e33 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9320febe-d10c-40ec-9c4e-7415fefa4e33 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-9320febe-d10c-40ec-9c4e-7415fefa4e33 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-18b11902-763d-43f4-a3ef-52f1eb922819 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-18b11902-763d-43f4-a3ef-52f1eb922819:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18b11902-763d-43f4-a3ef-52f1eb922819:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-18b11902-763d-43f4-a3ef-52f1eb922819 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18b11902-763d-43f4-a3ef-52f1eb922819.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18b11902-763d-43f4-a3ef-52f1eb922819.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-18b11902-763d-43f4-a3ef-52f1eb922819.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-18b11902-763d-43f4-a3ef-52f1eb922819.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-627e5267-c4ef-4657-97dc-7678df8684a5 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-627e5267-c4ef-4657-97dc-7678df8684a5 {
  display: none;
}
#s-627e5267-c4ef-4657-97dc-7678df8684a5, #wrap-s-627e5267-c4ef-4657-97dc-7678df8684a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-627e5267-c4ef-4657-97dc-7678df8684a5 {
  display: none;
}
#s-627e5267-c4ef-4657-97dc-7678df8684a5, #wrap-s-627e5267-c4ef-4657-97dc-7678df8684a5 { display: none !important; }}







#s-627e5267-c4ef-4657-97dc-7678df8684a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-627e5267-c4ef-4657-97dc-7678df8684a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a34b560-2613-4ca7-9b63-534259c09211 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a34b560-2613-4ca7-9b63-534259c09211 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



#s-9f113ad7-44fa-4a9d-81c3-b5a86d258507 {
  margin-left: 0%;
margin-right: 0%;
}

#s-1681eb49-58e0-47e6-bb8a-2725039a4ba1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1681eb49-58e0-47e6-bb8a-2725039a4ba1 .shg-sld-dot {
  background-color: rgba(43, 43, 43, 1);
}

#s-1681eb49-58e0-47e6-bb8a-2725039a4ba1 .shg-sld-nav-button.shg-sld-left,
#s-1681eb49-58e0-47e6-bb8a-2725039a4ba1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(43, 43, 43, 1);
}

#s-35ccd4e2-7d05-453d-8d0d-1fff8ce508c7 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-35ccd4e2-7d05-453d-8d0d-1fff8ce508c7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-35ccd4e2-7d05-453d-8d0d-1fff8ce508c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-35ccd4e2-7d05-453d-8d0d-1fff8ce508c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-35ccd4e2-7d05-453d-8d0d-1fff8ce508c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-6e4c47f0-42e0-4b51-9283-ec0e5862221a {
  margin-left: auto;
margin-right: auto;
}

#s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 {
    width: 100%;
    height: auto;
  }

  #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image {
    
    
  }


.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container {
      position: relative;
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 {
    width: 100%;
    height: auto;
  }

  #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image {
    
    
  }


.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container {
      position: relative;
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 {
    width: 100%;
    height: auto;
  }

  #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image {
    
    
  }


.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container {
      position: relative;
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 {
    width: 100%;
    height: auto;
  }

  #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image {
    
    
  }


.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container {
      position: relative;
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 {
    width: 100%;
    height: auto;
  }

  #s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image {
    
    
  }


.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container {
      position: relative;
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f7f5f80-7cbf-4bc3-bd04-6cdd924cc2a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b0fbdc02-9238-497f-be26-862b23246dc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0fbdc02-9238-497f-be26-862b23246dc1 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-6638d9ac-6319-41db-aa09-d323f3267015 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-6638d9ac-6319-41db-aa09-d323f3267015 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6638d9ac-6319-41db-aa09-d323f3267015 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-6638d9ac-6319-41db-aa09-d323f3267015 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2ccbf767-4112-4329-8ce9-398cbdb456a1 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2ccbf767-4112-4329-8ce9-398cbdb456a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ccbf767-4112-4329-8ce9-398cbdb456a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ccbf767-4112-4329-8ce9-398cbdb456a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ccbf767-4112-4329-8ce9-398cbdb456a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ccbf767-4112-4329-8ce9-398cbdb456a1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-2ccbf767-4112-4329-8ce9-398cbdb456a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2ccbf767-4112-4329-8ce9-398cbdb456a1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0afd2875-21e8-4896-910d-6242904bb789 {
  margin-left: auto;
margin-right: auto;
}

#s-96e5104a-d3d2-43f1-b27d-7e87565fad8a {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a {
    width: 100%;
    height: auto;
  }

  #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image {
    
    
  }


.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shogun-image-content {
  
    align-items: center;
  
}

.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container {
      position: relative;
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a {
    width: 100%;
    height: auto;
  }

  #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image {
    
    
  }


.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shogun-image-content {
  
    align-items: center;
  
}

.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container {
      position: relative;
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a {
    width: 100%;
    height: auto;
  }

  #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image {
    
    
  }


.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shogun-image-content {
  
    align-items: center;
  
}

.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container {
      position: relative;
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a {
    width: 100%;
    height: auto;
  }

  #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image {
    
    
  }


.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shogun-image-content {
  
    align-items: center;
  
}

.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container {
      position: relative;
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a {
    width: 100%;
    height: auto;
  }

  #s-96e5104a-d3d2-43f1-b27d-7e87565fad8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image {
    
    
  }


.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a .shogun-image-content {
  
    align-items: center;
  
}

.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container {
      position: relative;
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96e5104a-d3d2-43f1-b27d-7e87565fad8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7f4fc036-d51c-4a64-b420-9d7cd95b82ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f4fc036-d51c-4a64-b420-9d7cd95b82ab .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-84e4c378-ceaf-4d62-8ec0-de3aab618862 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-84e4c378-ceaf-4d62-8ec0-de3aab618862 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84e4c378-ceaf-4d62-8ec0-de3aab618862 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-84e4c378-ceaf-4d62-8ec0-de3aab618862 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c3184cef-2a86-4cd5-8480-de3067012806 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c3184cef-2a86-4cd5-8480-de3067012806:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3184cef-2a86-4cd5-8480-de3067012806:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c3184cef-2a86-4cd5-8480-de3067012806 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3184cef-2a86-4cd5-8480-de3067012806.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3184cef-2a86-4cd5-8480-de3067012806.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-c3184cef-2a86-4cd5-8480-de3067012806.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c3184cef-2a86-4cd5-8480-de3067012806.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-053fa114-2cd3-4f19-91bb-de8eceaaec20 {
  margin-left: auto;
margin-right: auto;
}

#s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a {
    width: 100%;
    height: auto;
  }

  #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image {
    
    
  }


.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container {
      position: relative;
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a {
    width: 100%;
    height: auto;
  }

  #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image {
    
    
  }


.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container {
      position: relative;
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a {
    width: 100%;
    height: auto;
  }

  #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image {
    
    
  }


.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container {
      position: relative;
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a {
    width: 100%;
    height: auto;
  }

  #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image {
    
    
  }


.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container {
      position: relative;
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a {
    width: 100%;
    height: auto;
  }

  #s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image {
    
    
  }


.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container {
      position: relative;
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b4affcf-6f7f-49b1-a7ae-927aeb892e8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-755099aa-3a8c-42e1-adb5-26a05cb70549 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-755099aa-3a8c-42e1-adb5-26a05cb70549 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-6ad06ab8-6ba6-45b4-8a56-476849fbd1cb {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-6ad06ab8-6ba6-45b4-8a56-476849fbd1cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6ad06ab8-6ba6-45b4-8a56-476849fbd1cb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-6ad06ab8-6ba6-45b4-8a56-476849fbd1cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f2f74ebb-830d-4417-860e-75e196b60c53 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f2f74ebb-830d-4417-860e-75e196b60c53:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2f74ebb-830d-4417-860e-75e196b60c53:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2f74ebb-830d-4417-860e-75e196b60c53 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2f74ebb-830d-4417-860e-75e196b60c53.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2f74ebb-830d-4417-860e-75e196b60c53.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-f2f74ebb-830d-4417-860e-75e196b60c53.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f2f74ebb-830d-4417-860e-75e196b60c53.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6833893e-5ed8-4cb8-8dab-8532632cb46f {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6833893e-5ed8-4cb8-8dab-8532632cb46f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-6833893e-5ed8-4cb8-8dab-8532632cb46f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-6833893e-5ed8-4cb8-8dab-8532632cb46f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-6833893e-5ed8-4cb8-8dab-8532632cb46f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-dfcf0695-321f-472c-b4ac-d783840cb65a {
  margin-left: auto;
margin-right: auto;
}

#s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 {
    width: 100%;
    height: auto;
  }

  #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image {
    
    
  }


.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container {
      position: relative;
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 {
    width: 100%;
    height: auto;
  }

  #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image {
    
    
  }


.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container {
      position: relative;
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 {
    width: 100%;
    height: auto;
  }

  #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image {
    
    
  }


.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container {
      position: relative;
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 {
    width: 100%;
    height: auto;
  }

  #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image {
    
    
  }


.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container {
      position: relative;
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 {
    width: 100%;
    height: auto;
  }

  #s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image {
    
    
  }


.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 .shogun-image-content {
  
    align-items: center;
  
}

.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container {
      position: relative;
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43be942c-9d39-4b42-92b9-3bb3e0d72e34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-683504cf-a05c-4315-91d9-b88edd806b3a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-683504cf-a05c-4315-91d9-b88edd806b3a .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-58e0b7e2-282d-4293-94ef-99b2d6bcbc6f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-58e0b7e2-282d-4293-94ef-99b2d6bcbc6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-58e0b7e2-282d-4293-94ef-99b2d6bcbc6f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-58e0b7e2-282d-4293-94ef-99b2d6bcbc6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ee9fcbfe-6e64-4d42-9635-32fe81e1a971 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ee9fcbfe-6e64-4d42-9635-32fe81e1a971:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee9fcbfe-6e64-4d42-9635-32fe81e1a971:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee9fcbfe-6e64-4d42-9635-32fe81e1a971 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee9fcbfe-6e64-4d42-9635-32fe81e1a971.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee9fcbfe-6e64-4d42-9635-32fe81e1a971.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ee9fcbfe-6e64-4d42-9635-32fe81e1a971.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ee9fcbfe-6e64-4d42-9635-32fe81e1a971.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf {
    width: 100%;
    height: auto;
  }

  #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image {
    
    
  }


.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container {
      position: relative;
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf {
    width: 100%;
    height: auto;
  }

  #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image {
    
    
  }


.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container {
      position: relative;
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf {
    width: 100%;
    height: auto;
  }

  #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image {
    
    
  }


.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container {
      position: relative;
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf {
    width: 100%;
    height: auto;
  }

  #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image {
    
    
  }


.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container {
      position: relative;
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf {
    width: 100%;
    height: auto;
  }

  #s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image {
    
    
  }


.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf .shogun-image-content {
  
    align-items: center;
  
}

.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container {
      position: relative;
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7b91ea1-d68c-4f99-be52-a71ca1fff8cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9cc6d8de-ef03-4a52-a928-398f79068c76 {
  margin-left: auto;
margin-right: auto;
}

#s-559096a5-1283-4d59-8edb-2ec459da53b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-559096a5-1283-4d59-8edb-2ec459da53b4 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-6ff74bab-0a05-4a3a-b545-b481d68ea0a8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-6ff74bab-0a05-4a3a-b545-b481d68ea0a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6ff74bab-0a05-4a3a-b545-b481d68ea0a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-6ff74bab-0a05-4a3a-b545-b481d68ea0a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-990bbf4f-ed3d-42a4-b078-22606cb7fde5 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-990bbf4f-ed3d-42a4-b078-22606cb7fde5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-990bbf4f-ed3d-42a4-b078-22606cb7fde5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-990bbf4f-ed3d-42a4-b078-22606cb7fde5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-990bbf4f-ed3d-42a4-b078-22606cb7fde5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-990bbf4f-ed3d-42a4-b078-22606cb7fde5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-990bbf4f-ed3d-42a4-b078-22606cb7fde5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-990bbf4f-ed3d-42a4-b078-22606cb7fde5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d9b73710-0e40-49dd-b412-68ad5e3c499c {
  margin-left: auto;
margin-right: auto;
}

#s-973cffb8-092e-46c4-ac9c-5a4cd6852c5e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-973cffb8-092e-46c4-ac9c-5a4cd6852c5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973cffb8-092e-46c4-ac9c-5a4cd6852c5e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-973cffb8-092e-46c4-ac9c-5a4cd6852c5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973cffb8-092e-46c4-ac9c-5a4cd6852c5e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-973cffb8-092e-46c4-ac9c-5a4cd6852c5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973cffb8-092e-46c4-ac9c-5a4cd6852c5e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-973cffb8-092e-46c4-ac9c-5a4cd6852c5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973cffb8-092e-46c4-ac9c-5a4cd6852c5e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-973cffb8-092e-46c4-ac9c-5a4cd6852c5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-973cffb8-092e-46c4-ac9c-5a4cd6852c5e img.shogun-image {
  width: 100%;
}



}
#s-aee744f3-6ce5-42a7-9f76-2ba801c2a586 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aee744f3-6ce5-42a7-9f76-2ba801c2a586 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-42f0830c-72d2-4435-b372-6cb7a4d4a38e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-42f0830c-72d2-4435-b372-6cb7a4d4a38e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-42f0830c-72d2-4435-b372-6cb7a4d4a38e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-42f0830c-72d2-4435-b372-6cb7a4d4a38e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-77f4de6d-a0b7-4f63-8bc7-71dada21f1a4 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-77f4de6d-a0b7-4f63-8bc7-71dada21f1a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77f4de6d-a0b7-4f63-8bc7-71dada21f1a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-77f4de6d-a0b7-4f63-8bc7-71dada21f1a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77f4de6d-a0b7-4f63-8bc7-71dada21f1a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77f4de6d-a0b7-4f63-8bc7-71dada21f1a4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-77f4de6d-a0b7-4f63-8bc7-71dada21f1a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-77f4de6d-a0b7-4f63-8bc7-71dada21f1a4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-25e4c7c7-9c23-4839-9736-d9b9b7df0c1b {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-25e4c7c7-9c23-4839-9736-d9b9b7df0c1b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-25e4c7c7-9c23-4839-9736-d9b9b7df0c1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-25e4c7c7-9c23-4839-9736-d9b9b7df0c1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-25e4c7c7-9c23-4839-9736-d9b9b7df0c1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-bae43efa-371f-47f7-b604-7307939eb50e {
  margin-left: 0%;
margin-right: 0%;
}

#s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 {
    width: 100%;
    height: auto;
  }

  #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image {
    
    
  }


.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container {
      position: relative;
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 {
    width: 100%;
    height: auto;
  }

  #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image {
    
    
  }


.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container {
      position: relative;
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 {
    width: 100%;
    height: auto;
  }

  #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image {
    
    
  }


.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container {
      position: relative;
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 {
    width: 100%;
    height: auto;
  }

  #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image {
    
    
  }


.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container {
      position: relative;
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 {
    width: 100%;
    height: auto;
  }

  #s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image {
    
    
  }


.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container {
      position: relative;
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff9b98fe-433b-4f27-a926-399c6e7c4cf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2c26d02c-9107-4771-81e7-8cc402c5d993 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c26d02c-9107-4771-81e7-8cc402c5d993 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-d500091c-0108-4592-8a00-4bdaa4bce475 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-d500091c-0108-4592-8a00-4bdaa4bce475 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d500091c-0108-4592-8a00-4bdaa4bce475 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-d500091c-0108-4592-8a00-4bdaa4bce475 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d33a2811-7cb9-4411-a428-d66b3c7a5e0d {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d33a2811-7cb9-4411-a428-d66b3c7a5e0d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d33a2811-7cb9-4411-a428-d66b3c7a5e0d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d33a2811-7cb9-4411-a428-d66b3c7a5e0d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d33a2811-7cb9-4411-a428-d66b3c7a5e0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d33a2811-7cb9-4411-a428-d66b3c7a5e0d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-d33a2811-7cb9-4411-a428-d66b3c7a5e0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d33a2811-7cb9-4411-a428-d66b3c7a5e0d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-15319576-c7e1-46f3-9570-08a50a400bf9 {
  margin-left: auto;
margin-right: auto;
}

#s-59d95670-3e85-4860-9e8a-2e14a14e2f6b {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b {
    width: 100%;
    height: auto;
  }

  #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image {
    
    
  }


.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shogun-image-content {
  
    align-items: center;
  
}

.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container {
      position: relative;
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b {
    width: 100%;
    height: auto;
  }

  #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image {
    
    
  }


.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shogun-image-content {
  
    align-items: center;
  
}

.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container {
      position: relative;
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b {
    width: 100%;
    height: auto;
  }

  #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image {
    
    
  }


.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shogun-image-content {
  
    align-items: center;
  
}

.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container {
      position: relative;
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b {
    width: 100%;
    height: auto;
  }

  #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image {
    
    
  }


.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shogun-image-content {
  
    align-items: center;
  
}

.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container {
      position: relative;
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b {
    width: 100%;
    height: auto;
  }

  #s-59d95670-3e85-4860-9e8a-2e14a14e2f6b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image {
    
    
  }


.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b .shogun-image-content {
  
    align-items: center;
  
}

.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container {
      position: relative;
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59d95670-3e85-4860-9e8a-2e14a14e2f6b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a0731a85-2e02-4931-a0fd-5a14a41ec2d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0731a85-2e02-4931-a0fd-5a14a41ec2d4 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-17edb09c-4b9d-4e0a-90e4-bfcbb148d201 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-17edb09c-4b9d-4e0a-90e4-bfcbb148d201 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-17edb09c-4b9d-4e0a-90e4-bfcbb148d201 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-17edb09c-4b9d-4e0a-90e4-bfcbb148d201 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a3f0024b-3153-4e83-812d-d6c272a86595 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a3f0024b-3153-4e83-812d-d6c272a86595:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3f0024b-3153-4e83-812d-d6c272a86595:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a3f0024b-3153-4e83-812d-d6c272a86595 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3f0024b-3153-4e83-812d-d6c272a86595.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3f0024b-3153-4e83-812d-d6c272a86595.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-a3f0024b-3153-4e83-812d-d6c272a86595.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a3f0024b-3153-4e83-812d-d6c272a86595.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-01103071-3032-4af8-8b6a-dc928d8cbead {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-01103071-3032-4af8-8b6a-dc928d8cbead {
    width: 100%;
    height: auto;
  }

  #s-01103071-3032-4af8-8b6a-dc928d8cbead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image {
    
    
  }


.s-01103071-3032-4af8-8b6a-dc928d8cbead .shogun-image-content {
  
    align-items: center;
  
}

.s-01103071-3032-4af8-8b6a-dc928d8cbead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01103071-3032-4af8-8b6a-dc928d8cbead {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container {
      position: relative;
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-01103071-3032-4af8-8b6a-dc928d8cbead {
    width: 100%;
    height: auto;
  }

  #s-01103071-3032-4af8-8b6a-dc928d8cbead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image {
    
    
  }


.s-01103071-3032-4af8-8b6a-dc928d8cbead .shogun-image-content {
  
    align-items: center;
  
}

.s-01103071-3032-4af8-8b6a-dc928d8cbead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01103071-3032-4af8-8b6a-dc928d8cbead {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container {
      position: relative;
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-01103071-3032-4af8-8b6a-dc928d8cbead {
    width: 100%;
    height: auto;
  }

  #s-01103071-3032-4af8-8b6a-dc928d8cbead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image {
    
    
  }


.s-01103071-3032-4af8-8b6a-dc928d8cbead .shogun-image-content {
  
    align-items: center;
  
}

.s-01103071-3032-4af8-8b6a-dc928d8cbead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01103071-3032-4af8-8b6a-dc928d8cbead {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container {
      position: relative;
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-01103071-3032-4af8-8b6a-dc928d8cbead {
    width: 100%;
    height: auto;
  }

  #s-01103071-3032-4af8-8b6a-dc928d8cbead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image {
    
    
  }


.s-01103071-3032-4af8-8b6a-dc928d8cbead .shogun-image-content {
  
    align-items: center;
  
}

.s-01103071-3032-4af8-8b6a-dc928d8cbead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01103071-3032-4af8-8b6a-dc928d8cbead {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container {
      position: relative;
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01103071-3032-4af8-8b6a-dc928d8cbead .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-01103071-3032-4af8-8b6a-dc928d8cbead {
    width: 100%;
    height: auto;
  }

  #s-01103071-3032-4af8-8b6a-dc928d8cbead img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image {
    
    
  }


.s-01103071-3032-4af8-8b6a-dc928d8cbead .shogun-image-content {
  
    align-items: center;
  
}

.s-01103071-3032-4af8-8b6a-dc928d8cbead.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01103071-3032-4af8-8b6a-dc928d8cbead {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container {
      position: relative;
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01103071-3032-4af8-8b6a-dc928d8cbead img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3a5d7f31-b588-4eb5-a24f-daeb1198235d {
  margin-left: auto;
margin-right: auto;
}

#s-e144751b-6b8b-407f-bdcb-a61d36f27cef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e144751b-6b8b-407f-bdcb-a61d36f27cef .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-219fbd05-a502-448a-8818-a3a1f56f681e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-219fbd05-a502-448a-8818-a3a1f56f681e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-219fbd05-a502-448a-8818-a3a1f56f681e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-219fbd05-a502-448a-8818-a3a1f56f681e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-336d481e-a886-4f0f-9434-50c4a3ae50a5 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-336d481e-a886-4f0f-9434-50c4a3ae50a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-336d481e-a886-4f0f-9434-50c4a3ae50a5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-336d481e-a886-4f0f-9434-50c4a3ae50a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-336d481e-a886-4f0f-9434-50c4a3ae50a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-336d481e-a886-4f0f-9434-50c4a3ae50a5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-336d481e-a886-4f0f-9434-50c4a3ae50a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-336d481e-a886-4f0f-9434-50c4a3ae50a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-70e55f74-9a94-4d53-b36a-529590d178de {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 12.5%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-70e55f74-9a94-4d53-b36a-529590d178de"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-70e55f74-9a94-4d53-b36a-529590d178de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-70e55f74-9a94-4d53-b36a-529590d178de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-70e55f74-9a94-4d53-b36a-529590d178de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-4966d4a0-35a5-4918-9a9c-a69b592c41bb {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/2115;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb {
    width: 100%;
    height: auto;
  }

  #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image {
    
    
  }


.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shogun-image-content {
  
    align-items: center;
  
}

.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container {
      position: relative;
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb {
    width: 100%;
    height: auto;
  }

  #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image {
    
    
  }


.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shogun-image-content {
  
    align-items: center;
  
}

.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container {
      position: relative;
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb {
    width: 100%;
    height: auto;
  }

  #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image {
    
    
  }


.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shogun-image-content {
  
    align-items: center;
  
}

.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container {
      position: relative;
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb {
    width: 100%;
    height: auto;
  }

  #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image {
    
    
  }


.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shogun-image-content {
  
    align-items: center;
  
}

.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container {
      position: relative;
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb {
    width: 100%;
    height: auto;
  }

  #s-4966d4a0-35a5-4918-9a9c-a69b592c41bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image {
    
    
  }


.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb .shogun-image-content {
  
    align-items: center;
  
}

.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container {
      position: relative;
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4966d4a0-35a5-4918-9a9c-a69b592c41bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-97d9ba6b-e42b-4733-be91-9474bbdb1dfe {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-97d9ba6b-e42b-4733-be91-9474bbdb1dfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97d9ba6b-e42b-4733-be91-9474bbdb1dfe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-97d9ba6b-e42b-4733-be91-9474bbdb1dfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97d9ba6b-e42b-4733-be91-9474bbdb1dfe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97d9ba6b-e42b-4733-be91-9474bbdb1dfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97d9ba6b-e42b-4733-be91-9474bbdb1dfe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97d9ba6b-e42b-4733-be91-9474bbdb1dfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97d9ba6b-e42b-4733-be91-9474bbdb1dfe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-97d9ba6b-e42b-4733-be91-9474bbdb1dfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-97d9ba6b-e42b-4733-be91-9474bbdb1dfe img.shogun-image {
  width: 100%;
}



}
#s-cc965b3f-d992-4b75-9b6d-f2693d13a8c7 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc965b3f-d992-4b75-9b6d-f2693d13a8c7 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-81fca94a-2b4e-4bc7-b2af-101d3743055d {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 16%;
margin-right: auto;
text-align: center;
}

#s-81fca94a-2b4e-4bc7-b2af-101d3743055d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-81fca94a-2b4e-4bc7-b2af-101d3743055d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-81fca94a-2b4e-4bc7-b2af-101d3743055d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-84b7e852-4095-4b4c-9382-edb44de24de3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-84b7e852-4095-4b4c-9382-edb44de24de3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84b7e852-4095-4b4c-9382-edb44de24de3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84b7e852-4095-4b4c-9382-edb44de24de3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84b7e852-4095-4b4c-9382-edb44de24de3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84b7e852-4095-4b4c-9382-edb44de24de3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-84b7e852-4095-4b4c-9382-edb44de24de3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-84b7e852-4095-4b4c-9382-edb44de24de3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-971b5f43-a883-419f-9ff9-eb77c785adee {
  margin-left: 0%;
margin-right: 0%;
}

#s-4b9fa3c0-418d-441e-be05-ddf13660de64 {
  margin-left: auto;
margin-right: auto;
max-width: 984px;
aspect-ratio: 984/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4b9fa3c0-418d-441e-be05-ddf13660de64 {
    width: 100%;
    height: auto;
  }

  #s-4b9fa3c0-418d-441e-be05-ddf13660de64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image {
    
    
  }


.s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b9fa3c0-418d-441e-be05-ddf13660de64 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container {
      position: relative;
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4b9fa3c0-418d-441e-be05-ddf13660de64 {
    width: 100%;
    height: auto;
  }

  #s-4b9fa3c0-418d-441e-be05-ddf13660de64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image {
    
    
  }


.s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b9fa3c0-418d-441e-be05-ddf13660de64 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container {
      position: relative;
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4b9fa3c0-418d-441e-be05-ddf13660de64 {
    width: 100%;
    height: auto;
  }

  #s-4b9fa3c0-418d-441e-be05-ddf13660de64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image {
    
    
  }


.s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b9fa3c0-418d-441e-be05-ddf13660de64 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container {
      position: relative;
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4b9fa3c0-418d-441e-be05-ddf13660de64 {
    width: 100%;
    height: auto;
  }

  #s-4b9fa3c0-418d-441e-be05-ddf13660de64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image {
    
    
  }


.s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b9fa3c0-418d-441e-be05-ddf13660de64 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container {
      position: relative;
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4b9fa3c0-418d-441e-be05-ddf13660de64 {
    width: 100%;
    height: auto;
  }

  #s-4b9fa3c0-418d-441e-be05-ddf13660de64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image {
    
    
  }


.s-4b9fa3c0-418d-441e-be05-ddf13660de64 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b9fa3c0-418d-441e-be05-ddf13660de64 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container {
      position: relative;
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b9fa3c0-418d-441e-be05-ddf13660de64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dbd75fa3-24e7-4408-a7fd-e1ae476c2b95 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbd75fa3-24e7-4408-a7fd-e1ae476c2b95 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-6f1cf9ed-0018-4c55-9f32-858a6ed31c3c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-6f1cf9ed-0018-4c55-9f32-858a6ed31c3c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6f1cf9ed-0018-4c55-9f32-858a6ed31c3c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-6f1cf9ed-0018-4c55-9f32-858a6ed31c3c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-694565ce-66b7-4079-abdf-9e57947214a6 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-694565ce-66b7-4079-abdf-9e57947214a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-694565ce-66b7-4079-abdf-9e57947214a6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-694565ce-66b7-4079-abdf-9e57947214a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-694565ce-66b7-4079-abdf-9e57947214a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-694565ce-66b7-4079-abdf-9e57947214a6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-694565ce-66b7-4079-abdf-9e57947214a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-694565ce-66b7-4079-abdf-9e57947214a6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4d796191-6418-4327-9b4e-775e702ab03a {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4d796191-6418-4327-9b4e-775e702ab03a {
  display: none;
}
#s-4d796191-6418-4327-9b4e-775e702ab03a, #wrap-s-4d796191-6418-4327-9b4e-775e702ab03a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d796191-6418-4327-9b4e-775e702ab03a {
  display: none;
}
#s-4d796191-6418-4327-9b4e-775e702ab03a, #wrap-s-4d796191-6418-4327-9b4e-775e702ab03a { display: none !important; }}







#s-4d796191-6418-4327-9b4e-775e702ab03a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d796191-6418-4327-9b4e-775e702ab03a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4184334-53b8-4c19-963c-78463c48bedb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4184334-53b8-4c19-963c-78463c48bedb .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



#s-d50bbc8f-0d1c-4349-8def-07e684fc6f13 {
  margin-left: 0%;
margin-bottom: -1%;
margin-right: 0%;
}

#s-ec49d889-ef08-4c23-a0f2-4a06b72d54c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ec49d889-ef08-4c23-a0f2-4a06b72d54c0 .shg-sld-dot {
  background-color: rgba(43, 43, 43, 1);
}

#s-ec49d889-ef08-4c23-a0f2-4a06b72d54c0 .shg-sld-nav-button.shg-sld-left,
#s-ec49d889-ef08-4c23-a0f2-4a06b72d54c0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(43, 43, 43, 1);
}

#s-4e7db743-9c55-4721-94d5-d85a4b39d2d8 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4e7db743-9c55-4721-94d5-d85a4b39d2d8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-4e7db743-9c55-4721-94d5-d85a4b39d2d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-4e7db743-9c55-4721-94d5-d85a4b39d2d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-4e7db743-9c55-4721-94d5-d85a4b39d2d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-805cc2d8-c4f2-4bbf-924f-b8b9f980378f {
  margin-left: auto;
margin-right: auto;
}

#s-91e92242-50ac-4150-9941-df92b078b34d {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-91e92242-50ac-4150-9941-df92b078b34d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-91e92242-50ac-4150-9941-df92b078b34d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91e92242-50ac-4150-9941-df92b078b34d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-91e92242-50ac-4150-9941-df92b078b34d {
    width: 100%;
    height: auto;
  }

  #s-91e92242-50ac-4150-9941-df92b078b34d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image {
    
    
  }


.s-91e92242-50ac-4150-9941-df92b078b34d .shogun-image-content {
  
    align-items: center;
  
}

.s-91e92242-50ac-4150-9941-df92b078b34d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91e92242-50ac-4150-9941-df92b078b34d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container {
      position: relative;
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-91e92242-50ac-4150-9941-df92b078b34d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-91e92242-50ac-4150-9941-df92b078b34d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91e92242-50ac-4150-9941-df92b078b34d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-91e92242-50ac-4150-9941-df92b078b34d {
    width: 100%;
    height: auto;
  }

  #s-91e92242-50ac-4150-9941-df92b078b34d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image {
    
    
  }


.s-91e92242-50ac-4150-9941-df92b078b34d .shogun-image-content {
  
    align-items: center;
  
}

.s-91e92242-50ac-4150-9941-df92b078b34d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91e92242-50ac-4150-9941-df92b078b34d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container {
      position: relative;
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-91e92242-50ac-4150-9941-df92b078b34d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-91e92242-50ac-4150-9941-df92b078b34d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91e92242-50ac-4150-9941-df92b078b34d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-91e92242-50ac-4150-9941-df92b078b34d {
    width: 100%;
    height: auto;
  }

  #s-91e92242-50ac-4150-9941-df92b078b34d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image {
    
    
  }


.s-91e92242-50ac-4150-9941-df92b078b34d .shogun-image-content {
  
    align-items: center;
  
}

.s-91e92242-50ac-4150-9941-df92b078b34d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91e92242-50ac-4150-9941-df92b078b34d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container {
      position: relative;
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-91e92242-50ac-4150-9941-df92b078b34d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-91e92242-50ac-4150-9941-df92b078b34d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91e92242-50ac-4150-9941-df92b078b34d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-91e92242-50ac-4150-9941-df92b078b34d {
    width: 100%;
    height: auto;
  }

  #s-91e92242-50ac-4150-9941-df92b078b34d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image {
    
    
  }


.s-91e92242-50ac-4150-9941-df92b078b34d .shogun-image-content {
  
    align-items: center;
  
}

.s-91e92242-50ac-4150-9941-df92b078b34d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91e92242-50ac-4150-9941-df92b078b34d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container {
      position: relative;
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-91e92242-50ac-4150-9941-df92b078b34d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-91e92242-50ac-4150-9941-df92b078b34d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-91e92242-50ac-4150-9941-df92b078b34d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-91e92242-50ac-4150-9941-df92b078b34d {
    width: 100%;
    height: auto;
  }

  #s-91e92242-50ac-4150-9941-df92b078b34d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image {
    
    
  }


.s-91e92242-50ac-4150-9941-df92b078b34d .shogun-image-content {
  
    align-items: center;
  
}

.s-91e92242-50ac-4150-9941-df92b078b34d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-91e92242-50ac-4150-9941-df92b078b34d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container {
      position: relative;
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-91e92242-50ac-4150-9941-df92b078b34d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-90677f6f-dab9-467d-9bf3-d0ec7afdd571 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90677f6f-dab9-467d-9bf3-d0ec7afdd571 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-73e1c102-0095-4e7b-9b18-8088da6cb4d2 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-73e1c102-0095-4e7b-9b18-8088da6cb4d2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-73e1c102-0095-4e7b-9b18-8088da6cb4d2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-73e1c102-0095-4e7b-9b18-8088da6cb4d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ec0d212b-3ec8-4875-ae15-7750d19fee4e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ec0d212b-3ec8-4875-ae15-7750d19fee4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec0d212b-3ec8-4875-ae15-7750d19fee4e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec0d212b-3ec8-4875-ae15-7750d19fee4e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec0d212b-3ec8-4875-ae15-7750d19fee4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec0d212b-3ec8-4875-ae15-7750d19fee4e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ec0d212b-3ec8-4875-ae15-7750d19fee4e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ec0d212b-3ec8-4875-ae15-7750d19fee4e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-538f2270-e7df-4c78-ac4f-db1768d39e68 {
  margin-left: auto;
margin-right: auto;
}

#s-30f51433-69c7-4ac9-9c6e-1789477eb15f {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30f51433-69c7-4ac9-9c6e-1789477eb15f {
    width: 100%;
    height: auto;
  }

  #s-30f51433-69c7-4ac9-9c6e-1789477eb15f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image {
    
    
  }


.s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shogun-image-content {
  
    align-items: center;
  
}

.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container {
      position: relative;
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30f51433-69c7-4ac9-9c6e-1789477eb15f {
    width: 100%;
    height: auto;
  }

  #s-30f51433-69c7-4ac9-9c6e-1789477eb15f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image {
    
    
  }


.s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shogun-image-content {
  
    align-items: center;
  
}

.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container {
      position: relative;
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30f51433-69c7-4ac9-9c6e-1789477eb15f {
    width: 100%;
    height: auto;
  }

  #s-30f51433-69c7-4ac9-9c6e-1789477eb15f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image {
    
    
  }


.s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shogun-image-content {
  
    align-items: center;
  
}

.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container {
      position: relative;
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30f51433-69c7-4ac9-9c6e-1789477eb15f {
    width: 100%;
    height: auto;
  }

  #s-30f51433-69c7-4ac9-9c6e-1789477eb15f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image {
    
    
  }


.s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shogun-image-content {
  
    align-items: center;
  
}

.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container {
      position: relative;
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30f51433-69c7-4ac9-9c6e-1789477eb15f {
    width: 100%;
    height: auto;
  }

  #s-30f51433-69c7-4ac9-9c6e-1789477eb15f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image {
    
    
  }


.s-30f51433-69c7-4ac9-9c6e-1789477eb15f .shogun-image-content {
  
    align-items: center;
  
}

.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container {
      position: relative;
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30f51433-69c7-4ac9-9c6e-1789477eb15f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f51333c1-6f05-4e26-a3fe-b41d017654fd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f51333c1-6f05-4e26-a3fe-b41d017654fd .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-f6a89a9b-080f-4d87-9b14-631b6b58e18a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-f6a89a9b-080f-4d87-9b14-631b6b58e18a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f6a89a9b-080f-4d87-9b14-631b6b58e18a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-f6a89a9b-080f-4d87-9b14-631b6b58e18a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-179adbbc-b602-45b1-be1e-62a008c4e571 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-179adbbc-b602-45b1-be1e-62a008c4e571:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-179adbbc-b602-45b1-be1e-62a008c4e571:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-179adbbc-b602-45b1-be1e-62a008c4e571 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-179adbbc-b602-45b1-be1e-62a008c4e571.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-179adbbc-b602-45b1-be1e-62a008c4e571.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-179adbbc-b602-45b1-be1e-62a008c4e571.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-179adbbc-b602-45b1-be1e-62a008c4e571.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7649f826-6fad-4c80-9ed3-2174f726141a {
  margin-left: auto;
margin-right: auto;
}

#s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 {
    width: 100%;
    height: auto;
  }

  #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image {
    
    
  }


.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container {
      position: relative;
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 {
    width: 100%;
    height: auto;
  }

  #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image {
    
    
  }


.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container {
      position: relative;
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 {
    width: 100%;
    height: auto;
  }

  #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image {
    
    
  }


.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container {
      position: relative;
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 {
    width: 100%;
    height: auto;
  }

  #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image {
    
    
  }


.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container {
      position: relative;
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 {
    width: 100%;
    height: auto;
  }

  #s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image {
    
    
  }


.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 .shogun-image-content {
  
    align-items: center;
  
}

.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container {
      position: relative;
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4de5459-9425-4f0e-ae34-5ed2c7fdd832 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c3c8c5de-2224-4c50-b4a3-2a150e474e6e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3c8c5de-2224-4c50-b4a3-2a150e474e6e .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-a6569a00-7ad9-435a-b0c1-6cc8d04d9501 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-a6569a00-7ad9-435a-b0c1-6cc8d04d9501 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a6569a00-7ad9-435a-b0c1-6cc8d04d9501 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a6569a00-7ad9-435a-b0c1-6cc8d04d9501 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-27c07ee5-a37e-4c9b-bbdd-dec1defa1879 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-27c07ee5-a37e-4c9b-bbdd-dec1defa1879:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27c07ee5-a37e-4c9b-bbdd-dec1defa1879:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-27c07ee5-a37e-4c9b-bbdd-dec1defa1879 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27c07ee5-a37e-4c9b-bbdd-dec1defa1879.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27c07ee5-a37e-4c9b-bbdd-dec1defa1879.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-27c07ee5-a37e-4c9b-bbdd-dec1defa1879.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27c07ee5-a37e-4c9b-bbdd-dec1defa1879.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5e17c42a-ea7a-4b5e-bf75-c0df396f2114 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5e17c42a-ea7a-4b5e-bf75-c0df396f2114"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-5e17c42a-ea7a-4b5e-bf75-c0df396f2114"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-5e17c42a-ea7a-4b5e-bf75-c0df396f2114"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-5e17c42a-ea7a-4b5e-bf75-c0df396f2114"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-0ff6606d-52c4-4d82-83da-490cfd7d9176 {
  margin-left: auto;
margin-right: auto;
}

#s-7d388d17-1f86-40e2-9da9-dea60f056566 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7d388d17-1f86-40e2-9da9-dea60f056566 {
    width: 100%;
    height: auto;
  }

  #s-7d388d17-1f86-40e2-9da9-dea60f056566 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image {
    
    
  }


.s-7d388d17-1f86-40e2-9da9-dea60f056566 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d388d17-1f86-40e2-9da9-dea60f056566.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d388d17-1f86-40e2-9da9-dea60f056566 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container {
      position: relative;
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7d388d17-1f86-40e2-9da9-dea60f056566 {
    width: 100%;
    height: auto;
  }

  #s-7d388d17-1f86-40e2-9da9-dea60f056566 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image {
    
    
  }


.s-7d388d17-1f86-40e2-9da9-dea60f056566 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d388d17-1f86-40e2-9da9-dea60f056566.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d388d17-1f86-40e2-9da9-dea60f056566 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container {
      position: relative;
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7d388d17-1f86-40e2-9da9-dea60f056566 {
    width: 100%;
    height: auto;
  }

  #s-7d388d17-1f86-40e2-9da9-dea60f056566 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image {
    
    
  }


.s-7d388d17-1f86-40e2-9da9-dea60f056566 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d388d17-1f86-40e2-9da9-dea60f056566.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d388d17-1f86-40e2-9da9-dea60f056566 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container {
      position: relative;
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7d388d17-1f86-40e2-9da9-dea60f056566 {
    width: 100%;
    height: auto;
  }

  #s-7d388d17-1f86-40e2-9da9-dea60f056566 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image {
    
    
  }


.s-7d388d17-1f86-40e2-9da9-dea60f056566 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d388d17-1f86-40e2-9da9-dea60f056566.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d388d17-1f86-40e2-9da9-dea60f056566 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container {
      position: relative;
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d388d17-1f86-40e2-9da9-dea60f056566 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7d388d17-1f86-40e2-9da9-dea60f056566 {
    width: 100%;
    height: auto;
  }

  #s-7d388d17-1f86-40e2-9da9-dea60f056566 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image {
    
    
  }


.s-7d388d17-1f86-40e2-9da9-dea60f056566 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d388d17-1f86-40e2-9da9-dea60f056566.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d388d17-1f86-40e2-9da9-dea60f056566 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container {
      position: relative;
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d388d17-1f86-40e2-9da9-dea60f056566 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8a28c393-e44f-4374-87cf-efeb6e8660db {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a28c393-e44f-4374-87cf-efeb6e8660db .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-880ee194-6375-4c85-a0f6-90959b868353 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-880ee194-6375-4c85-a0f6-90959b868353 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-880ee194-6375-4c85-a0f6-90959b868353 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-880ee194-6375-4c85-a0f6-90959b868353 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-28d9f51a-9899-470a-90ef-34546f6e6454 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-28d9f51a-9899-470a-90ef-34546f6e6454:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28d9f51a-9899-470a-90ef-34546f6e6454:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-28d9f51a-9899-470a-90ef-34546f6e6454 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28d9f51a-9899-470a-90ef-34546f6e6454.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28d9f51a-9899-470a-90ef-34546f6e6454.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-28d9f51a-9899-470a-90ef-34546f6e6454.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-28d9f51a-9899-470a-90ef-34546f6e6454.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 {
    width: 100%;
    height: auto;
  }

  #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image {
    
    
  }


.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container {
      position: relative;
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 {
    width: 100%;
    height: auto;
  }

  #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image {
    
    
  }


.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container {
      position: relative;
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 {
    width: 100%;
    height: auto;
  }

  #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image {
    
    
  }


.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container {
      position: relative;
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 {
    width: 100%;
    height: auto;
  }

  #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image {
    
    
  }


.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container {
      position: relative;
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 {
    width: 100%;
    height: auto;
  }

  #s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image {
    
    
  }


.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container {
      position: relative;
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d39bf9e-fce3-4a17-9fd5-dfa2bf2b9da4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8a0bfec0-a932-4abf-8e2b-b51779a6a45a {
  margin-left: auto;
margin-right: auto;
}

#s-f848f981-8ea6-430b-8dee-2fff0674f7c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f848f981-8ea6-430b-8dee-2fff0674f7c9 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-17fac21b-538e-4e59-8097-1e5f35aed92d {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-17fac21b-538e-4e59-8097-1e5f35aed92d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-17fac21b-538e-4e59-8097-1e5f35aed92d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-17fac21b-538e-4e59-8097-1e5f35aed92d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6be9195b-8a1d-43f0-920f-0ea62a981d71 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6be9195b-8a1d-43f0-920f-0ea62a981d71:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6be9195b-8a1d-43f0-920f-0ea62a981d71:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6be9195b-8a1d-43f0-920f-0ea62a981d71 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6be9195b-8a1d-43f0-920f-0ea62a981d71.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6be9195b-8a1d-43f0-920f-0ea62a981d71.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-6be9195b-8a1d-43f0-920f-0ea62a981d71.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6be9195b-8a1d-43f0-920f-0ea62a981d71.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-67871f0a-7c03-4ff1-9f9c-588dddb878bd {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd {
    width: 100%;
    height: auto;
  }

  #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image {
    
    
  }


.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shogun-image-content {
  
    align-items: center;
  
}

.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container {
      position: relative;
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd {
    width: 100%;
    height: auto;
  }

  #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image {
    
    
  }


.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shogun-image-content {
  
    align-items: center;
  
}

.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container {
      position: relative;
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd {
    width: 100%;
    height: auto;
  }

  #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image {
    
    
  }


.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shogun-image-content {
  
    align-items: center;
  
}

.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container {
      position: relative;
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd {
    width: 100%;
    height: auto;
  }

  #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image {
    
    
  }


.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shogun-image-content {
  
    align-items: center;
  
}

.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container {
      position: relative;
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd {
    width: 100%;
    height: auto;
  }

  #s-67871f0a-7c03-4ff1-9f9c-588dddb878bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image {
    
    
  }


.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd .shogun-image-content {
  
    align-items: center;
  
}

.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container {
      position: relative;
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67871f0a-7c03-4ff1-9f9c-588dddb878bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e5885d0b-09c3-49a7-9a82-3f7010e479af {
  margin-left: auto;
margin-right: auto;
}

#s-cc37bcc1-cf34-4235-9677-3f8f81acc16d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc37bcc1-cf34-4235-9677-3f8f81acc16d .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-a5ca9587-c544-4991-bc04-bdab44bfab87 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-a5ca9587-c544-4991-bc04-bdab44bfab87 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a5ca9587-c544-4991-bc04-bdab44bfab87 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a5ca9587-c544-4991-bc04-bdab44bfab87 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-619c52b9-342f-4c08-b261-56f02aef232e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-619c52b9-342f-4c08-b261-56f02aef232e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-619c52b9-342f-4c08-b261-56f02aef232e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-619c52b9-342f-4c08-b261-56f02aef232e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-619c52b9-342f-4c08-b261-56f02aef232e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-619c52b9-342f-4c08-b261-56f02aef232e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-619c52b9-342f-4c08-b261-56f02aef232e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-619c52b9-342f-4c08-b261-56f02aef232e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0be785aa-88f3-4d5a-81a9-548077fd371f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0be785aa-88f3-4d5a-81a9-548077fd371f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-0be785aa-88f3-4d5a-81a9-548077fd371f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-0be785aa-88f3-4d5a-81a9-548077fd371f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-0be785aa-88f3-4d5a-81a9-548077fd371f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-5ed3cded-2e1c-4ca7-ac6a-de2c650bd6f2 {
  margin-left: 0%;
margin-right: 0%;
}

#s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 {
    width: 100%;
    height: auto;
  }

  #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image {
    
    
  }


.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shogun-image-content {
  
    align-items: center;
  
}

.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container {
      position: relative;
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 {
    width: 100%;
    height: auto;
  }

  #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image {
    
    
  }


.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shogun-image-content {
  
    align-items: center;
  
}

.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container {
      position: relative;
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 {
    width: 100%;
    height: auto;
  }

  #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image {
    
    
  }


.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shogun-image-content {
  
    align-items: center;
  
}

.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container {
      position: relative;
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 {
    width: 100%;
    height: auto;
  }

  #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image {
    
    
  }


.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shogun-image-content {
  
    align-items: center;
  
}

.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container {
      position: relative;
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 {
    width: 100%;
    height: auto;
  }

  #s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image {
    
    
  }


.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 .shogun-image-content {
  
    align-items: center;
  
}

.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container {
      position: relative;
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b13e574d-92c6-4fed-a996-4b42ac0bdd77 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e63abe17-6496-4701-ac9d-41863d4b8d99 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e63abe17-6496-4701-ac9d-41863d4b8d99 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-a82f30f9-85f9-4e30-b9e6-bed78660274d {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-a82f30f9-85f9-4e30-b9e6-bed78660274d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a82f30f9-85f9-4e30-b9e6-bed78660274d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a82f30f9-85f9-4e30-b9e6-bed78660274d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-db452e81-4769-4207-b1f5-30bee78c315a {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-db452e81-4769-4207-b1f5-30bee78c315a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db452e81-4769-4207-b1f5-30bee78c315a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db452e81-4769-4207-b1f5-30bee78c315a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db452e81-4769-4207-b1f5-30bee78c315a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db452e81-4769-4207-b1f5-30bee78c315a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-db452e81-4769-4207-b1f5-30bee78c315a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-db452e81-4769-4207-b1f5-30bee78c315a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d77396ba-7577-4fef-8356-c32818f21e97 {
  margin-left: auto;
margin-right: auto;
}

#s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 {
    width: 100%;
    height: auto;
  }

  #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image {
    
    
  }


.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container {
      position: relative;
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 {
    width: 100%;
    height: auto;
  }

  #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image {
    
    
  }


.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container {
      position: relative;
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 {
    width: 100%;
    height: auto;
  }

  #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image {
    
    
  }


.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container {
      position: relative;
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 {
    width: 100%;
    height: auto;
  }

  #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image {
    
    
  }


.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container {
      position: relative;
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 {
    width: 100%;
    height: auto;
  }

  #s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image {
    
    
  }


.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container {
      position: relative;
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d484c48-da8e-42d9-bd43-6a1e786dd1c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4bdc9f8a-665e-4e87-b046-579d77d5f85d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bdc9f8a-665e-4e87-b046-579d77d5f85d .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-7458aa04-b188-4488-a243-56c7a9c804d6 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-7458aa04-b188-4488-a243-56c7a9c804d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7458aa04-b188-4488-a243-56c7a9c804d6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-7458aa04-b188-4488-a243-56c7a9c804d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fca8e0ec-c01e-4209-ade6-f4448681cd38 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fca8e0ec-c01e-4209-ade6-f4448681cd38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fca8e0ec-c01e-4209-ade6-f4448681cd38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fca8e0ec-c01e-4209-ade6-f4448681cd38 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fca8e0ec-c01e-4209-ade6-f4448681cd38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fca8e0ec-c01e-4209-ade6-f4448681cd38.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-fca8e0ec-c01e-4209-ade6-f4448681cd38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fca8e0ec-c01e-4209-ade6-f4448681cd38.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-efbc9277-a9bb-4b70-826e-aaf1fa873b6e {
  margin-left: auto;
margin-right: auto;
}

#s-debdde2b-a2a1-43f8-af96-13e893d6ed22 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 {
    width: 100%;
    height: auto;
  }

  #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image {
    
    
  }


.s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shogun-image-content {
  
    align-items: center;
  
}

.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container {
      position: relative;
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 {
    width: 100%;
    height: auto;
  }

  #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image {
    
    
  }


.s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shogun-image-content {
  
    align-items: center;
  
}

.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container {
      position: relative;
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 {
    width: 100%;
    height: auto;
  }

  #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image {
    
    
  }


.s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shogun-image-content {
  
    align-items: center;
  
}

.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container {
      position: relative;
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 {
    width: 100%;
    height: auto;
  }

  #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image {
    
    
  }


.s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shogun-image-content {
  
    align-items: center;
  
}

.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container {
      position: relative;
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 {
    width: 100%;
    height: auto;
  }

  #s-debdde2b-a2a1-43f8-af96-13e893d6ed22 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image {
    
    
  }


.s-debdde2b-a2a1-43f8-af96-13e893d6ed22 .shogun-image-content {
  
    align-items: center;
  
}

.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container {
      position: relative;
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-debdde2b-a2a1-43f8-af96-13e893d6ed22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-78add173-7d58-4868-9958-9e3d099f74b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78add173-7d58-4868-9958-9e3d099f74b2 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-fdb74da9-c799-454e-99e3-51b2abae1b74 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-fdb74da9-c799-454e-99e3-51b2abae1b74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fdb74da9-c799-454e-99e3-51b2abae1b74 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-fdb74da9-c799-454e-99e3-51b2abae1b74 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-885fe660-b6b7-4572-b349-e3cd3012e692 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-885fe660-b6b7-4572-b349-e3cd3012e692:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-885fe660-b6b7-4572-b349-e3cd3012e692:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-885fe660-b6b7-4572-b349-e3cd3012e692 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-885fe660-b6b7-4572-b349-e3cd3012e692.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-885fe660-b6b7-4572-b349-e3cd3012e692.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-885fe660-b6b7-4572-b349-e3cd3012e692.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-885fe660-b6b7-4572-b349-e3cd3012e692.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-75119491-3a31-4f07-94b4-e4207e9eb0fe {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 12.5%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-75119491-3a31-4f07-94b4-e4207e9eb0fe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-75119491-3a31-4f07-94b4-e4207e9eb0fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-75119491-3a31-4f07-94b4-e4207e9eb0fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-75119491-3a31-4f07-94b4-e4207e9eb0fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-eadf5e18-eb37-401d-b12f-fa5400100a49 {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/2115;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eadf5e18-eb37-401d-b12f-fa5400100a49 {
    width: 100%;
    height: auto;
  }

  #s-eadf5e18-eb37-401d-b12f-fa5400100a49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image {
    
    
  }


.s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shogun-image-content {
  
    align-items: center;
  
}

.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eadf5e18-eb37-401d-b12f-fa5400100a49 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container {
      position: relative;
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eadf5e18-eb37-401d-b12f-fa5400100a49 {
    width: 100%;
    height: auto;
  }

  #s-eadf5e18-eb37-401d-b12f-fa5400100a49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image {
    
    
  }


.s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shogun-image-content {
  
    align-items: center;
  
}

.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eadf5e18-eb37-401d-b12f-fa5400100a49 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container {
      position: relative;
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eadf5e18-eb37-401d-b12f-fa5400100a49 {
    width: 100%;
    height: auto;
  }

  #s-eadf5e18-eb37-401d-b12f-fa5400100a49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image {
    
    
  }


.s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shogun-image-content {
  
    align-items: center;
  
}

.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eadf5e18-eb37-401d-b12f-fa5400100a49 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container {
      position: relative;
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eadf5e18-eb37-401d-b12f-fa5400100a49 {
    width: 100%;
    height: auto;
  }

  #s-eadf5e18-eb37-401d-b12f-fa5400100a49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image {
    
    
  }


.s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shogun-image-content {
  
    align-items: center;
  
}

.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eadf5e18-eb37-401d-b12f-fa5400100a49 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container {
      position: relative;
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eadf5e18-eb37-401d-b12f-fa5400100a49 {
    width: 100%;
    height: auto;
  }

  #s-eadf5e18-eb37-401d-b12f-fa5400100a49 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image {
    
    
  }


.s-eadf5e18-eb37-401d-b12f-fa5400100a49 .shogun-image-content {
  
    align-items: center;
  
}

.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eadf5e18-eb37-401d-b12f-fa5400100a49 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container {
      position: relative;
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eadf5e18-eb37-401d-b12f-fa5400100a49 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-774630fb-2091-49e4-bf22-9402d4f6954d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-774630fb-2091-49e4-bf22-9402d4f6954d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-774630fb-2091-49e4-bf22-9402d4f6954d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-774630fb-2091-49e4-bf22-9402d4f6954d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-774630fb-2091-49e4-bf22-9402d4f6954d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-774630fb-2091-49e4-bf22-9402d4f6954d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-774630fb-2091-49e4-bf22-9402d4f6954d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-774630fb-2091-49e4-bf22-9402d4f6954d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-774630fb-2091-49e4-bf22-9402d4f6954d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-774630fb-2091-49e4-bf22-9402d4f6954d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-774630fb-2091-49e4-bf22-9402d4f6954d img.shogun-image {
  width: 100%;
}



}
#s-c6e4ff46-8096-4bda-96d3-b7489a2b3142 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6e4ff46-8096-4bda-96d3-b7489a2b3142 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-62fa0701-501b-4a79-9a99-3fb6346a2f14 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-62fa0701-501b-4a79-9a99-3fb6346a2f14 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-62fa0701-501b-4a79-9a99-3fb6346a2f14 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-62fa0701-501b-4a79-9a99-3fb6346a2f14 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-321baccc-c249-4ed4-aa7c-b761d6c0bc3c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-321baccc-c249-4ed4-aa7c-b761d6c0bc3c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-321baccc-c249-4ed4-aa7c-b761d6c0bc3c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-321baccc-c249-4ed4-aa7c-b761d6c0bc3c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-321baccc-c249-4ed4-aa7c-b761d6c0bc3c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-321baccc-c249-4ed4-aa7c-b761d6c0bc3c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-321baccc-c249-4ed4-aa7c-b761d6c0bc3c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-321baccc-c249-4ed4-aa7c-b761d6c0bc3c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7302fbce-7568-4ca4-8574-28cc0a7b41d9 {
  margin-left: 0%;
margin-right: 0%;
}

#s-867c4422-c783-4163-af47-53ca4ed3e351 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-867c4422-c783-4163-af47-53ca4ed3e351 {
    width: 100%;
    height: auto;
  }

  #s-867c4422-c783-4163-af47-53ca4ed3e351 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image {
    
    
  }


.s-867c4422-c783-4163-af47-53ca4ed3e351 .shogun-image-content {
  
    align-items: center;
  
}

.s-867c4422-c783-4163-af47-53ca4ed3e351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-867c4422-c783-4163-af47-53ca4ed3e351 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container {
      position: relative;
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-867c4422-c783-4163-af47-53ca4ed3e351 {
    width: 100%;
    height: auto;
  }

  #s-867c4422-c783-4163-af47-53ca4ed3e351 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image {
    
    
  }


.s-867c4422-c783-4163-af47-53ca4ed3e351 .shogun-image-content {
  
    align-items: center;
  
}

.s-867c4422-c783-4163-af47-53ca4ed3e351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-867c4422-c783-4163-af47-53ca4ed3e351 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container {
      position: relative;
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-867c4422-c783-4163-af47-53ca4ed3e351 {
    width: 100%;
    height: auto;
  }

  #s-867c4422-c783-4163-af47-53ca4ed3e351 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image {
    
    
  }


.s-867c4422-c783-4163-af47-53ca4ed3e351 .shogun-image-content {
  
    align-items: center;
  
}

.s-867c4422-c783-4163-af47-53ca4ed3e351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-867c4422-c783-4163-af47-53ca4ed3e351 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container {
      position: relative;
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-867c4422-c783-4163-af47-53ca4ed3e351 {
    width: 100%;
    height: auto;
  }

  #s-867c4422-c783-4163-af47-53ca4ed3e351 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image {
    
    
  }


.s-867c4422-c783-4163-af47-53ca4ed3e351 .shogun-image-content {
  
    align-items: center;
  
}

.s-867c4422-c783-4163-af47-53ca4ed3e351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-867c4422-c783-4163-af47-53ca4ed3e351 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container {
      position: relative;
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-867c4422-c783-4163-af47-53ca4ed3e351 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-867c4422-c783-4163-af47-53ca4ed3e351 {
    width: 100%;
    height: auto;
  }

  #s-867c4422-c783-4163-af47-53ca4ed3e351 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image {
    
    
  }


.s-867c4422-c783-4163-af47-53ca4ed3e351 .shogun-image-content {
  
    align-items: center;
  
}

.s-867c4422-c783-4163-af47-53ca4ed3e351.shg-align-container {
  display: flex;
  justify-content: center
}

.s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-867c4422-c783-4163-af47-53ca4ed3e351 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container {
      position: relative;
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-867c4422-c783-4163-af47-53ca4ed3e351 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-48133e8f-5b3d-44a1-aef2-fda1c928d157 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48133e8f-5b3d-44a1-aef2-fda1c928d157 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-4ea49278-7a49-4d93-8694-2bc6efa045b5 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-4ea49278-7a49-4d93-8694-2bc6efa045b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4ea49278-7a49-4d93-8694-2bc6efa045b5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-4ea49278-7a49-4d93-8694-2bc6efa045b5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d61460f7-511a-4b31-b364-a01d17a5dfd4 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d61460f7-511a-4b31-b364-a01d17a5dfd4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d61460f7-511a-4b31-b364-a01d17a5dfd4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d61460f7-511a-4b31-b364-a01d17a5dfd4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d61460f7-511a-4b31-b364-a01d17a5dfd4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d61460f7-511a-4b31-b364-a01d17a5dfd4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-d61460f7-511a-4b31-b364-a01d17a5dfd4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d61460f7-511a-4b31-b364-a01d17a5dfd4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c673944c-a1be-4413-9147-db1986aa24fa {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c673944c-a1be-4413-9147-db1986aa24fa {
  display: none;
}
#s-c673944c-a1be-4413-9147-db1986aa24fa, #wrap-s-c673944c-a1be-4413-9147-db1986aa24fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c673944c-a1be-4413-9147-db1986aa24fa {
  display: none;
}
#s-c673944c-a1be-4413-9147-db1986aa24fa, #wrap-s-c673944c-a1be-4413-9147-db1986aa24fa { display: none !important; }}







#s-c673944c-a1be-4413-9147-db1986aa24fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c673944c-a1be-4413-9147-db1986aa24fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2bc23c3-5c9c-47a6-a2c5-db5e2b791601 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2bc23c3-5c9c-47a6-a2c5-db5e2b791601 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



#s-9079c668-2795-4317-93c7-f5b06bac1d6e {
  margin-left: 0%;
margin-bottom: -1%;
margin-right: 0%;
}

#s-2d327812-2fe6-4895-9c14-9427b2022919 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2d327812-2fe6-4895-9c14-9427b2022919 .shg-sld-dot {
  background-color: rgba(43, 43, 43, 1);
}

#s-2d327812-2fe6-4895-9c14-9427b2022919 .shg-sld-nav-button.shg-sld-left,
#s-2d327812-2fe6-4895-9c14-9427b2022919 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(43, 43, 43, 1);
}

#s-ff89b900-2702-4ae4-b708-45dc4d85d5c6 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ff89b900-2702-4ae4-b708-45dc4d85d5c6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-ff89b900-2702-4ae4-b708-45dc4d85d5c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-ff89b900-2702-4ae4-b708-45dc4d85d5c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-ff89b900-2702-4ae4-b708-45dc4d85d5c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-a7e0832b-e6b1-481b-823a-62a6582ee12c {
  margin-left: auto;
margin-right: auto;
}

#s-c716af28-150f-4f6c-b174-ae21ef4fc70a {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c716af28-150f-4f6c-b174-ae21ef4fc70a {
    width: 100%;
    height: auto;
  }

  #s-c716af28-150f-4f6c-b174-ae21ef4fc70a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image {
    
    
  }


.s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shogun-image-content {
  
    align-items: center;
  
}

.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container {
      position: relative;
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c716af28-150f-4f6c-b174-ae21ef4fc70a {
    width: 100%;
    height: auto;
  }

  #s-c716af28-150f-4f6c-b174-ae21ef4fc70a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image {
    
    
  }


.s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shogun-image-content {
  
    align-items: center;
  
}

.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container {
      position: relative;
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c716af28-150f-4f6c-b174-ae21ef4fc70a {
    width: 100%;
    height: auto;
  }

  #s-c716af28-150f-4f6c-b174-ae21ef4fc70a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image {
    
    
  }


.s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shogun-image-content {
  
    align-items: center;
  
}

.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container {
      position: relative;
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c716af28-150f-4f6c-b174-ae21ef4fc70a {
    width: 100%;
    height: auto;
  }

  #s-c716af28-150f-4f6c-b174-ae21ef4fc70a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image {
    
    
  }


.s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shogun-image-content {
  
    align-items: center;
  
}

.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container {
      position: relative;
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c716af28-150f-4f6c-b174-ae21ef4fc70a {
    width: 100%;
    height: auto;
  }

  #s-c716af28-150f-4f6c-b174-ae21ef4fc70a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image {
    
    
  }


.s-c716af28-150f-4f6c-b174-ae21ef4fc70a .shogun-image-content {
  
    align-items: center;
  
}

.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container {
      position: relative;
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c716af28-150f-4f6c-b174-ae21ef4fc70a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dbd6461f-3dbf-452e-a2f8-3e57b933f859 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbd6461f-3dbf-452e-a2f8-3e57b933f859 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-4f3c650b-eb4c-460d-88ae-53b1d581cccc {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-4f3c650b-eb4c-460d-88ae-53b1d581cccc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f3c650b-eb4c-460d-88ae-53b1d581cccc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-4f3c650b-eb4c-460d-88ae-53b1d581cccc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8a1a4f13-189e-4237-ae81-297a53f27efd {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8a1a4f13-189e-4237-ae81-297a53f27efd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a1a4f13-189e-4237-ae81-297a53f27efd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8a1a4f13-189e-4237-ae81-297a53f27efd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a1a4f13-189e-4237-ae81-297a53f27efd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a1a4f13-189e-4237-ae81-297a53f27efd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-8a1a4f13-189e-4237-ae81-297a53f27efd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8a1a4f13-189e-4237-ae81-297a53f27efd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d32583ce-e169-4d54-9fc0-fafd9e6ac255 {
  margin-left: auto;
margin-right: auto;
}

#s-6c07c8c6-de61-4d17-bc72-9b552653041a {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6c07c8c6-de61-4d17-bc72-9b552653041a {
    width: 100%;
    height: auto;
  }

  #s-6c07c8c6-de61-4d17-bc72-9b552653041a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image {
    
    
  }


.s-6c07c8c6-de61-4d17-bc72-9b552653041a .shogun-image-content {
  
    align-items: center;
  
}

.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c07c8c6-de61-4d17-bc72-9b552653041a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container {
      position: relative;
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6c07c8c6-de61-4d17-bc72-9b552653041a {
    width: 100%;
    height: auto;
  }

  #s-6c07c8c6-de61-4d17-bc72-9b552653041a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image {
    
    
  }


.s-6c07c8c6-de61-4d17-bc72-9b552653041a .shogun-image-content {
  
    align-items: center;
  
}

.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c07c8c6-de61-4d17-bc72-9b552653041a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container {
      position: relative;
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6c07c8c6-de61-4d17-bc72-9b552653041a {
    width: 100%;
    height: auto;
  }

  #s-6c07c8c6-de61-4d17-bc72-9b552653041a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image {
    
    
  }


.s-6c07c8c6-de61-4d17-bc72-9b552653041a .shogun-image-content {
  
    align-items: center;
  
}

.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c07c8c6-de61-4d17-bc72-9b552653041a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container {
      position: relative;
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6c07c8c6-de61-4d17-bc72-9b552653041a {
    width: 100%;
    height: auto;
  }

  #s-6c07c8c6-de61-4d17-bc72-9b552653041a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image {
    
    
  }


.s-6c07c8c6-de61-4d17-bc72-9b552653041a .shogun-image-content {
  
    align-items: center;
  
}

.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c07c8c6-de61-4d17-bc72-9b552653041a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container {
      position: relative;
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c07c8c6-de61-4d17-bc72-9b552653041a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6c07c8c6-de61-4d17-bc72-9b552653041a {
    width: 100%;
    height: auto;
  }

  #s-6c07c8c6-de61-4d17-bc72-9b552653041a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image {
    
    
  }


.s-6c07c8c6-de61-4d17-bc72-9b552653041a .shogun-image-content {
  
    align-items: center;
  
}

.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6c07c8c6-de61-4d17-bc72-9b552653041a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container {
      position: relative;
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c07c8c6-de61-4d17-bc72-9b552653041a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b1cbc08c-60c8-45b6-9ad4-5de650416be3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1cbc08c-60c8-45b6-9ad4-5de650416be3 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-b81b2a59-789a-4e58-a75f-0a50eafde881 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-b81b2a59-789a-4e58-a75f-0a50eafde881 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b81b2a59-789a-4e58-a75f-0a50eafde881 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-b81b2a59-789a-4e58-a75f-0a50eafde881 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cdd355b6-7d5c-4801-b405-3ce392d004f4 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cdd355b6-7d5c-4801-b405-3ce392d004f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cdd355b6-7d5c-4801-b405-3ce392d004f4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cdd355b6-7d5c-4801-b405-3ce392d004f4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cdd355b6-7d5c-4801-b405-3ce392d004f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cdd355b6-7d5c-4801-b405-3ce392d004f4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-cdd355b6-7d5c-4801-b405-3ce392d004f4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cdd355b6-7d5c-4801-b405-3ce392d004f4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b8435ccd-48bf-4b13-b411-a35d2d6f3c7a {
  margin-left: auto;
margin-right: auto;
}

#s-42e570e0-301e-4020-981a-bbac4bc6320f {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-42e570e0-301e-4020-981a-bbac4bc6320f {
    width: 100%;
    height: auto;
  }

  #s-42e570e0-301e-4020-981a-bbac4bc6320f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image {
    
    
  }


.s-42e570e0-301e-4020-981a-bbac4bc6320f .shogun-image-content {
  
    align-items: center;
  
}

.s-42e570e0-301e-4020-981a-bbac4bc6320f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42e570e0-301e-4020-981a-bbac4bc6320f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container {
      position: relative;
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-42e570e0-301e-4020-981a-bbac4bc6320f {
    width: 100%;
    height: auto;
  }

  #s-42e570e0-301e-4020-981a-bbac4bc6320f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image {
    
    
  }


.s-42e570e0-301e-4020-981a-bbac4bc6320f .shogun-image-content {
  
    align-items: center;
  
}

.s-42e570e0-301e-4020-981a-bbac4bc6320f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42e570e0-301e-4020-981a-bbac4bc6320f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container {
      position: relative;
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-42e570e0-301e-4020-981a-bbac4bc6320f {
    width: 100%;
    height: auto;
  }

  #s-42e570e0-301e-4020-981a-bbac4bc6320f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image {
    
    
  }


.s-42e570e0-301e-4020-981a-bbac4bc6320f .shogun-image-content {
  
    align-items: center;
  
}

.s-42e570e0-301e-4020-981a-bbac4bc6320f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42e570e0-301e-4020-981a-bbac4bc6320f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container {
      position: relative;
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-42e570e0-301e-4020-981a-bbac4bc6320f {
    width: 100%;
    height: auto;
  }

  #s-42e570e0-301e-4020-981a-bbac4bc6320f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image {
    
    
  }


.s-42e570e0-301e-4020-981a-bbac4bc6320f .shogun-image-content {
  
    align-items: center;
  
}

.s-42e570e0-301e-4020-981a-bbac4bc6320f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42e570e0-301e-4020-981a-bbac4bc6320f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container {
      position: relative;
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42e570e0-301e-4020-981a-bbac4bc6320f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-42e570e0-301e-4020-981a-bbac4bc6320f {
    width: 100%;
    height: auto;
  }

  #s-42e570e0-301e-4020-981a-bbac4bc6320f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image {
    
    
  }


.s-42e570e0-301e-4020-981a-bbac4bc6320f .shogun-image-content {
  
    align-items: center;
  
}

.s-42e570e0-301e-4020-981a-bbac4bc6320f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42e570e0-301e-4020-981a-bbac4bc6320f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container {
      position: relative;
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42e570e0-301e-4020-981a-bbac4bc6320f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d6f421bf-1074-4816-b6fc-640d3ca690ab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6f421bf-1074-4816-b6fc-640d3ca690ab .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-61d1f771-08a5-46b2-928c-29c8c6b72c46 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-61d1f771-08a5-46b2-928c-29c8c6b72c46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-61d1f771-08a5-46b2-928c-29c8c6b72c46 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-61d1f771-08a5-46b2-928c-29c8c6b72c46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d629378d-6f93-4d9c-a35f-77873565b3a0 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d629378d-6f93-4d9c-a35f-77873565b3a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d629378d-6f93-4d9c-a35f-77873565b3a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d629378d-6f93-4d9c-a35f-77873565b3a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d629378d-6f93-4d9c-a35f-77873565b3a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d629378d-6f93-4d9c-a35f-77873565b3a0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-d629378d-6f93-4d9c-a35f-77873565b3a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d629378d-6f93-4d9c-a35f-77873565b3a0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d744ce38-5563-475b-af48-df7f36a53465 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d744ce38-5563-475b-af48-df7f36a53465"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-d744ce38-5563-475b-af48-df7f36a53465"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-d744ce38-5563-475b-af48-df7f36a53465"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-d744ce38-5563-475b-af48-df7f36a53465"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-cbacaa5f-f575-490e-8899-cec48aa5ce85 {
  margin-left: auto;
margin-right: auto;
}

#s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 {
    width: 100%;
    height: auto;
  }

  #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image {
    
    
  }


.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container {
      position: relative;
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 {
    width: 100%;
    height: auto;
  }

  #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image {
    
    
  }


.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container {
      position: relative;
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 {
    width: 100%;
    height: auto;
  }

  #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image {
    
    
  }


.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container {
      position: relative;
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 {
    width: 100%;
    height: auto;
  }

  #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image {
    
    
  }


.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container {
      position: relative;
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 {
    width: 100%;
    height: auto;
  }

  #s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image {
    
    
  }


.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container {
      position: relative;
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d95e5b2-b6ab-4491-a72b-b2a69ea90221 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c85fea06-4c44-4db1-ac67-bc68348929a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c85fea06-4c44-4db1-ac67-bc68348929a8 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-d6f571eb-465f-4cf2-b45c-028b0e58c611 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-d6f571eb-465f-4cf2-b45c-028b0e58c611 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d6f571eb-465f-4cf2-b45c-028b0e58c611 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-d6f571eb-465f-4cf2-b45c-028b0e58c611 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-19a6aadc-9740-47dc-990a-9abcb2a6dfee {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-19a6aadc-9740-47dc-990a-9abcb2a6dfee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19a6aadc-9740-47dc-990a-9abcb2a6dfee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-19a6aadc-9740-47dc-990a-9abcb2a6dfee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19a6aadc-9740-47dc-990a-9abcb2a6dfee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19a6aadc-9740-47dc-990a-9abcb2a6dfee.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-19a6aadc-9740-47dc-990a-9abcb2a6dfee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-19a6aadc-9740-47dc-990a-9abcb2a6dfee.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-73039c1b-310d-432e-8a1a-096edb746b08 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-73039c1b-310d-432e-8a1a-096edb746b08 {
    width: 100%;
    height: auto;
  }

  #s-73039c1b-310d-432e-8a1a-096edb746b08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image {
    
    
  }


.s-73039c1b-310d-432e-8a1a-096edb746b08 .shogun-image-content {
  
    align-items: center;
  
}

.s-73039c1b-310d-432e-8a1a-096edb746b08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73039c1b-310d-432e-8a1a-096edb746b08 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container {
      position: relative;
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-73039c1b-310d-432e-8a1a-096edb746b08 {
    width: 100%;
    height: auto;
  }

  #s-73039c1b-310d-432e-8a1a-096edb746b08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image {
    
    
  }


.s-73039c1b-310d-432e-8a1a-096edb746b08 .shogun-image-content {
  
    align-items: center;
  
}

.s-73039c1b-310d-432e-8a1a-096edb746b08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73039c1b-310d-432e-8a1a-096edb746b08 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container {
      position: relative;
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-73039c1b-310d-432e-8a1a-096edb746b08 {
    width: 100%;
    height: auto;
  }

  #s-73039c1b-310d-432e-8a1a-096edb746b08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image {
    
    
  }


.s-73039c1b-310d-432e-8a1a-096edb746b08 .shogun-image-content {
  
    align-items: center;
  
}

.s-73039c1b-310d-432e-8a1a-096edb746b08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73039c1b-310d-432e-8a1a-096edb746b08 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container {
      position: relative;
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-73039c1b-310d-432e-8a1a-096edb746b08 {
    width: 100%;
    height: auto;
  }

  #s-73039c1b-310d-432e-8a1a-096edb746b08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image {
    
    
  }


.s-73039c1b-310d-432e-8a1a-096edb746b08 .shogun-image-content {
  
    align-items: center;
  
}

.s-73039c1b-310d-432e-8a1a-096edb746b08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73039c1b-310d-432e-8a1a-096edb746b08 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container {
      position: relative;
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73039c1b-310d-432e-8a1a-096edb746b08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-73039c1b-310d-432e-8a1a-096edb746b08 {
    width: 100%;
    height: auto;
  }

  #s-73039c1b-310d-432e-8a1a-096edb746b08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image {
    
    
  }


.s-73039c1b-310d-432e-8a1a-096edb746b08 .shogun-image-content {
  
    align-items: center;
  
}

.s-73039c1b-310d-432e-8a1a-096edb746b08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73039c1b-310d-432e-8a1a-096edb746b08 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container {
      position: relative;
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73039c1b-310d-432e-8a1a-096edb746b08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-abe55ce6-b4b8-4fd3-b268-84a3721ea471 {
  margin-left: auto;
margin-right: auto;
}

#s-2b81cdfc-ff3d-4de6-a74a-7c21ee45f0f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b81cdfc-ff3d-4de6-a74a-7c21ee45f0f1 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-6330acf4-c9df-4932-b888-f4168dd47a03 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-6330acf4-c9df-4932-b888-f4168dd47a03 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6330acf4-c9df-4932-b888-f4168dd47a03 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-6330acf4-c9df-4932-b888-f4168dd47a03 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3c9f1d5e-419b-42d1-b1cf-c2b8accd40d7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3c9f1d5e-419b-42d1-b1cf-c2b8accd40d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c9f1d5e-419b-42d1-b1cf-c2b8accd40d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c9f1d5e-419b-42d1-b1cf-c2b8accd40d7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c9f1d5e-419b-42d1-b1cf-c2b8accd40d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c9f1d5e-419b-42d1-b1cf-c2b8accd40d7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3c9f1d5e-419b-42d1-b1cf-c2b8accd40d7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3c9f1d5e-419b-42d1-b1cf-c2b8accd40d7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 {
    width: 100%;
    height: auto;
  }

  #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image {
    
    
  }


.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container {
      position: relative;
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 {
    width: 100%;
    height: auto;
  }

  #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image {
    
    
  }


.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container {
      position: relative;
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 {
    width: 100%;
    height: auto;
  }

  #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image {
    
    
  }


.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container {
      position: relative;
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 {
    width: 100%;
    height: auto;
  }

  #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image {
    
    
  }


.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container {
      position: relative;
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 {
    width: 100%;
    height: auto;
  }

  #s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image {
    
    
  }


.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container {
      position: relative;
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f9e8912-438c-4dac-a3dd-3680a0c6d1c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0f49618f-20e7-47ba-9ed0-68c1280e566c {
  margin-left: auto;
margin-right: auto;
}

#s-e98a8aff-b3f1-4bab-a1ff-d479822817e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e98a8aff-b3f1-4bab-a1ff-d479822817e0 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-de3ec226-fcdb-41a2-8a97-66e3d1e3b54c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-de3ec226-fcdb-41a2-8a97-66e3d1e3b54c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-de3ec226-fcdb-41a2-8a97-66e3d1e3b54c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-de3ec226-fcdb-41a2-8a97-66e3d1e3b54c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3d077536-39a2-4292-8d69-84eff303a99f {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3d077536-39a2-4292-8d69-84eff303a99f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d077536-39a2-4292-8d69-84eff303a99f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d077536-39a2-4292-8d69-84eff303a99f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d077536-39a2-4292-8d69-84eff303a99f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d077536-39a2-4292-8d69-84eff303a99f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3d077536-39a2-4292-8d69-84eff303a99f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d077536-39a2-4292-8d69-84eff303a99f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-adb1da7c-960e-4e3c-b49a-2b7d8d43bf9c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-adb1da7c-960e-4e3c-b49a-2b7d8d43bf9c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-adb1da7c-960e-4e3c-b49a-2b7d8d43bf9c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-adb1da7c-960e-4e3c-b49a-2b7d8d43bf9c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-adb1da7c-960e-4e3c-b49a-2b7d8d43bf9c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-1540ca98-937d-4320-baf0-7610d0f62f53 {
  margin-left: 0%;
margin-right: 0%;
}

#s-d0c11273-f6ff-4e42-9c81-1a62db519708 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d0c11273-f6ff-4e42-9c81-1a62db519708 {
    width: 100%;
    height: auto;
  }

  #s-d0c11273-f6ff-4e42-9c81-1a62db519708 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image {
    
    
  }


.s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0c11273-f6ff-4e42-9c81-1a62db519708 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container {
      position: relative;
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d0c11273-f6ff-4e42-9c81-1a62db519708 {
    width: 100%;
    height: auto;
  }

  #s-d0c11273-f6ff-4e42-9c81-1a62db519708 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image {
    
    
  }


.s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0c11273-f6ff-4e42-9c81-1a62db519708 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container {
      position: relative;
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d0c11273-f6ff-4e42-9c81-1a62db519708 {
    width: 100%;
    height: auto;
  }

  #s-d0c11273-f6ff-4e42-9c81-1a62db519708 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image {
    
    
  }


.s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0c11273-f6ff-4e42-9c81-1a62db519708 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container {
      position: relative;
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d0c11273-f6ff-4e42-9c81-1a62db519708 {
    width: 100%;
    height: auto;
  }

  #s-d0c11273-f6ff-4e42-9c81-1a62db519708 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image {
    
    
  }


.s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0c11273-f6ff-4e42-9c81-1a62db519708 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container {
      position: relative;
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d0c11273-f6ff-4e42-9c81-1a62db519708 {
    width: 100%;
    height: auto;
  }

  #s-d0c11273-f6ff-4e42-9c81-1a62db519708 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image {
    
    
  }


.s-d0c11273-f6ff-4e42-9c81-1a62db519708 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0c11273-f6ff-4e42-9c81-1a62db519708 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container {
      position: relative;
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0c11273-f6ff-4e42-9c81-1a62db519708 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3b3b9320-e0b3-4a60-b38e-06eab77fdc0a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b3b9320-e0b3-4a60-b38e-06eab77fdc0a .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-840a700e-917a-4ffd-a12a-8f0fcab83800 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-840a700e-917a-4ffd-a12a-8f0fcab83800 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-840a700e-917a-4ffd-a12a-8f0fcab83800 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-840a700e-917a-4ffd-a12a-8f0fcab83800 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7a8fbf1a-87ae-4295-aaf0-a647e40aab36 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7a8fbf1a-87ae-4295-aaf0-a647e40aab36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a8fbf1a-87ae-4295-aaf0-a647e40aab36:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a8fbf1a-87ae-4295-aaf0-a647e40aab36 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a8fbf1a-87ae-4295-aaf0-a647e40aab36.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a8fbf1a-87ae-4295-aaf0-a647e40aab36.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-7a8fbf1a-87ae-4295-aaf0-a647e40aab36.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a8fbf1a-87ae-4295-aaf0-a647e40aab36.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3fdb42d2-2300-4aad-a4e4-e644205e5ca1 {
  margin-left: auto;
margin-right: auto;
}

#s-476a2a85-5862-4961-be15-bb8985c9ac26 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-476a2a85-5862-4961-be15-bb8985c9ac26 {
    width: 100%;
    height: auto;
  }

  #s-476a2a85-5862-4961-be15-bb8985c9ac26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image {
    
    
  }


.s-476a2a85-5862-4961-be15-bb8985c9ac26 .shogun-image-content {
  
    align-items: center;
  
}

.s-476a2a85-5862-4961-be15-bb8985c9ac26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-476a2a85-5862-4961-be15-bb8985c9ac26 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container {
      position: relative;
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-476a2a85-5862-4961-be15-bb8985c9ac26 {
    width: 100%;
    height: auto;
  }

  #s-476a2a85-5862-4961-be15-bb8985c9ac26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image {
    
    
  }


.s-476a2a85-5862-4961-be15-bb8985c9ac26 .shogun-image-content {
  
    align-items: center;
  
}

.s-476a2a85-5862-4961-be15-bb8985c9ac26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-476a2a85-5862-4961-be15-bb8985c9ac26 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container {
      position: relative;
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-476a2a85-5862-4961-be15-bb8985c9ac26 {
    width: 100%;
    height: auto;
  }

  #s-476a2a85-5862-4961-be15-bb8985c9ac26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image {
    
    
  }


.s-476a2a85-5862-4961-be15-bb8985c9ac26 .shogun-image-content {
  
    align-items: center;
  
}

.s-476a2a85-5862-4961-be15-bb8985c9ac26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-476a2a85-5862-4961-be15-bb8985c9ac26 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container {
      position: relative;
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-476a2a85-5862-4961-be15-bb8985c9ac26 {
    width: 100%;
    height: auto;
  }

  #s-476a2a85-5862-4961-be15-bb8985c9ac26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image {
    
    
  }


.s-476a2a85-5862-4961-be15-bb8985c9ac26 .shogun-image-content {
  
    align-items: center;
  
}

.s-476a2a85-5862-4961-be15-bb8985c9ac26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-476a2a85-5862-4961-be15-bb8985c9ac26 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container {
      position: relative;
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-476a2a85-5862-4961-be15-bb8985c9ac26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-476a2a85-5862-4961-be15-bb8985c9ac26 {
    width: 100%;
    height: auto;
  }

  #s-476a2a85-5862-4961-be15-bb8985c9ac26 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image {
    
    
  }


.s-476a2a85-5862-4961-be15-bb8985c9ac26 .shogun-image-content {
  
    align-items: center;
  
}

.s-476a2a85-5862-4961-be15-bb8985c9ac26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-476a2a85-5862-4961-be15-bb8985c9ac26 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container {
      position: relative;
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-476a2a85-5862-4961-be15-bb8985c9ac26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ecc950e5-ef76-4eb5-8d34-f3df12b40239 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecc950e5-ef76-4eb5-8d34-f3df12b40239 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-cb15c994-6d9c-45d7-8b67-c68a2e4b73e3 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-cb15c994-6d9c-45d7-8b67-c68a2e4b73e3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cb15c994-6d9c-45d7-8b67-c68a2e4b73e3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-cb15c994-6d9c-45d7-8b67-c68a2e4b73e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e772bd7a-78bf-4d7d-a2c1-bf924bea3124 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e772bd7a-78bf-4d7d-a2c1-bf924bea3124:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e772bd7a-78bf-4d7d-a2c1-bf924bea3124:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e772bd7a-78bf-4d7d-a2c1-bf924bea3124 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e772bd7a-78bf-4d7d-a2c1-bf924bea3124.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e772bd7a-78bf-4d7d-a2c1-bf924bea3124.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-e772bd7a-78bf-4d7d-a2c1-bf924bea3124.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e772bd7a-78bf-4d7d-a2c1-bf924bea3124.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b60225fd-3388-4d0c-bf1b-343ef9f84893 {
  margin-left: auto;
margin-right: auto;
}

#s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab {
    width: 100%;
    height: auto;
  }

  #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image {
    
    
  }


.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shogun-image-content {
  
    align-items: center;
  
}

.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container {
      position: relative;
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab {
    width: 100%;
    height: auto;
  }

  #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image {
    
    
  }


.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shogun-image-content {
  
    align-items: center;
  
}

.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container {
      position: relative;
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab {
    width: 100%;
    height: auto;
  }

  #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image {
    
    
  }


.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shogun-image-content {
  
    align-items: center;
  
}

.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container {
      position: relative;
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab {
    width: 100%;
    height: auto;
  }

  #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image {
    
    
  }


.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shogun-image-content {
  
    align-items: center;
  
}

.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container {
      position: relative;
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab {
    width: 100%;
    height: auto;
  }

  #s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image {
    
    
  }


.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab .shogun-image-content {
  
    align-items: center;
  
}

.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container {
      position: relative;
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffd48ed5-e342-4e67-bc06-fb4dec0491ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a292458f-edba-4d3f-a987-204111aff478 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a292458f-edba-4d3f-a987-204111aff478 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-cb860ff7-a65c-4805-a918-24b6651921a8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-cb860ff7-a65c-4805-a918-24b6651921a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cb860ff7-a65c-4805-a918-24b6651921a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-cb860ff7-a65c-4805-a918-24b6651921a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35a37dcf-0dd7-428b-81a7-e13d9ee13a0b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-35a37dcf-0dd7-428b-81a7-e13d9ee13a0b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35a37dcf-0dd7-428b-81a7-e13d9ee13a0b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35a37dcf-0dd7-428b-81a7-e13d9ee13a0b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35a37dcf-0dd7-428b-81a7-e13d9ee13a0b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35a37dcf-0dd7-428b-81a7-e13d9ee13a0b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-35a37dcf-0dd7-428b-81a7-e13d9ee13a0b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-35a37dcf-0dd7-428b-81a7-e13d9ee13a0b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-396024b5-c460-4757-b679-1980f18400ad {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 12.5%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-396024b5-c460-4757-b679-1980f18400ad"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-396024b5-c460-4757-b679-1980f18400ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-396024b5-c460-4757-b679-1980f18400ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-396024b5-c460-4757-b679-1980f18400ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-49e3196c-2c4e-4677-8016-6dee799e3c83 {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/2115;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-49e3196c-2c4e-4677-8016-6dee799e3c83 {
    width: 100%;
    height: auto;
  }

  #s-49e3196c-2c4e-4677-8016-6dee799e3c83 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image {
    
    
  }


.s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49e3196c-2c4e-4677-8016-6dee799e3c83 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container {
      position: relative;
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-49e3196c-2c4e-4677-8016-6dee799e3c83 {
    width: 100%;
    height: auto;
  }

  #s-49e3196c-2c4e-4677-8016-6dee799e3c83 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image {
    
    
  }


.s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49e3196c-2c4e-4677-8016-6dee799e3c83 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container {
      position: relative;
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-49e3196c-2c4e-4677-8016-6dee799e3c83 {
    width: 100%;
    height: auto;
  }

  #s-49e3196c-2c4e-4677-8016-6dee799e3c83 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image {
    
    
  }


.s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49e3196c-2c4e-4677-8016-6dee799e3c83 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container {
      position: relative;
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-49e3196c-2c4e-4677-8016-6dee799e3c83 {
    width: 100%;
    height: auto;
  }

  #s-49e3196c-2c4e-4677-8016-6dee799e3c83 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image {
    
    
  }


.s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49e3196c-2c4e-4677-8016-6dee799e3c83 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container {
      position: relative;
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-49e3196c-2c4e-4677-8016-6dee799e3c83 {
    width: 100%;
    height: auto;
  }

  #s-49e3196c-2c4e-4677-8016-6dee799e3c83 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image {
    
    
  }


.s-49e3196c-2c4e-4677-8016-6dee799e3c83 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49e3196c-2c4e-4677-8016-6dee799e3c83 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container {
      position: relative;
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49e3196c-2c4e-4677-8016-6dee799e3c83 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9d633712-2df5-4871-9a9e-9fe07f0ea00c {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c {
    width: 100%;
    height: auto;
  }

  #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image {
    
    
  }


.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shogun-image-content {
  
    align-items: center;
  
}

.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container {
      position: relative;
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c {
    width: 100%;
    height: auto;
  }

  #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image {
    
    
  }


.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shogun-image-content {
  
    align-items: center;
  
}

.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container {
      position: relative;
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c {
    width: 100%;
    height: auto;
  }

  #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image {
    
    
  }


.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shogun-image-content {
  
    align-items: center;
  
}

.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container {
      position: relative;
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c {
    width: 100%;
    height: auto;
  }

  #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image {
    
    
  }


.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shogun-image-content {
  
    align-items: center;
  
}

.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container {
      position: relative;
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c {
    width: 100%;
    height: auto;
  }

  #s-9d633712-2df5-4871-9a9e-9fe07f0ea00c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image {
    
    
  }


.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c .shogun-image-content {
  
    align-items: center;
  
}

.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container {
      position: relative;
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d633712-2df5-4871-9a9e-9fe07f0ea00c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dfedb4a3-193a-4d17-903c-a9998b2d914f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfedb4a3-193a-4d17-903c-a9998b2d914f .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-3890c97d-da87-427d-bf91-0acd85ef63f0 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-3890c97d-da87-427d-bf91-0acd85ef63f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3890c97d-da87-427d-bf91-0acd85ef63f0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-3890c97d-da87-427d-bf91-0acd85ef63f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c90b586b-e97a-43b3-a9f6-86f7827b0571 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c90b586b-e97a-43b3-a9f6-86f7827b0571:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c90b586b-e97a-43b3-a9f6-86f7827b0571:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c90b586b-e97a-43b3-a9f6-86f7827b0571 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c90b586b-e97a-43b3-a9f6-86f7827b0571.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c90b586b-e97a-43b3-a9f6-86f7827b0571.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-c90b586b-e97a-43b3-a9f6-86f7827b0571.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c90b586b-e97a-43b3-a9f6-86f7827b0571.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-889d72d6-7024-4306-a6dc-b537304bc884 {
  margin-left: 0%;
margin-right: 0%;
}

#s-26055b7f-67e8-4494-a081-71bd45f8d16e {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26055b7f-67e8-4494-a081-71bd45f8d16e {
    width: 100%;
    height: auto;
  }

  #s-26055b7f-67e8-4494-a081-71bd45f8d16e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image {
    
    
  }


.s-26055b7f-67e8-4494-a081-71bd45f8d16e .shogun-image-content {
  
    align-items: center;
  
}

.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26055b7f-67e8-4494-a081-71bd45f8d16e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container {
      position: relative;
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26055b7f-67e8-4494-a081-71bd45f8d16e {
    width: 100%;
    height: auto;
  }

  #s-26055b7f-67e8-4494-a081-71bd45f8d16e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image {
    
    
  }


.s-26055b7f-67e8-4494-a081-71bd45f8d16e .shogun-image-content {
  
    align-items: center;
  
}

.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26055b7f-67e8-4494-a081-71bd45f8d16e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container {
      position: relative;
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26055b7f-67e8-4494-a081-71bd45f8d16e {
    width: 100%;
    height: auto;
  }

  #s-26055b7f-67e8-4494-a081-71bd45f8d16e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image {
    
    
  }


.s-26055b7f-67e8-4494-a081-71bd45f8d16e .shogun-image-content {
  
    align-items: center;
  
}

.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26055b7f-67e8-4494-a081-71bd45f8d16e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container {
      position: relative;
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26055b7f-67e8-4494-a081-71bd45f8d16e {
    width: 100%;
    height: auto;
  }

  #s-26055b7f-67e8-4494-a081-71bd45f8d16e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image {
    
    
  }


.s-26055b7f-67e8-4494-a081-71bd45f8d16e .shogun-image-content {
  
    align-items: center;
  
}

.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26055b7f-67e8-4494-a081-71bd45f8d16e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container {
      position: relative;
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26055b7f-67e8-4494-a081-71bd45f8d16e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26055b7f-67e8-4494-a081-71bd45f8d16e {
    width: 100%;
    height: auto;
  }

  #s-26055b7f-67e8-4494-a081-71bd45f8d16e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image {
    
    
  }


.s-26055b7f-67e8-4494-a081-71bd45f8d16e .shogun-image-content {
  
    align-items: center;
  
}

.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26055b7f-67e8-4494-a081-71bd45f8d16e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container {
      position: relative;
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26055b7f-67e8-4494-a081-71bd45f8d16e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ed4eef60-dd15-4c2c-a0b6-e6ac93f916a0 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed4eef60-dd15-4c2c-a0b6-e6ac93f916a0 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-1cc2597c-5be7-4481-b1bd-01e2bc25c3f4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-1cc2597c-5be7-4481-b1bd-01e2bc25c3f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1cc2597c-5be7-4481-b1bd-01e2bc25c3f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-1cc2597c-5be7-4481-b1bd-01e2bc25c3f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-47bf4ccc-54b6-4907-80d6-bd92048e1fb8 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-47bf4ccc-54b6-4907-80d6-bd92048e1fb8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47bf4ccc-54b6-4907-80d6-bd92048e1fb8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47bf4ccc-54b6-4907-80d6-bd92048e1fb8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47bf4ccc-54b6-4907-80d6-bd92048e1fb8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47bf4ccc-54b6-4907-80d6-bd92048e1fb8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-47bf4ccc-54b6-4907-80d6-bd92048e1fb8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-47bf4ccc-54b6-4907-80d6-bd92048e1fb8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-15e706dc-0f1c-4234-aea8-2866671acc4f {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-15e706dc-0f1c-4234-aea8-2866671acc4f {
  display: none;
}
#s-15e706dc-0f1c-4234-aea8-2866671acc4f, #wrap-s-15e706dc-0f1c-4234-aea8-2866671acc4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15e706dc-0f1c-4234-aea8-2866671acc4f {
  display: none;
}
#s-15e706dc-0f1c-4234-aea8-2866671acc4f, #wrap-s-15e706dc-0f1c-4234-aea8-2866671acc4f { display: none !important; }}







#s-15e706dc-0f1c-4234-aea8-2866671acc4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15e706dc-0f1c-4234-aea8-2866671acc4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d02efc00-6176-462b-8734-119be2a7e766 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d02efc00-6176-462b-8734-119be2a7e766 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



#s-9a5329f6-d239-466c-a439-58cd3cb583f6 {
  margin-left: 5%;
margin-bottom: -1%;
margin-right: 5%;
}

#s-024a5816-3c16-4e6e-bf92-fc01daf03b76 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-024a5816-3c16-4e6e-bf92-fc01daf03b76 .shg-sld-dot {
  background-color: rgba(43, 43, 43, 1);
}

#s-024a5816-3c16-4e6e-bf92-fc01daf03b76 .shg-sld-nav-button.shg-sld-left,
#s-024a5816-3c16-4e6e-bf92-fc01daf03b76 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(43, 43, 43, 1);
}

#s-fe98364a-7ab1-49a9-9c4b-5c4931a2e018 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fe98364a-7ab1-49a9-9c4b-5c4931a2e018"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-fe98364a-7ab1-49a9-9c4b-5c4931a2e018"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-fe98364a-7ab1-49a9-9c4b-5c4931a2e018"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-fe98364a-7ab1-49a9-9c4b-5c4931a2e018"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-f4d25084-4434-4139-9918-3b8459286b5f {
  margin-left: auto;
margin-right: auto;
}

#s-410e7abf-8319-44c4-a565-d6ea95bb8b16 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 {
    width: 100%;
    height: auto;
  }

  #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image {
    
    
  }


.s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container {
      position: relative;
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 {
    width: 100%;
    height: auto;
  }

  #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image {
    
    
  }


.s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container {
      position: relative;
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 {
    width: 100%;
    height: auto;
  }

  #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image {
    
    
  }


.s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container {
      position: relative;
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 {
    width: 100%;
    height: auto;
  }

  #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image {
    
    
  }


.s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container {
      position: relative;
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 {
    width: 100%;
    height: auto;
  }

  #s-410e7abf-8319-44c4-a565-d6ea95bb8b16 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image {
    
    
  }


.s-410e7abf-8319-44c4-a565-d6ea95bb8b16 .shogun-image-content {
  
    align-items: center;
  
}

.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container {
      position: relative;
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410e7abf-8319-44c4-a565-d6ea95bb8b16 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e3679c15-1fc8-4bb9-bb09-3bdb6f8984b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3679c15-1fc8-4bb9-bb09-3bdb6f8984b4 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-caf47cdc-b74b-4a73-9919-56ffe6c876f3 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-caf47cdc-b74b-4a73-9919-56ffe6c876f3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-caf47cdc-b74b-4a73-9919-56ffe6c876f3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-caf47cdc-b74b-4a73-9919-56ffe6c876f3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6c15766c-bea8-43e8-bfa8-cf446b3ea21f {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6c15766c-bea8-43e8-bfa8-cf446b3ea21f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c15766c-bea8-43e8-bfa8-cf446b3ea21f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c15766c-bea8-43e8-bfa8-cf446b3ea21f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c15766c-bea8-43e8-bfa8-cf446b3ea21f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c15766c-bea8-43e8-bfa8-cf446b3ea21f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-6c15766c-bea8-43e8-bfa8-cf446b3ea21f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6c15766c-bea8-43e8-bfa8-cf446b3ea21f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f9d4e397-9bfc-42c3-ade7-91e495f3ddb8 {
  margin-left: auto;
margin-right: auto;
}

#s-df37b984-5862-4b37-af43-144e73802e80 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-df37b984-5862-4b37-af43-144e73802e80 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-df37b984-5862-4b37-af43-144e73802e80 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df37b984-5862-4b37-af43-144e73802e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-df37b984-5862-4b37-af43-144e73802e80 {
    width: 100%;
    height: auto;
  }

  #s-df37b984-5862-4b37-af43-144e73802e80 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df37b984-5862-4b37-af43-144e73802e80.shogun-image {
    
    
  }


.s-df37b984-5862-4b37-af43-144e73802e80 .shogun-image-content {
  
    align-items: center;
  
}

.s-df37b984-5862-4b37-af43-144e73802e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df37b984-5862-4b37-af43-144e73802e80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df37b984-5862-4b37-af43-144e73802e80 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container {
      position: relative;
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df37b984-5862-4b37-af43-144e73802e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-df37b984-5862-4b37-af43-144e73802e80 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-df37b984-5862-4b37-af43-144e73802e80 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df37b984-5862-4b37-af43-144e73802e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-df37b984-5862-4b37-af43-144e73802e80 {
    width: 100%;
    height: auto;
  }

  #s-df37b984-5862-4b37-af43-144e73802e80 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df37b984-5862-4b37-af43-144e73802e80.shogun-image {
    
    
  }


.s-df37b984-5862-4b37-af43-144e73802e80 .shogun-image-content {
  
    align-items: center;
  
}

.s-df37b984-5862-4b37-af43-144e73802e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df37b984-5862-4b37-af43-144e73802e80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df37b984-5862-4b37-af43-144e73802e80 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container {
      position: relative;
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df37b984-5862-4b37-af43-144e73802e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-df37b984-5862-4b37-af43-144e73802e80 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-df37b984-5862-4b37-af43-144e73802e80 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df37b984-5862-4b37-af43-144e73802e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-df37b984-5862-4b37-af43-144e73802e80 {
    width: 100%;
    height: auto;
  }

  #s-df37b984-5862-4b37-af43-144e73802e80 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df37b984-5862-4b37-af43-144e73802e80.shogun-image {
    
    
  }


.s-df37b984-5862-4b37-af43-144e73802e80 .shogun-image-content {
  
    align-items: center;
  
}

.s-df37b984-5862-4b37-af43-144e73802e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df37b984-5862-4b37-af43-144e73802e80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df37b984-5862-4b37-af43-144e73802e80 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container {
      position: relative;
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df37b984-5862-4b37-af43-144e73802e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-df37b984-5862-4b37-af43-144e73802e80 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-df37b984-5862-4b37-af43-144e73802e80 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df37b984-5862-4b37-af43-144e73802e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-df37b984-5862-4b37-af43-144e73802e80 {
    width: 100%;
    height: auto;
  }

  #s-df37b984-5862-4b37-af43-144e73802e80 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df37b984-5862-4b37-af43-144e73802e80.shogun-image {
    
    
  }


.s-df37b984-5862-4b37-af43-144e73802e80 .shogun-image-content {
  
    align-items: center;
  
}

.s-df37b984-5862-4b37-af43-144e73802e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df37b984-5862-4b37-af43-144e73802e80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df37b984-5862-4b37-af43-144e73802e80 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container {
      position: relative;
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df37b984-5862-4b37-af43-144e73802e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-df37b984-5862-4b37-af43-144e73802e80 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-df37b984-5862-4b37-af43-144e73802e80 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df37b984-5862-4b37-af43-144e73802e80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-df37b984-5862-4b37-af43-144e73802e80 {
    width: 100%;
    height: auto;
  }

  #s-df37b984-5862-4b37-af43-144e73802e80 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-df37b984-5862-4b37-af43-144e73802e80.shogun-image {
    
    
  }


.s-df37b984-5862-4b37-af43-144e73802e80 .shogun-image-content {
  
    align-items: center;
  
}

.s-df37b984-5862-4b37-af43-144e73802e80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df37b984-5862-4b37-af43-144e73802e80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-df37b984-5862-4b37-af43-144e73802e80 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container {
      position: relative;
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df37b984-5862-4b37-af43-144e73802e80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df37b984-5862-4b37-af43-144e73802e80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b0b9e966-1f34-4061-beb0-4c7daae7055f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0b9e966-1f34-4061-beb0-4c7daae7055f .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-50116edd-edde-45c1-9a4f-0c3491575ca7 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-50116edd-edde-45c1-9a4f-0c3491575ca7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-50116edd-edde-45c1-9a4f-0c3491575ca7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-50116edd-edde-45c1-9a4f-0c3491575ca7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d237c2d8-f21f-4751-b50e-593bb38e8fe2 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d237c2d8-f21f-4751-b50e-593bb38e8fe2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d237c2d8-f21f-4751-b50e-593bb38e8fe2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d237c2d8-f21f-4751-b50e-593bb38e8fe2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d237c2d8-f21f-4751-b50e-593bb38e8fe2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d237c2d8-f21f-4751-b50e-593bb38e8fe2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-d237c2d8-f21f-4751-b50e-593bb38e8fe2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d237c2d8-f21f-4751-b50e-593bb38e8fe2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-20818c56-639c-49c7-aec6-e0985f72848d {
  margin-left: auto;
margin-right: auto;
}

#s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 {
    width: 100%;
    height: auto;
  }

  #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image {
    
    
  }


.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container {
      position: relative;
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 {
    width: 100%;
    height: auto;
  }

  #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image {
    
    
  }


.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container {
      position: relative;
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 {
    width: 100%;
    height: auto;
  }

  #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image {
    
    
  }


.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container {
      position: relative;
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 {
    width: 100%;
    height: auto;
  }

  #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image {
    
    
  }


.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container {
      position: relative;
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 {
    width: 100%;
    height: auto;
  }

  #s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image {
    
    
  }


.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container {
      position: relative;
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3be0fb2-4acf-43d1-9d45-42ab041ac653 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-548db17c-897c-4493-a993-88b9379f410b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-548db17c-897c-4493-a993-88b9379f410b .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-41073908-5ddb-4b54-aed5-e89556bdaead {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-41073908-5ddb-4b54-aed5-e89556bdaead .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41073908-5ddb-4b54-aed5-e89556bdaead .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-41073908-5ddb-4b54-aed5-e89556bdaead .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dc892c82-db27-4400-9ed1-04b8240c2e32 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dc892c82-db27-4400-9ed1-04b8240c2e32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc892c82-db27-4400-9ed1-04b8240c2e32:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dc892c82-db27-4400-9ed1-04b8240c2e32 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc892c82-db27-4400-9ed1-04b8240c2e32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc892c82-db27-4400-9ed1-04b8240c2e32.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-dc892c82-db27-4400-9ed1-04b8240c2e32.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dc892c82-db27-4400-9ed1-04b8240c2e32.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-af2e2f20-852e-4413-8d89-c68a142cf015 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-af2e2f20-852e-4413-8d89-c68a142cf015"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-af2e2f20-852e-4413-8d89-c68a142cf015"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af2e2f20-852e-4413-8d89-c68a142cf015"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af2e2f20-852e-4413-8d89-c68a142cf015"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1a592e7a-2252-4d80-b902-e7212d056317 {
  margin-left: auto;
margin-right: auto;
}

#s-9cb91601-4c51-4ab7-a928-10df11fefa59 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9cb91601-4c51-4ab7-a928-10df11fefa59 {
    width: 100%;
    height: auto;
  }

  #s-9cb91601-4c51-4ab7-a928-10df11fefa59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image {
    
    
  }


.s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb91601-4c51-4ab7-a928-10df11fefa59 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container {
      position: relative;
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9cb91601-4c51-4ab7-a928-10df11fefa59 {
    width: 100%;
    height: auto;
  }

  #s-9cb91601-4c51-4ab7-a928-10df11fefa59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image {
    
    
  }


.s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb91601-4c51-4ab7-a928-10df11fefa59 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container {
      position: relative;
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9cb91601-4c51-4ab7-a928-10df11fefa59 {
    width: 100%;
    height: auto;
  }

  #s-9cb91601-4c51-4ab7-a928-10df11fefa59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image {
    
    
  }


.s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb91601-4c51-4ab7-a928-10df11fefa59 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container {
      position: relative;
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9cb91601-4c51-4ab7-a928-10df11fefa59 {
    width: 100%;
    height: auto;
  }

  #s-9cb91601-4c51-4ab7-a928-10df11fefa59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image {
    
    
  }


.s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb91601-4c51-4ab7-a928-10df11fefa59 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container {
      position: relative;
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9cb91601-4c51-4ab7-a928-10df11fefa59 {
    width: 100%;
    height: auto;
  }

  #s-9cb91601-4c51-4ab7-a928-10df11fefa59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image {
    
    
  }


.s-9cb91601-4c51-4ab7-a928-10df11fefa59 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cb91601-4c51-4ab7-a928-10df11fefa59 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container {
      position: relative;
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cb91601-4c51-4ab7-a928-10df11fefa59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-961ff4e7-815d-4f1b-92ba-4e06d1df324e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-961ff4e7-815d-4f1b-92ba-4e06d1df324e .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-129a4f2e-33dd-492b-84c9-f95170934af5 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-129a4f2e-33dd-492b-84c9-f95170934af5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-129a4f2e-33dd-492b-84c9-f95170934af5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-129a4f2e-33dd-492b-84c9-f95170934af5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-97bd48db-203f-413c-8e5b-e03d4f5a4cdf {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-97bd48db-203f-413c-8e5b-e03d4f5a4cdf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97bd48db-203f-413c-8e5b-e03d4f5a4cdf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97bd48db-203f-413c-8e5b-e03d4f5a4cdf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-97bd48db-203f-413c-8e5b-e03d4f5a4cdf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-97bd48db-203f-413c-8e5b-e03d4f5a4cdf.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-97bd48db-203f-413c-8e5b-e03d4f5a4cdf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-97bd48db-203f-413c-8e5b-e03d4f5a4cdf.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-72143250-ba82-43e8-9000-96e7839149b2 {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/3328;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-72143250-ba82-43e8-9000-96e7839149b2 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-72143250-ba82-43e8-9000-96e7839149b2 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72143250-ba82-43e8-9000-96e7839149b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-72143250-ba82-43e8-9000-96e7839149b2 {
    width: 100%;
    height: auto;
  }

  #s-72143250-ba82-43e8-9000-96e7839149b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image {
    
    
  }


.s-72143250-ba82-43e8-9000-96e7839149b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-72143250-ba82-43e8-9000-96e7839149b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72143250-ba82-43e8-9000-96e7839149b2 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container {
      position: relative;
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-72143250-ba82-43e8-9000-96e7839149b2 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-72143250-ba82-43e8-9000-96e7839149b2 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72143250-ba82-43e8-9000-96e7839149b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-72143250-ba82-43e8-9000-96e7839149b2 {
    width: 100%;
    height: auto;
  }

  #s-72143250-ba82-43e8-9000-96e7839149b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image {
    
    
  }


.s-72143250-ba82-43e8-9000-96e7839149b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-72143250-ba82-43e8-9000-96e7839149b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72143250-ba82-43e8-9000-96e7839149b2 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container {
      position: relative;
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-72143250-ba82-43e8-9000-96e7839149b2 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-72143250-ba82-43e8-9000-96e7839149b2 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72143250-ba82-43e8-9000-96e7839149b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-72143250-ba82-43e8-9000-96e7839149b2 {
    width: 100%;
    height: auto;
  }

  #s-72143250-ba82-43e8-9000-96e7839149b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image {
    
    
  }


.s-72143250-ba82-43e8-9000-96e7839149b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-72143250-ba82-43e8-9000-96e7839149b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72143250-ba82-43e8-9000-96e7839149b2 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container {
      position: relative;
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-72143250-ba82-43e8-9000-96e7839149b2 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-72143250-ba82-43e8-9000-96e7839149b2 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72143250-ba82-43e8-9000-96e7839149b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-72143250-ba82-43e8-9000-96e7839149b2 {
    width: 100%;
    height: auto;
  }

  #s-72143250-ba82-43e8-9000-96e7839149b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image {
    
    
  }


.s-72143250-ba82-43e8-9000-96e7839149b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-72143250-ba82-43e8-9000-96e7839149b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72143250-ba82-43e8-9000-96e7839149b2 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container {
      position: relative;
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-72143250-ba82-43e8-9000-96e7839149b2 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-72143250-ba82-43e8-9000-96e7839149b2 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72143250-ba82-43e8-9000-96e7839149b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-72143250-ba82-43e8-9000-96e7839149b2 {
    width: 100%;
    height: auto;
  }

  #s-72143250-ba82-43e8-9000-96e7839149b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image {
    
    
  }


.s-72143250-ba82-43e8-9000-96e7839149b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-72143250-ba82-43e8-9000-96e7839149b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72143250-ba82-43e8-9000-96e7839149b2 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container {
      position: relative;
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72143250-ba82-43e8-9000-96e7839149b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e063e919-4132-477a-b338-f988da48d93f {
  margin-left: auto;
margin-right: auto;
}

#s-522e68dc-1c35-4ece-b841-eac4242a64a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-522e68dc-1c35-4ece-b841-eac4242a64a7 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-92ca8ddb-3b42-4b31-bb74-6ccb9a8c3ee9 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-92ca8ddb-3b42-4b31-bb74-6ccb9a8c3ee9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-92ca8ddb-3b42-4b31-bb74-6ccb9a8c3ee9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-92ca8ddb-3b42-4b31-bb74-6ccb9a8c3ee9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8801f232-0958-412f-b8ed-77a0f9d317d9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8801f232-0958-412f-b8ed-77a0f9d317d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8801f232-0958-412f-b8ed-77a0f9d317d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8801f232-0958-412f-b8ed-77a0f9d317d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8801f232-0958-412f-b8ed-77a0f9d317d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8801f232-0958-412f-b8ed-77a0f9d317d9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-8801f232-0958-412f-b8ed-77a0f9d317d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8801f232-0958-412f-b8ed-77a0f9d317d9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 {
    width: 100%;
    height: auto;
  }

  #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image {
    
    
  }


.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container {
      position: relative;
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 {
    width: 100%;
    height: auto;
  }

  #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image {
    
    
  }


.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container {
      position: relative;
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 {
    width: 100%;
    height: auto;
  }

  #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image {
    
    
  }


.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container {
      position: relative;
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 {
    width: 100%;
    height: auto;
  }

  #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image {
    
    
  }


.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container {
      position: relative;
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 {
    width: 100%;
    height: auto;
  }

  #s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image {
    
    
  }


.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container {
      position: relative;
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cb10390-59aa-434b-a4b2-8dcd390fa3e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-da977512-84da-41a2-a28e-97c1c1079540 {
  margin-left: auto;
margin-right: auto;
}

#s-93bbb285-26a3-4c7e-8c5e-9b7e058d5562 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93bbb285-26a3-4c7e-8c5e-9b7e058d5562 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-5e4c5015-d757-4d82-a419-e773bc10eac9 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-5e4c5015-d757-4d82-a419-e773bc10eac9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5e4c5015-d757-4d82-a419-e773bc10eac9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-5e4c5015-d757-4d82-a419-e773bc10eac9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-37afcaa4-beb2-421e-b4a4-074169fa77f1 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-37afcaa4-beb2-421e-b4a4-074169fa77f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37afcaa4-beb2-421e-b4a4-074169fa77f1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37afcaa4-beb2-421e-b4a4-074169fa77f1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37afcaa4-beb2-421e-b4a4-074169fa77f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37afcaa4-beb2-421e-b4a4-074169fa77f1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-37afcaa4-beb2-421e-b4a4-074169fa77f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-37afcaa4-beb2-421e-b4a4-074169fa77f1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cd46b0e5-cd65-451f-9548-26d56fea959d {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cd46b0e5-cd65-451f-9548-26d56fea959d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-cd46b0e5-cd65-451f-9548-26d56fea959d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-cd46b0e5-cd65-451f-9548-26d56fea959d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-cd46b0e5-cd65-451f-9548-26d56fea959d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-f1c472b6-c23f-49e6-a96f-85fb1814693a {
  margin-left: 0%;
margin-right: 0%;
}

#s-d260c1e5-7639-4e3a-9cc2-d2794c904806 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 {
    width: 100%;
    height: auto;
  }

  #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image {
    
    
  }


.s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shogun-image-content {
  
    align-items: center;
  
}

.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container {
      position: relative;
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 {
    width: 100%;
    height: auto;
  }

  #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image {
    
    
  }


.s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shogun-image-content {
  
    align-items: center;
  
}

.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container {
      position: relative;
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 {
    width: 100%;
    height: auto;
  }

  #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image {
    
    
  }


.s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shogun-image-content {
  
    align-items: center;
  
}

.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container {
      position: relative;
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 {
    width: 100%;
    height: auto;
  }

  #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image {
    
    
  }


.s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shogun-image-content {
  
    align-items: center;
  
}

.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container {
      position: relative;
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 {
    width: 100%;
    height: auto;
  }

  #s-d260c1e5-7639-4e3a-9cc2-d2794c904806 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image {
    
    
  }


.s-d260c1e5-7639-4e3a-9cc2-d2794c904806 .shogun-image-content {
  
    align-items: center;
  
}

.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container {
      position: relative;
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d260c1e5-7639-4e3a-9cc2-d2794c904806 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bf0c5dc6-69f5-4411-a0f6-63ea50b8765f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf0c5dc6-69f5-4411-a0f6-63ea50b8765f .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-a4cbc355-fc32-4221-8500-b3ef38282fab {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-a4cbc355-fc32-4221-8500-b3ef38282fab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a4cbc355-fc32-4221-8500-b3ef38282fab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a4cbc355-fc32-4221-8500-b3ef38282fab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2d3cfd22-0661-465d-be3a-042b50b38357 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2d3cfd22-0661-465d-be3a-042b50b38357:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d3cfd22-0661-465d-be3a-042b50b38357:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2d3cfd22-0661-465d-be3a-042b50b38357 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d3cfd22-0661-465d-be3a-042b50b38357.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d3cfd22-0661-465d-be3a-042b50b38357.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-2d3cfd22-0661-465d-be3a-042b50b38357.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2d3cfd22-0661-465d-be3a-042b50b38357.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5c0b50e5-d013-438d-9820-8076b4ab6a89 {
  margin-left: auto;
margin-right: auto;
}

#s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f {
    width: 100%;
    height: auto;
  }

  #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image {
    
    
  }


.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shogun-image-content {
  
    align-items: center;
  
}

.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container {
      position: relative;
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f {
    width: 100%;
    height: auto;
  }

  #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image {
    
    
  }


.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shogun-image-content {
  
    align-items: center;
  
}

.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container {
      position: relative;
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f {
    width: 100%;
    height: auto;
  }

  #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image {
    
    
  }


.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shogun-image-content {
  
    align-items: center;
  
}

.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container {
      position: relative;
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f {
    width: 100%;
    height: auto;
  }

  #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image {
    
    
  }


.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shogun-image-content {
  
    align-items: center;
  
}

.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container {
      position: relative;
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f {
    width: 100%;
    height: auto;
  }

  #s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image {
    
    
  }


.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f .shogun-image-content {
  
    align-items: center;
  
}

.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container {
      position: relative;
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19e0d926-ec12-482d-97ed-5a1d5c0ce45f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b239ebfa-0a62-4015-bdaa-c05794276fd0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b239ebfa-0a62-4015-bdaa-c05794276fd0 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-8c1accdc-73de-4463-8b30-013b7f20c96d {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-8c1accdc-73de-4463-8b30-013b7f20c96d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8c1accdc-73de-4463-8b30-013b7f20c96d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-8c1accdc-73de-4463-8b30-013b7f20c96d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3807e5b2-7cfa-422e-8f48-963a77e07ef9 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3807e5b2-7cfa-422e-8f48-963a77e07ef9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3807e5b2-7cfa-422e-8f48-963a77e07ef9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3807e5b2-7cfa-422e-8f48-963a77e07ef9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3807e5b2-7cfa-422e-8f48-963a77e07ef9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3807e5b2-7cfa-422e-8f48-963a77e07ef9.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3807e5b2-7cfa-422e-8f48-963a77e07ef9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3807e5b2-7cfa-422e-8f48-963a77e07ef9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d7dc5b2c-bec3-4ec0-a079-85931df03c99 {
  margin-left: auto;
margin-right: auto;
}

#s-57771681-30c8-4685-88aa-b6dae9b77f8f {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-57771681-30c8-4685-88aa-b6dae9b77f8f {
    width: 100%;
    height: auto;
  }

  #s-57771681-30c8-4685-88aa-b6dae9b77f8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image {
    
    
  }


.s-57771681-30c8-4685-88aa-b6dae9b77f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57771681-30c8-4685-88aa-b6dae9b77f8f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container {
      position: relative;
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-57771681-30c8-4685-88aa-b6dae9b77f8f {
    width: 100%;
    height: auto;
  }

  #s-57771681-30c8-4685-88aa-b6dae9b77f8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image {
    
    
  }


.s-57771681-30c8-4685-88aa-b6dae9b77f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57771681-30c8-4685-88aa-b6dae9b77f8f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container {
      position: relative;
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-57771681-30c8-4685-88aa-b6dae9b77f8f {
    width: 100%;
    height: auto;
  }

  #s-57771681-30c8-4685-88aa-b6dae9b77f8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image {
    
    
  }


.s-57771681-30c8-4685-88aa-b6dae9b77f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57771681-30c8-4685-88aa-b6dae9b77f8f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container {
      position: relative;
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-57771681-30c8-4685-88aa-b6dae9b77f8f {
    width: 100%;
    height: auto;
  }

  #s-57771681-30c8-4685-88aa-b6dae9b77f8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image {
    
    
  }


.s-57771681-30c8-4685-88aa-b6dae9b77f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57771681-30c8-4685-88aa-b6dae9b77f8f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container {
      position: relative;
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57771681-30c8-4685-88aa-b6dae9b77f8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-57771681-30c8-4685-88aa-b6dae9b77f8f {
    width: 100%;
    height: auto;
  }

  #s-57771681-30c8-4685-88aa-b6dae9b77f8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image {
    
    
  }


.s-57771681-30c8-4685-88aa-b6dae9b77f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57771681-30c8-4685-88aa-b6dae9b77f8f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container {
      position: relative;
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57771681-30c8-4685-88aa-b6dae9b77f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-75e9824f-e3c0-493f-b7df-788db4166921 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75e9824f-e3c0-493f-b7df-788db4166921 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-2a9fed4f-ae91-4633-ab82-9d457cc7c2e0 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-2a9fed4f-ae91-4633-ab82-9d457cc7c2e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2a9fed4f-ae91-4633-ab82-9d457cc7c2e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-2a9fed4f-ae91-4633-ab82-9d457cc7c2e0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-995f4ebf-e47c-46e9-ab03-932d5f576b95 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-995f4ebf-e47c-46e9-ab03-932d5f576b95:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-995f4ebf-e47c-46e9-ab03-932d5f576b95:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-995f4ebf-e47c-46e9-ab03-932d5f576b95 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-995f4ebf-e47c-46e9-ab03-932d5f576b95.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-995f4ebf-e47c-46e9-ab03-932d5f576b95.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-995f4ebf-e47c-46e9-ab03-932d5f576b95.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-995f4ebf-e47c-46e9-ab03-932d5f576b95.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1fff4dd0-f971-46ba-8097-a4bc6049329a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 12.5%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1fff4dd0-f971-46ba-8097-a4bc6049329a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-1fff4dd0-f971-46ba-8097-a4bc6049329a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-1fff4dd0-f971-46ba-8097-a4bc6049329a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-1fff4dd0-f971-46ba-8097-a4bc6049329a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/2115;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a {
    width: 100%;
    height: auto;
  }

  #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image {
    
    
  }


.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shogun-image-content {
  
    align-items: center;
  
}

.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container {
      position: relative;
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a {
    width: 100%;
    height: auto;
  }

  #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image {
    
    
  }


.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shogun-image-content {
  
    align-items: center;
  
}

.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container {
      position: relative;
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a {
    width: 100%;
    height: auto;
  }

  #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image {
    
    
  }


.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shogun-image-content {
  
    align-items: center;
  
}

.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container {
      position: relative;
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a {
    width: 100%;
    height: auto;
  }

  #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image {
    
    
  }


.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shogun-image-content {
  
    align-items: center;
  
}

.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container {
      position: relative;
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a {
    width: 100%;
    height: auto;
  }

  #s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image {
    
    
  }


.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a .shogun-image-content {
  
    align-items: center;
  
}

.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container {
      position: relative;
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ff99728-9ce1-4ed2-bbdc-b690b383cf3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6dcd525c-36c6-464d-87ce-ba386c7d61bf {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf {
    width: 100%;
    height: auto;
  }

  #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image {
    
    
  }


.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shogun-image-content {
  
    align-items: center;
  
}

.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container {
      position: relative;
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf {
    width: 100%;
    height: auto;
  }

  #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image {
    
    
  }


.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shogun-image-content {
  
    align-items: center;
  
}

.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container {
      position: relative;
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf {
    width: 100%;
    height: auto;
  }

  #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image {
    
    
  }


.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shogun-image-content {
  
    align-items: center;
  
}

.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container {
      position: relative;
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf {
    width: 100%;
    height: auto;
  }

  #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image {
    
    
  }


.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shogun-image-content {
  
    align-items: center;
  
}

.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container {
      position: relative;
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf {
    width: 100%;
    height: auto;
  }

  #s-6dcd525c-36c6-464d-87ce-ba386c7d61bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image {
    
    
  }


.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf .shogun-image-content {
  
    align-items: center;
  
}

.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container {
      position: relative;
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcd525c-36c6-464d-87ce-ba386c7d61bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a4ea4e8b-0488-4173-8b17-b8a8b7af7557 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4ea4e8b-0488-4173-8b17-b8a8b7af7557 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-dc82b150-b51c-4eb9-a762-42428af9ee18 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-dc82b150-b51c-4eb9-a762-42428af9ee18 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dc82b150-b51c-4eb9-a762-42428af9ee18 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-dc82b150-b51c-4eb9-a762-42428af9ee18 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f1278e04-2700-4f77-bb48-0075166f0c9e {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f1278e04-2700-4f77-bb48-0075166f0c9e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f1278e04-2700-4f77-bb48-0075166f0c9e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f1278e04-2700-4f77-bb48-0075166f0c9e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1278e04-2700-4f77-bb48-0075166f0c9e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1278e04-2700-4f77-bb48-0075166f0c9e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-f1278e04-2700-4f77-bb48-0075166f0c9e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f1278e04-2700-4f77-bb48-0075166f0c9e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b0ffe131-ac6b-405b-b26e-a3cf0844c88d {
  margin-left: 0%;
margin-right: 0%;
}

#s-0ed7c19a-4465-478e-8e43-459d46fb66bb {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0ed7c19a-4465-478e-8e43-459d46fb66bb {
    width: 100%;
    height: auto;
  }

  #s-0ed7c19a-4465-478e-8e43-459d46fb66bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image {
    
    
  }


.s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shogun-image-content {
  
    align-items: center;
  
}

.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container {
      position: relative;
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0ed7c19a-4465-478e-8e43-459d46fb66bb {
    width: 100%;
    height: auto;
  }

  #s-0ed7c19a-4465-478e-8e43-459d46fb66bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image {
    
    
  }


.s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shogun-image-content {
  
    align-items: center;
  
}

.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container {
      position: relative;
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0ed7c19a-4465-478e-8e43-459d46fb66bb {
    width: 100%;
    height: auto;
  }

  #s-0ed7c19a-4465-478e-8e43-459d46fb66bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image {
    
    
  }


.s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shogun-image-content {
  
    align-items: center;
  
}

.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container {
      position: relative;
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0ed7c19a-4465-478e-8e43-459d46fb66bb {
    width: 100%;
    height: auto;
  }

  #s-0ed7c19a-4465-478e-8e43-459d46fb66bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image {
    
    
  }


.s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shogun-image-content {
  
    align-items: center;
  
}

.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container {
      position: relative;
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0ed7c19a-4465-478e-8e43-459d46fb66bb {
    width: 100%;
    height: auto;
  }

  #s-0ed7c19a-4465-478e-8e43-459d46fb66bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image {
    
    
  }


.s-0ed7c19a-4465-478e-8e43-459d46fb66bb .shogun-image-content {
  
    align-items: center;
  
}

.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container {
      position: relative;
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ed7c19a-4465-478e-8e43-459d46fb66bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bbbc453c-4597-4094-b14a-6fa9648f78dc {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbbc453c-4597-4094-b14a-6fa9648f78dc .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-048ef04a-9b6d-4ed8-a6bb-90d2e0581b21 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-048ef04a-9b6d-4ed8-a6bb-90d2e0581b21 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-048ef04a-9b6d-4ed8-a6bb-90d2e0581b21 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-048ef04a-9b6d-4ed8-a6bb-90d2e0581b21 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-99ddad04-5ed7-4a09-be23-440ba87d9106 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-99ddad04-5ed7-4a09-be23-440ba87d9106:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99ddad04-5ed7-4a09-be23-440ba87d9106:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-99ddad04-5ed7-4a09-be23-440ba87d9106 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99ddad04-5ed7-4a09-be23-440ba87d9106.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99ddad04-5ed7-4a09-be23-440ba87d9106.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-99ddad04-5ed7-4a09-be23-440ba87d9106.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-99ddad04-5ed7-4a09-be23-440ba87d9106.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ca3793a3-ff1c-4a64-8034-563996e0f84c {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ca3793a3-ff1c-4a64-8034-563996e0f84c {
  display: none;
}
#s-ca3793a3-ff1c-4a64-8034-563996e0f84c, #wrap-s-ca3793a3-ff1c-4a64-8034-563996e0f84c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca3793a3-ff1c-4a64-8034-563996e0f84c {
  display: none;
}
#s-ca3793a3-ff1c-4a64-8034-563996e0f84c, #wrap-s-ca3793a3-ff1c-4a64-8034-563996e0f84c { display: none !important; }}







#s-ca3793a3-ff1c-4a64-8034-563996e0f84c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca3793a3-ff1c-4a64-8034-563996e0f84c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7571917-5619-4b45-8e0a-9d08ed64d22b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7571917-5619-4b45-8e0a-9d08ed64d22b .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



#s-67891228-e8b7-4fac-9725-32142e0348d1 {
  margin-left: 5%;
margin-bottom: -1%;
margin-right: 5%;
}

#s-9026b926-a00d-4f3a-b84e-a2608f8e14e5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-9026b926-a00d-4f3a-b84e-a2608f8e14e5 .shg-sld-dot {
  background-color: rgba(43, 43, 43, 1);
}

#s-9026b926-a00d-4f3a-b84e-a2608f8e14e5 .shg-sld-nav-button.shg-sld-left,
#s-9026b926-a00d-4f3a-b84e-a2608f8e14e5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(43, 43, 43, 1);
}

#s-2fca0432-cbaa-42b5-b8db-94ec9d8eeb01 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2fca0432-cbaa-42b5-b8db-94ec9d8eeb01"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-2fca0432-cbaa-42b5-b8db-94ec9d8eeb01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-2fca0432-cbaa-42b5-b8db-94ec9d8eeb01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-2fca0432-cbaa-42b5-b8db-94ec9d8eeb01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-3d9f7890-a12b-4c0c-8f83-183c3e69d612 {
  margin-left: auto;
margin-right: auto;
}

#s-e373a6d0-a611-477a-8628-c08b7ebce5c2 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 {
    width: 100%;
    height: auto;
  }

  #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image {
    
    
  }


.s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container {
      position: relative;
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 {
    width: 100%;
    height: auto;
  }

  #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image {
    
    
  }


.s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container {
      position: relative;
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 {
    width: 100%;
    height: auto;
  }

  #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image {
    
    
  }


.s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container {
      position: relative;
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 {
    width: 100%;
    height: auto;
  }

  #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image {
    
    
  }


.s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container {
      position: relative;
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 {
    width: 100%;
    height: auto;
  }

  #s-e373a6d0-a611-477a-8628-c08b7ebce5c2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image {
    
    
  }


.s-e373a6d0-a611-477a-8628-c08b7ebce5c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container {
      position: relative;
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e373a6d0-a611-477a-8628-c08b7ebce5c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-11d18936-c94e-4adc-ae8c-54cbda80152e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11d18936-c94e-4adc-ae8c-54cbda80152e .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-01228f78-e567-4d87-bcaa-a41293022f28 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-01228f78-e567-4d87-bcaa-a41293022f28 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-01228f78-e567-4d87-bcaa-a41293022f28 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-01228f78-e567-4d87-bcaa-a41293022f28 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-515c7a7e-712f-4b90-84c1-2a53f0d1f9e2 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-515c7a7e-712f-4b90-84c1-2a53f0d1f9e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-515c7a7e-712f-4b90-84c1-2a53f0d1f9e2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-515c7a7e-712f-4b90-84c1-2a53f0d1f9e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-515c7a7e-712f-4b90-84c1-2a53f0d1f9e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-515c7a7e-712f-4b90-84c1-2a53f0d1f9e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-515c7a7e-712f-4b90-84c1-2a53f0d1f9e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-515c7a7e-712f-4b90-84c1-2a53f0d1f9e2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 {
    width: 100%;
    height: auto;
  }

  #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image {
    
    
  }


.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container {
      position: relative;
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 {
    width: 100%;
    height: auto;
  }

  #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image {
    
    
  }


.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container {
      position: relative;
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 {
    width: 100%;
    height: auto;
  }

  #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image {
    
    
  }


.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container {
      position: relative;
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 {
    width: 100%;
    height: auto;
  }

  #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image {
    
    
  }


.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container {
      position: relative;
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 {
    width: 100%;
    height: auto;
  }

  #s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image {
    
    
  }


.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container {
      position: relative;
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc27a05f-fd3c-4adc-a104-d5e1a0d02a33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6be4afd7-047a-4c2b-9802-7226915fd063 {
  margin-left: auto;
margin-right: auto;
}

#s-d842a2f8-4c26-4ed4-8a57-21aa3dd2dff0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d842a2f8-4c26-4ed4-8a57-21aa3dd2dff0 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-fdd9a393-8abd-4c82-965a-784d07a2cba7 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-fdd9a393-8abd-4c82-965a-784d07a2cba7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fdd9a393-8abd-4c82-965a-784d07a2cba7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-fdd9a393-8abd-4c82-965a-784d07a2cba7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-691db2ff-bb0f-4cab-a1c3-e82f249f96a2 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-691db2ff-bb0f-4cab-a1c3-e82f249f96a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-691db2ff-bb0f-4cab-a1c3-e82f249f96a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-691db2ff-bb0f-4cab-a1c3-e82f249f96a2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-691db2ff-bb0f-4cab-a1c3-e82f249f96a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-691db2ff-bb0f-4cab-a1c3-e82f249f96a2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-691db2ff-bb0f-4cab-a1c3-e82f249f96a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-691db2ff-bb0f-4cab-a1c3-e82f249f96a2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-633de313-e563-4634-9ff0-c0829acd1c9b {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-633de313-e563-4634-9ff0-c0829acd1c9b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-633de313-e563-4634-9ff0-c0829acd1c9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-633de313-e563-4634-9ff0-c0829acd1c9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-633de313-e563-4634-9ff0-c0829acd1c9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-f9c5cced-c5f2-484c-a293-2968e778c532 {
  margin-left: auto;
margin-right: auto;
}

#s-65c7c758-8846-4be1-a804-d5e3250894f7 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-65c7c758-8846-4be1-a804-d5e3250894f7 {
    width: 100%;
    height: auto;
  }

  #s-65c7c758-8846-4be1-a804-d5e3250894f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image {
    
    
  }


.s-65c7c758-8846-4be1-a804-d5e3250894f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c7c758-8846-4be1-a804-d5e3250894f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65c7c758-8846-4be1-a804-d5e3250894f7 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container {
      position: relative;
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-65c7c758-8846-4be1-a804-d5e3250894f7 {
    width: 100%;
    height: auto;
  }

  #s-65c7c758-8846-4be1-a804-d5e3250894f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image {
    
    
  }


.s-65c7c758-8846-4be1-a804-d5e3250894f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c7c758-8846-4be1-a804-d5e3250894f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65c7c758-8846-4be1-a804-d5e3250894f7 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container {
      position: relative;
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-65c7c758-8846-4be1-a804-d5e3250894f7 {
    width: 100%;
    height: auto;
  }

  #s-65c7c758-8846-4be1-a804-d5e3250894f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image {
    
    
  }


.s-65c7c758-8846-4be1-a804-d5e3250894f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c7c758-8846-4be1-a804-d5e3250894f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65c7c758-8846-4be1-a804-d5e3250894f7 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container {
      position: relative;
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-65c7c758-8846-4be1-a804-d5e3250894f7 {
    width: 100%;
    height: auto;
  }

  #s-65c7c758-8846-4be1-a804-d5e3250894f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image {
    
    
  }


.s-65c7c758-8846-4be1-a804-d5e3250894f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c7c758-8846-4be1-a804-d5e3250894f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65c7c758-8846-4be1-a804-d5e3250894f7 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container {
      position: relative;
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65c7c758-8846-4be1-a804-d5e3250894f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-65c7c758-8846-4be1-a804-d5e3250894f7 {
    width: 100%;
    height: auto;
  }

  #s-65c7c758-8846-4be1-a804-d5e3250894f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image {
    
    
  }


.s-65c7c758-8846-4be1-a804-d5e3250894f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c7c758-8846-4be1-a804-d5e3250894f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65c7c758-8846-4be1-a804-d5e3250894f7 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container {
      position: relative;
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65c7c758-8846-4be1-a804-d5e3250894f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-543c2468-d400-45fd-9653-97f4058cf723 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-543c2468-d400-45fd-9653-97f4058cf723 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-b0129b9c-805a-49c7-88bd-2a96df901d4f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-b0129b9c-805a-49c7-88bd-2a96df901d4f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b0129b9c-805a-49c7-88bd-2a96df901d4f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-b0129b9c-805a-49c7-88bd-2a96df901d4f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fae31f53-211b-4b2b-979b-8d26c36ea78d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fae31f53-211b-4b2b-979b-8d26c36ea78d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fae31f53-211b-4b2b-979b-8d26c36ea78d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fae31f53-211b-4b2b-979b-8d26c36ea78d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fae31f53-211b-4b2b-979b-8d26c36ea78d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fae31f53-211b-4b2b-979b-8d26c36ea78d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-fae31f53-211b-4b2b-979b-8d26c36ea78d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fae31f53-211b-4b2b-979b-8d26c36ea78d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e324e6be-0182-4130-a263-e171bb647e2a {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e324e6be-0182-4130-a263-e171bb647e2a .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e324e6be-0182-4130-a263-e171bb647e2a .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e324e6be-0182-4130-a263-e171bb647e2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e324e6be-0182-4130-a263-e171bb647e2a {
    width: 100%;
    height: auto;
  }

  #s-e324e6be-0182-4130-a263-e171bb647e2a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image {
    
    
  }


.s-e324e6be-0182-4130-a263-e171bb647e2a .shogun-image-content {
  
    align-items: center;
  
}

.s-e324e6be-0182-4130-a263-e171bb647e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e324e6be-0182-4130-a263-e171bb647e2a {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container {
      position: relative;
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e324e6be-0182-4130-a263-e171bb647e2a .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e324e6be-0182-4130-a263-e171bb647e2a .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e324e6be-0182-4130-a263-e171bb647e2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e324e6be-0182-4130-a263-e171bb647e2a {
    width: 100%;
    height: auto;
  }

  #s-e324e6be-0182-4130-a263-e171bb647e2a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image {
    
    
  }


.s-e324e6be-0182-4130-a263-e171bb647e2a .shogun-image-content {
  
    align-items: center;
  
}

.s-e324e6be-0182-4130-a263-e171bb647e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e324e6be-0182-4130-a263-e171bb647e2a {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container {
      position: relative;
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e324e6be-0182-4130-a263-e171bb647e2a .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e324e6be-0182-4130-a263-e171bb647e2a .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e324e6be-0182-4130-a263-e171bb647e2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e324e6be-0182-4130-a263-e171bb647e2a {
    width: 100%;
    height: auto;
  }

  #s-e324e6be-0182-4130-a263-e171bb647e2a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image {
    
    
  }


.s-e324e6be-0182-4130-a263-e171bb647e2a .shogun-image-content {
  
    align-items: center;
  
}

.s-e324e6be-0182-4130-a263-e171bb647e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e324e6be-0182-4130-a263-e171bb647e2a {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container {
      position: relative;
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e324e6be-0182-4130-a263-e171bb647e2a .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e324e6be-0182-4130-a263-e171bb647e2a .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e324e6be-0182-4130-a263-e171bb647e2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e324e6be-0182-4130-a263-e171bb647e2a {
    width: 100%;
    height: auto;
  }

  #s-e324e6be-0182-4130-a263-e171bb647e2a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image {
    
    
  }


.s-e324e6be-0182-4130-a263-e171bb647e2a .shogun-image-content {
  
    align-items: center;
  
}

.s-e324e6be-0182-4130-a263-e171bb647e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e324e6be-0182-4130-a263-e171bb647e2a {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container {
      position: relative;
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e324e6be-0182-4130-a263-e171bb647e2a .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e324e6be-0182-4130-a263-e171bb647e2a .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e324e6be-0182-4130-a263-e171bb647e2a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e324e6be-0182-4130-a263-e171bb647e2a {
    width: 100%;
    height: auto;
  }

  #s-e324e6be-0182-4130-a263-e171bb647e2a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image {
    
    
  }


.s-e324e6be-0182-4130-a263-e171bb647e2a .shogun-image-content {
  
    align-items: center;
  
}

.s-e324e6be-0182-4130-a263-e171bb647e2a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e324e6be-0182-4130-a263-e171bb647e2a {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container {
      position: relative;
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e324e6be-0182-4130-a263-e171bb647e2a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e209f4ca-5231-4a10-9460-93ff22bc37e1 {
  margin-left: auto;
margin-right: auto;
}

#s-a7a3b4b8-771c-4e3a-871e-f318b7caa256 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7a3b4b8-771c-4e3a-871e-f318b7caa256 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-06bf4367-3903-4925-b98c-b1f11ed5e923 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-06bf4367-3903-4925-b98c-b1f11ed5e923 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-06bf4367-3903-4925-b98c-b1f11ed5e923 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-06bf4367-3903-4925-b98c-b1f11ed5e923 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-973d462c-8700-4b11-8578-c9d812ddfdd4 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-973d462c-8700-4b11-8578-c9d812ddfdd4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-973d462c-8700-4b11-8578-c9d812ddfdd4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-973d462c-8700-4b11-8578-c9d812ddfdd4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-973d462c-8700-4b11-8578-c9d812ddfdd4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-973d462c-8700-4b11-8578-c9d812ddfdd4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-973d462c-8700-4b11-8578-c9d812ddfdd4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-973d462c-8700-4b11-8578-c9d812ddfdd4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd {
    width: 100%;
    height: auto;
  }

  #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image {
    
    
  }


.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container {
      position: relative;
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd {
    width: 100%;
    height: auto;
  }

  #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image {
    
    
  }


.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container {
      position: relative;
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd {
    width: 100%;
    height: auto;
  }

  #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image {
    
    
  }


.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container {
      position: relative;
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd {
    width: 100%;
    height: auto;
  }

  #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image {
    
    
  }


.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container {
      position: relative;
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd {
    width: 100%;
    height: auto;
  }

  #s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image {
    
    
  }


.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container {
      position: relative;
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ea1d76d-6140-4bbc-ae7a-9cfb669559cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f3885f27-2bdf-45c5-88e7-f01aa627a5df {
  margin-left: auto;
margin-right: auto;
}

#s-4543fea4-b0a3-4bc1-8262-29068263177b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4543fea4-b0a3-4bc1-8262-29068263177b .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-c90ef3c3-b3a2-4764-834b-85f6a3fcbc2e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-c90ef3c3-b3a2-4764-834b-85f6a3fcbc2e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c90ef3c3-b3a2-4764-834b-85f6a3fcbc2e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-c90ef3c3-b3a2-4764-834b-85f6a3fcbc2e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-40e8a95a-ae92-4144-930a-fdd9552d5293 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-40e8a95a-ae92-4144-930a-fdd9552d5293:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40e8a95a-ae92-4144-930a-fdd9552d5293:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-40e8a95a-ae92-4144-930a-fdd9552d5293 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40e8a95a-ae92-4144-930a-fdd9552d5293.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40e8a95a-ae92-4144-930a-fdd9552d5293.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-40e8a95a-ae92-4144-930a-fdd9552d5293.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-40e8a95a-ae92-4144-930a-fdd9552d5293.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2c60bc61-aaa6-4f62-ae96-c24c84660580 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2c60bc61-aaa6-4f62-ae96-c24c84660580"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-2c60bc61-aaa6-4f62-ae96-c24c84660580"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-2c60bc61-aaa6-4f62-ae96-c24c84660580"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-2c60bc61-aaa6-4f62-ae96-c24c84660580"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-df9437b6-e2c0-45cb-ae94-e39a17b42d0f {
  margin-left: auto;
margin-right: auto;
}

#s-230afdf5-37c7-4e0f-9507-11b540dfe785 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-230afdf5-37c7-4e0f-9507-11b540dfe785 {
    width: 100%;
    height: auto;
  }

  #s-230afdf5-37c7-4e0f-9507-11b540dfe785 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image {
    
    
  }


.s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shogun-image-content {
  
    align-items: center;
  
}

.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-230afdf5-37c7-4e0f-9507-11b540dfe785 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container {
      position: relative;
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-230afdf5-37c7-4e0f-9507-11b540dfe785 {
    width: 100%;
    height: auto;
  }

  #s-230afdf5-37c7-4e0f-9507-11b540dfe785 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image {
    
    
  }


.s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shogun-image-content {
  
    align-items: center;
  
}

.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-230afdf5-37c7-4e0f-9507-11b540dfe785 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container {
      position: relative;
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-230afdf5-37c7-4e0f-9507-11b540dfe785 {
    width: 100%;
    height: auto;
  }

  #s-230afdf5-37c7-4e0f-9507-11b540dfe785 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image {
    
    
  }


.s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shogun-image-content {
  
    align-items: center;
  
}

.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-230afdf5-37c7-4e0f-9507-11b540dfe785 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container {
      position: relative;
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-230afdf5-37c7-4e0f-9507-11b540dfe785 {
    width: 100%;
    height: auto;
  }

  #s-230afdf5-37c7-4e0f-9507-11b540dfe785 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image {
    
    
  }


.s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shogun-image-content {
  
    align-items: center;
  
}

.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-230afdf5-37c7-4e0f-9507-11b540dfe785 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container {
      position: relative;
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-230afdf5-37c7-4e0f-9507-11b540dfe785 {
    width: 100%;
    height: auto;
  }

  #s-230afdf5-37c7-4e0f-9507-11b540dfe785 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image {
    
    
  }


.s-230afdf5-37c7-4e0f-9507-11b540dfe785 .shogun-image-content {
  
    align-items: center;
  
}

.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shg-align-container {
  display: flex;
  justify-content: center
}

.s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-230afdf5-37c7-4e0f-9507-11b540dfe785 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container {
      position: relative;
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-230afdf5-37c7-4e0f-9507-11b540dfe785 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-13538da0-c20d-45df-80ce-bee0b3428dfc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13538da0-c20d-45df-80ce-bee0b3428dfc .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-658e3e64-c5b6-4313-98c8-61ae22bee48d {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-658e3e64-c5b6-4313-98c8-61ae22bee48d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-658e3e64-c5b6-4313-98c8-61ae22bee48d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-658e3e64-c5b6-4313-98c8-61ae22bee48d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2a0dd115-6c3f-4220-a3a6-c63a44a128fc {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2a0dd115-6c3f-4220-a3a6-c63a44a128fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a0dd115-6c3f-4220-a3a6-c63a44a128fc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2a0dd115-6c3f-4220-a3a6-c63a44a128fc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2a0dd115-6c3f-4220-a3a6-c63a44a128fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2a0dd115-6c3f-4220-a3a6-c63a44a128fc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-2a0dd115-6c3f-4220-a3a6-c63a44a128fc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2a0dd115-6c3f-4220-a3a6-c63a44a128fc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b480e711-abce-4df4-ab76-684905eb7906 {
  margin-left: auto;
margin-right: auto;
}

#s-d76b0204-8873-441e-a444-8cf3a67d362a {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d76b0204-8873-441e-a444-8cf3a67d362a {
    width: 100%;
    height: auto;
  }

  #s-d76b0204-8873-441e-a444-8cf3a67d362a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image {
    
    
  }


.s-d76b0204-8873-441e-a444-8cf3a67d362a .shogun-image-content {
  
    align-items: center;
  
}

.s-d76b0204-8873-441e-a444-8cf3a67d362a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d76b0204-8873-441e-a444-8cf3a67d362a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container {
      position: relative;
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d76b0204-8873-441e-a444-8cf3a67d362a {
    width: 100%;
    height: auto;
  }

  #s-d76b0204-8873-441e-a444-8cf3a67d362a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image {
    
    
  }


.s-d76b0204-8873-441e-a444-8cf3a67d362a .shogun-image-content {
  
    align-items: center;
  
}

.s-d76b0204-8873-441e-a444-8cf3a67d362a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d76b0204-8873-441e-a444-8cf3a67d362a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container {
      position: relative;
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d76b0204-8873-441e-a444-8cf3a67d362a {
    width: 100%;
    height: auto;
  }

  #s-d76b0204-8873-441e-a444-8cf3a67d362a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image {
    
    
  }


.s-d76b0204-8873-441e-a444-8cf3a67d362a .shogun-image-content {
  
    align-items: center;
  
}

.s-d76b0204-8873-441e-a444-8cf3a67d362a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d76b0204-8873-441e-a444-8cf3a67d362a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container {
      position: relative;
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d76b0204-8873-441e-a444-8cf3a67d362a {
    width: 100%;
    height: auto;
  }

  #s-d76b0204-8873-441e-a444-8cf3a67d362a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image {
    
    
  }


.s-d76b0204-8873-441e-a444-8cf3a67d362a .shogun-image-content {
  
    align-items: center;
  
}

.s-d76b0204-8873-441e-a444-8cf3a67d362a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d76b0204-8873-441e-a444-8cf3a67d362a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container {
      position: relative;
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d76b0204-8873-441e-a444-8cf3a67d362a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d76b0204-8873-441e-a444-8cf3a67d362a {
    width: 100%;
    height: auto;
  }

  #s-d76b0204-8873-441e-a444-8cf3a67d362a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image {
    
    
  }


.s-d76b0204-8873-441e-a444-8cf3a67d362a .shogun-image-content {
  
    align-items: center;
  
}

.s-d76b0204-8873-441e-a444-8cf3a67d362a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d76b0204-8873-441e-a444-8cf3a67d362a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container {
      position: relative;
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d76b0204-8873-441e-a444-8cf3a67d362a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-058b575c-2deb-4a28-bcd7-50f2d08b2217 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-058b575c-2deb-4a28-bcd7-50f2d08b2217 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-91ae856c-2341-4e24-a87b-576896245b93 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-91ae856c-2341-4e24-a87b-576896245b93 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-91ae856c-2341-4e24-a87b-576896245b93 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-91ae856c-2341-4e24-a87b-576896245b93 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3f788cfb-913a-4c7d-a9bc-15cb257bf66f {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3f788cfb-913a-4c7d-a9bc-15cb257bf66f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f788cfb-913a-4c7d-a9bc-15cb257bf66f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f788cfb-913a-4c7d-a9bc-15cb257bf66f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f788cfb-913a-4c7d-a9bc-15cb257bf66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f788cfb-913a-4c7d-a9bc-15cb257bf66f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3f788cfb-913a-4c7d-a9bc-15cb257bf66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3f788cfb-913a-4c7d-a9bc-15cb257bf66f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f57f6712-295d-40eb-9e49-f505ccca486d {
  margin-left: auto;
margin-right: auto;
}

#s-3eee035e-91ba-4193-9beb-d774a8e14d8e {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3eee035e-91ba-4193-9beb-d774a8e14d8e {
    width: 100%;
    height: auto;
  }

  #s-3eee035e-91ba-4193-9beb-d774a8e14d8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image {
    
    
  }


.s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shogun-image-content {
  
    align-items: center;
  
}

.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container {
      position: relative;
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3eee035e-91ba-4193-9beb-d774a8e14d8e {
    width: 100%;
    height: auto;
  }

  #s-3eee035e-91ba-4193-9beb-d774a8e14d8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image {
    
    
  }


.s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shogun-image-content {
  
    align-items: center;
  
}

.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container {
      position: relative;
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3eee035e-91ba-4193-9beb-d774a8e14d8e {
    width: 100%;
    height: auto;
  }

  #s-3eee035e-91ba-4193-9beb-d774a8e14d8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image {
    
    
  }


.s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shogun-image-content {
  
    align-items: center;
  
}

.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container {
      position: relative;
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3eee035e-91ba-4193-9beb-d774a8e14d8e {
    width: 100%;
    height: auto;
  }

  #s-3eee035e-91ba-4193-9beb-d774a8e14d8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image {
    
    
  }


.s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shogun-image-content {
  
    align-items: center;
  
}

.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container {
      position: relative;
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3eee035e-91ba-4193-9beb-d774a8e14d8e {
    width: 100%;
    height: auto;
  }

  #s-3eee035e-91ba-4193-9beb-d774a8e14d8e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image {
    
    
  }


.s-3eee035e-91ba-4193-9beb-d774a8e14d8e .shogun-image-content {
  
    align-items: center;
  
}

.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container {
      position: relative;
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3eee035e-91ba-4193-9beb-d774a8e14d8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7096a8e3-6a31-4e88-beb7-fd938bd88a60 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7096a8e3-6a31-4e88-beb7-fd938bd88a60 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-44458542-a535-4b8f-98ae-972473ccc7ab {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-44458542-a535-4b8f-98ae-972473ccc7ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-44458542-a535-4b8f-98ae-972473ccc7ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-44458542-a535-4b8f-98ae-972473ccc7ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9a81c877-1b1c-4435-92ae-ab350bf37132 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9a81c877-1b1c-4435-92ae-ab350bf37132:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a81c877-1b1c-4435-92ae-ab350bf37132:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a81c877-1b1c-4435-92ae-ab350bf37132 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a81c877-1b1c-4435-92ae-ab350bf37132.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a81c877-1b1c-4435-92ae-ab350bf37132.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-9a81c877-1b1c-4435-92ae-ab350bf37132.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9a81c877-1b1c-4435-92ae-ab350bf37132.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0894008d-d2f3-4064-a079-c97a1cc67a4f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0894008d-d2f3-4064-a079-c97a1cc67a4f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-0894008d-d2f3-4064-a079-c97a1cc67a4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-0894008d-d2f3-4064-a079-c97a1cc67a4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-0894008d-d2f3-4064-a079-c97a1cc67a4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-e6123bb5-622d-4079-966c-1657e99fd229 {
  margin-left: 0%;
margin-right: 0%;
}

#s-6266050b-09e1-4b96-8ed3-3f8eff51424d {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6266050b-09e1-4b96-8ed3-3f8eff51424d {
    width: 100%;
    height: auto;
  }

  #s-6266050b-09e1-4b96-8ed3-3f8eff51424d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image {
    
    
  }


.s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shogun-image-content {
  
    align-items: center;
  
}

.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container {
      position: relative;
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6266050b-09e1-4b96-8ed3-3f8eff51424d {
    width: 100%;
    height: auto;
  }

  #s-6266050b-09e1-4b96-8ed3-3f8eff51424d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image {
    
    
  }


.s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shogun-image-content {
  
    align-items: center;
  
}

.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container {
      position: relative;
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6266050b-09e1-4b96-8ed3-3f8eff51424d {
    width: 100%;
    height: auto;
  }

  #s-6266050b-09e1-4b96-8ed3-3f8eff51424d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image {
    
    
  }


.s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shogun-image-content {
  
    align-items: center;
  
}

.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container {
      position: relative;
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6266050b-09e1-4b96-8ed3-3f8eff51424d {
    width: 100%;
    height: auto;
  }

  #s-6266050b-09e1-4b96-8ed3-3f8eff51424d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image {
    
    
  }


.s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shogun-image-content {
  
    align-items: center;
  
}

.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container {
      position: relative;
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6266050b-09e1-4b96-8ed3-3f8eff51424d {
    width: 100%;
    height: auto;
  }

  #s-6266050b-09e1-4b96-8ed3-3f8eff51424d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image {
    
    
  }


.s-6266050b-09e1-4b96-8ed3-3f8eff51424d .shogun-image-content {
  
    align-items: center;
  
}

.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container {
      position: relative;
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6266050b-09e1-4b96-8ed3-3f8eff51424d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8e8a381d-e2f4-4293-9620-3c39fc97116a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e8a381d-e2f4-4293-9620-3c39fc97116a .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-0957c3ab-7bf2-48dd-855f-22d8aa924d94 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-0957c3ab-7bf2-48dd-855f-22d8aa924d94 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0957c3ab-7bf2-48dd-855f-22d8aa924d94 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-0957c3ab-7bf2-48dd-855f-22d8aa924d94 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-134250b9-deb2-4c3e-81ee-74a93bb72b29 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-134250b9-deb2-4c3e-81ee-74a93bb72b29:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-134250b9-deb2-4c3e-81ee-74a93bb72b29:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-134250b9-deb2-4c3e-81ee-74a93bb72b29 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-134250b9-deb2-4c3e-81ee-74a93bb72b29.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-134250b9-deb2-4c3e-81ee-74a93bb72b29.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-134250b9-deb2-4c3e-81ee-74a93bb72b29.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-134250b9-deb2-4c3e-81ee-74a93bb72b29.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c6941110-9e7f-479d-8b71-3d7efa755535 {
  margin-left: auto;
margin-right: auto;
}

#s-1d7e2e13-c8c9-410e-adc2-da5f869e555d {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d {
    width: 100%;
    height: auto;
  }

  #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image {
    
    
  }


.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shogun-image-content {
  
    align-items: center;
  
}

.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container {
      position: relative;
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d {
    width: 100%;
    height: auto;
  }

  #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image {
    
    
  }


.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shogun-image-content {
  
    align-items: center;
  
}

.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container {
      position: relative;
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d {
    width: 100%;
    height: auto;
  }

  #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image {
    
    
  }


.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shogun-image-content {
  
    align-items: center;
  
}

.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container {
      position: relative;
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d {
    width: 100%;
    height: auto;
  }

  #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image {
    
    
  }


.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shogun-image-content {
  
    align-items: center;
  
}

.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container {
      position: relative;
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d {
    width: 100%;
    height: auto;
  }

  #s-1d7e2e13-c8c9-410e-adc2-da5f869e555d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image {
    
    
  }


.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d .shogun-image-content {
  
    align-items: center;
  
}

.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container {
      position: relative;
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d7e2e13-c8c9-410e-adc2-da5f869e555d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-99c6f52c-032c-4129-a31e-91853dc13a0d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99c6f52c-032c-4129-a31e-91853dc13a0d .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-40213667-9d63-475a-8235-2ab8fff814f4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-40213667-9d63-475a-8235-2ab8fff814f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-40213667-9d63-475a-8235-2ab8fff814f4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-40213667-9d63-475a-8235-2ab8fff814f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4590be9b-4f44-496b-9aa8-f97bcb0645c3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4590be9b-4f44-496b-9aa8-f97bcb0645c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4590be9b-4f44-496b-9aa8-f97bcb0645c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4590be9b-4f44-496b-9aa8-f97bcb0645c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4590be9b-4f44-496b-9aa8-f97bcb0645c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4590be9b-4f44-496b-9aa8-f97bcb0645c3.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-4590be9b-4f44-496b-9aa8-f97bcb0645c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4590be9b-4f44-496b-9aa8-f97bcb0645c3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-26472f2a-aaf5-4544-a0f1-b1a1916fdfaa {
  margin-left: auto;
margin-right: auto;
}

#s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 {
    width: 100%;
    height: auto;
  }

  #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image {
    
    
  }


.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container {
      position: relative;
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 {
    width: 100%;
    height: auto;
  }

  #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image {
    
    
  }


.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container {
      position: relative;
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 {
    width: 100%;
    height: auto;
  }

  #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image {
    
    
  }


.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container {
      position: relative;
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 {
    width: 100%;
    height: auto;
  }

  #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image {
    
    
  }


.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container {
      position: relative;
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 {
    width: 100%;
    height: auto;
  }

  #s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image {
    
    
  }


.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container {
      position: relative;
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5ca2f8d-c1eb-40f4-97bf-4a0e62b16d27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-079956df-8a3a-4940-83f6-1c88fd0abd0d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-079956df-8a3a-4940-83f6-1c88fd0abd0d .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-b23f3fe7-c427-4e21-91e0-02b7cf4a4eda {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-b23f3fe7-c427-4e21-91e0-02b7cf4a4eda .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b23f3fe7-c427-4e21-91e0-02b7cf4a4eda .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-b23f3fe7-c427-4e21-91e0-02b7cf4a4eda .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fab0517d-faa8-44c8-9d1f-d1b1433e358c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fab0517d-faa8-44c8-9d1f-d1b1433e358c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fab0517d-faa8-44c8-9d1f-d1b1433e358c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fab0517d-faa8-44c8-9d1f-d1b1433e358c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fab0517d-faa8-44c8-9d1f-d1b1433e358c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fab0517d-faa8-44c8-9d1f-d1b1433e358c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-fab0517d-faa8-44c8-9d1f-d1b1433e358c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fab0517d-faa8-44c8-9d1f-d1b1433e358c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cdfaa06f-0c0f-4c5f-988c-36920a735745 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 12.5%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cdfaa06f-0c0f-4c5f-988c-36920a735745"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-cdfaa06f-0c0f-4c5f-988c-36920a735745"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-cdfaa06f-0c0f-4c5f-988c-36920a735745"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-cdfaa06f-0c0f-4c5f-988c-36920a735745"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/2115;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 {
    width: 100%;
    height: auto;
  }

  #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image {
    
    
  }


.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container {
      position: relative;
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 {
    width: 100%;
    height: auto;
  }

  #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image {
    
    
  }


.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container {
      position: relative;
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 {
    width: 100%;
    height: auto;
  }

  #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image {
    
    
  }


.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container {
      position: relative;
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 {
    width: 100%;
    height: auto;
  }

  #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image {
    
    
  }


.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container {
      position: relative;
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 {
    width: 100%;
    height: auto;
  }

  #s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image {
    
    
  }


.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 .shogun-image-content {
  
    align-items: center;
  
}

.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container {
      position: relative;
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0dd6c1c2-fd23-4b1e-8550-0003f44e6e96 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 {
    width: 100%;
    height: auto;
  }

  #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image {
    
    
  }


.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shogun-image-content {
  
    align-items: center;
  
}

.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container {
      position: relative;
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 {
    width: 100%;
    height: auto;
  }

  #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image {
    
    
  }


.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shogun-image-content {
  
    align-items: center;
  
}

.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container {
      position: relative;
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 {
    width: 100%;
    height: auto;
  }

  #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image {
    
    
  }


.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shogun-image-content {
  
    align-items: center;
  
}

.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container {
      position: relative;
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 {
    width: 100%;
    height: auto;
  }

  #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image {
    
    
  }


.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shogun-image-content {
  
    align-items: center;
  
}

.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container {
      position: relative;
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 {
    width: 100%;
    height: auto;
  }

  #s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image {
    
    
  }


.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 .shogun-image-content {
  
    align-items: center;
  
}

.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shg-align-container {
  display: flex;
  justify-content: center
}

.s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container {
      position: relative;
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-efcbc1dc-d81f-4d77-bf98-ac4459c41848 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cfffc05d-b9ac-419d-8cf8-cfb15c89a697 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfffc05d-b9ac-419d-8cf8-cfb15c89a697 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-15048c8d-6d74-419a-8028-cbd0c62162d4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-15048c8d-6d74-419a-8028-cbd0c62162d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-15048c8d-6d74-419a-8028-cbd0c62162d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-15048c8d-6d74-419a-8028-cbd0c62162d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-143cb4e3-28fc-41b8-97a0-7e6ec9890065 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-143cb4e3-28fc-41b8-97a0-7e6ec9890065:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-143cb4e3-28fc-41b8-97a0-7e6ec9890065:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-143cb4e3-28fc-41b8-97a0-7e6ec9890065 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-143cb4e3-28fc-41b8-97a0-7e6ec9890065.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-143cb4e3-28fc-41b8-97a0-7e6ec9890065.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-143cb4e3-28fc-41b8-97a0-7e6ec9890065.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-143cb4e3-28fc-41b8-97a0-7e6ec9890065.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5ab07cae-ce6e-4c84-be9c-3dfad35e67f3 {
  margin-left: 0%;
margin-right: 0%;
}

#s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f {
    width: 100%;
    height: auto;
  }

  #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image {
    
    
  }


.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shogun-image-content {
  
    align-items: center;
  
}

.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container {
      position: relative;
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f {
    width: 100%;
    height: auto;
  }

  #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image {
    
    
  }


.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shogun-image-content {
  
    align-items: center;
  
}

.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container {
      position: relative;
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f {
    width: 100%;
    height: auto;
  }

  #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image {
    
    
  }


.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shogun-image-content {
  
    align-items: center;
  
}

.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container {
      position: relative;
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f {
    width: 100%;
    height: auto;
  }

  #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image {
    
    
  }


.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shogun-image-content {
  
    align-items: center;
  
}

.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container {
      position: relative;
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f {
    width: 100%;
    height: auto;
  }

  #s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image {
    
    
  }


.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f .shogun-image-content {
  
    align-items: center;
  
}

.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container {
      position: relative;
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47ed726c-74ed-49a5-81a5-5b2a0e4ce27f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0c1a3608-b214-4fb4-a978-4469ab6c73f3 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c1a3608-b214-4fb4-a978-4469ab6c73f3 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-be896676-17d0-45eb-b81d-dc3e95b12bfd {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-be896676-17d0-45eb-b81d-dc3e95b12bfd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-be896676-17d0-45eb-b81d-dc3e95b12bfd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-be896676-17d0-45eb-b81d-dc3e95b12bfd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-beb267ff-9546-487e-86ab-15e04ec68864 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-beb267ff-9546-487e-86ab-15e04ec68864:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-beb267ff-9546-487e-86ab-15e04ec68864:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-beb267ff-9546-487e-86ab-15e04ec68864 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-beb267ff-9546-487e-86ab-15e04ec68864.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-beb267ff-9546-487e-86ab-15e04ec68864.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-beb267ff-9546-487e-86ab-15e04ec68864.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-beb267ff-9546-487e-86ab-15e04ec68864.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-848ab5a0-d870-45d7-91aa-699f8481de58 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-848ab5a0-d870-45d7-91aa-699f8481de58 {
  display: none;
}
#s-848ab5a0-d870-45d7-91aa-699f8481de58, #wrap-s-848ab5a0-d870-45d7-91aa-699f8481de58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-848ab5a0-d870-45d7-91aa-699f8481de58 {
  display: none;
}
#s-848ab5a0-d870-45d7-91aa-699f8481de58, #wrap-s-848ab5a0-d870-45d7-91aa-699f8481de58 { display: none !important; }}







#s-848ab5a0-d870-45d7-91aa-699f8481de58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-848ab5a0-d870-45d7-91aa-699f8481de58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95f4724e-bb89-4fbd-a9b5-83bdee0042d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95f4724e-bb89-4fbd-a9b5-83bdee0042d6 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



#s-19f663f8-63c3-41c3-80c8-4cc89e55038a {
  margin-left: 8%;
margin-bottom: -1%;
margin-right: 8%;
}

#s-4e54f931-62d2-41cc-b096-54fcb40f8b13 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-4e54f931-62d2-41cc-b096-54fcb40f8b13 .shg-sld-dot {
  background-color: rgba(43, 43, 43, 1);
}

#s-4e54f931-62d2-41cc-b096-54fcb40f8b13 .shg-sld-nav-button.shg-sld-left,
#s-4e54f931-62d2-41cc-b096-54fcb40f8b13 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(43, 43, 43, 1);
}

#s-9fdbde01-594e-4e07-92b4-5513b27c881a {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9fdbde01-594e-4e07-92b4-5513b27c881a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-9fdbde01-594e-4e07-92b4-5513b27c881a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-9fdbde01-594e-4e07-92b4-5513b27c881a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-9fdbde01-594e-4e07-92b4-5513b27c881a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-15426019-ea53-4da8-af8b-2d3d726ff893 {
  margin-left: auto;
margin-right: auto;
}

#s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b {
    width: 100%;
    height: auto;
  }

  #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image {
    
    
  }


.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container {
      position: relative;
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b {
    width: 100%;
    height: auto;
  }

  #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image {
    
    
  }


.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container {
      position: relative;
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b {
    width: 100%;
    height: auto;
  }

  #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image {
    
    
  }


.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container {
      position: relative;
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b {
    width: 100%;
    height: auto;
  }

  #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image {
    
    
  }


.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container {
      position: relative;
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b {
    width: 100%;
    height: auto;
  }

  #s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image {
    
    
  }


.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container {
      position: relative;
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e5a0e3-b414-49e6-a29c-8409aee3ff8b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-65882843-0d7e-4231-ba0d-c15e22a37bcf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65882843-0d7e-4231-ba0d-c15e22a37bcf .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-10b0e0a8-5919-42c4-87bc-55ca00234f55 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-10b0e0a8-5919-42c4-87bc-55ca00234f55 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-10b0e0a8-5919-42c4-87bc-55ca00234f55 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-10b0e0a8-5919-42c4-87bc-55ca00234f55 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2932ddfe-58de-4c95-8980-71bad0058133 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2932ddfe-58de-4c95-8980-71bad0058133:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2932ddfe-58de-4c95-8980-71bad0058133:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2932ddfe-58de-4c95-8980-71bad0058133 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2932ddfe-58de-4c95-8980-71bad0058133.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2932ddfe-58de-4c95-8980-71bad0058133.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-2932ddfe-58de-4c95-8980-71bad0058133.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2932ddfe-58de-4c95-8980-71bad0058133.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e9a7064b-46be-4416-9a63-25f11959c2be {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9a7064b-46be-4416-9a63-25f11959c2be {
    width: 100%;
    height: auto;
  }

  #s-e9a7064b-46be-4416-9a63-25f11959c2be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image {
    
    
  }


.s-e9a7064b-46be-4416-9a63-25f11959c2be .shogun-image-content {
  
    align-items: center;
  
}

.s-e9a7064b-46be-4416-9a63-25f11959c2be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9a7064b-46be-4416-9a63-25f11959c2be {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container {
      position: relative;
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9a7064b-46be-4416-9a63-25f11959c2be {
    width: 100%;
    height: auto;
  }

  #s-e9a7064b-46be-4416-9a63-25f11959c2be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image {
    
    
  }


.s-e9a7064b-46be-4416-9a63-25f11959c2be .shogun-image-content {
  
    align-items: center;
  
}

.s-e9a7064b-46be-4416-9a63-25f11959c2be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9a7064b-46be-4416-9a63-25f11959c2be {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container {
      position: relative;
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9a7064b-46be-4416-9a63-25f11959c2be {
    width: 100%;
    height: auto;
  }

  #s-e9a7064b-46be-4416-9a63-25f11959c2be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image {
    
    
  }


.s-e9a7064b-46be-4416-9a63-25f11959c2be .shogun-image-content {
  
    align-items: center;
  
}

.s-e9a7064b-46be-4416-9a63-25f11959c2be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9a7064b-46be-4416-9a63-25f11959c2be {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container {
      position: relative;
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9a7064b-46be-4416-9a63-25f11959c2be {
    width: 100%;
    height: auto;
  }

  #s-e9a7064b-46be-4416-9a63-25f11959c2be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image {
    
    
  }


.s-e9a7064b-46be-4416-9a63-25f11959c2be .shogun-image-content {
  
    align-items: center;
  
}

.s-e9a7064b-46be-4416-9a63-25f11959c2be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9a7064b-46be-4416-9a63-25f11959c2be {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container {
      position: relative;
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9a7064b-46be-4416-9a63-25f11959c2be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e9a7064b-46be-4416-9a63-25f11959c2be {
    width: 100%;
    height: auto;
  }

  #s-e9a7064b-46be-4416-9a63-25f11959c2be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image {
    
    
  }


.s-e9a7064b-46be-4416-9a63-25f11959c2be .shogun-image-content {
  
    align-items: center;
  
}

.s-e9a7064b-46be-4416-9a63-25f11959c2be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9a7064b-46be-4416-9a63-25f11959c2be {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container {
      position: relative;
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9a7064b-46be-4416-9a63-25f11959c2be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-565c2d42-f87d-4f53-945f-2139d06e3531 {
  margin-left: auto;
margin-right: auto;
}

#s-17958621-5115-4b7c-a148-16187e6f90fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17958621-5115-4b7c-a148-16187e6f90fa .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-a7149d1e-cdaa-4d73-a8e1-27a5773ccc9f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-a7149d1e-cdaa-4d73-a8e1-27a5773ccc9f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a7149d1e-cdaa-4d73-a8e1-27a5773ccc9f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a7149d1e-cdaa-4d73-a8e1-27a5773ccc9f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ebc04b4f-9447-48c4-bfb9-57ae52b7a6c8 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ebc04b4f-9447-48c4-bfb9-57ae52b7a6c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebc04b4f-9447-48c4-bfb9-57ae52b7a6c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ebc04b4f-9447-48c4-bfb9-57ae52b7a6c8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebc04b4f-9447-48c4-bfb9-57ae52b7a6c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebc04b4f-9447-48c4-bfb9-57ae52b7a6c8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ebc04b4f-9447-48c4-bfb9-57ae52b7a6c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ebc04b4f-9447-48c4-bfb9-57ae52b7a6c8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fe63e1df-9dde-4498-844f-09bf33d29b33 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fe63e1df-9dde-4498-844f-09bf33d29b33"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-fe63e1df-9dde-4498-844f-09bf33d29b33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-fe63e1df-9dde-4498-844f-09bf33d29b33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-fe63e1df-9dde-4498-844f-09bf33d29b33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

#s-d852f076-79e6-4b42-8d52-499ee96f6537 {
  margin-left: auto;
margin-right: auto;
}

#s-003ad428-cb64-475d-adb9-74d182e3e9fa {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/3328;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-003ad428-cb64-475d-adb9-74d182e3e9fa {
    width: 100%;
    height: auto;
  }

  #s-003ad428-cb64-475d-adb9-74d182e3e9fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image {
    
    
  }


.s-003ad428-cb64-475d-adb9-74d182e3e9fa .shogun-image-content {
  
    align-items: center;
  
}

.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003ad428-cb64-475d-adb9-74d182e3e9fa {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container {
      position: relative;
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-003ad428-cb64-475d-adb9-74d182e3e9fa {
    width: 100%;
    height: auto;
  }

  #s-003ad428-cb64-475d-adb9-74d182e3e9fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image {
    
    
  }


.s-003ad428-cb64-475d-adb9-74d182e3e9fa .shogun-image-content {
  
    align-items: center;
  
}

.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003ad428-cb64-475d-adb9-74d182e3e9fa {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container {
      position: relative;
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-003ad428-cb64-475d-adb9-74d182e3e9fa {
    width: 100%;
    height: auto;
  }

  #s-003ad428-cb64-475d-adb9-74d182e3e9fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image {
    
    
  }


.s-003ad428-cb64-475d-adb9-74d182e3e9fa .shogun-image-content {
  
    align-items: center;
  
}

.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003ad428-cb64-475d-adb9-74d182e3e9fa {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container {
      position: relative;
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-003ad428-cb64-475d-adb9-74d182e3e9fa {
    width: 100%;
    height: auto;
  }

  #s-003ad428-cb64-475d-adb9-74d182e3e9fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image {
    
    
  }


.s-003ad428-cb64-475d-adb9-74d182e3e9fa .shogun-image-content {
  
    align-items: center;
  
}

.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003ad428-cb64-475d-adb9-74d182e3e9fa {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container {
      position: relative;
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003ad428-cb64-475d-adb9-74d182e3e9fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-003ad428-cb64-475d-adb9-74d182e3e9fa {
    width: 100%;
    height: auto;
  }

  #s-003ad428-cb64-475d-adb9-74d182e3e9fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image {
    
    
  }


.s-003ad428-cb64-475d-adb9-74d182e3e9fa .shogun-image-content {
  
    align-items: center;
  
}

.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003ad428-cb64-475d-adb9-74d182e3e9fa {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container {
      position: relative;
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003ad428-cb64-475d-adb9-74d182e3e9fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3b134dfd-99ec-4016-84c8-9d13a773edab {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b134dfd-99ec-4016-84c8-9d13a773edab .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-9818ccef-6734-4e0a-aea2-102dd9a4e0b4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-9818ccef-6734-4e0a-aea2-102dd9a4e0b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9818ccef-6734-4e0a-aea2-102dd9a4e0b4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-9818ccef-6734-4e0a-aea2-102dd9a4e0b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5844669f-b876-442f-9fe8-aee6b51262dc {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5844669f-b876-442f-9fe8-aee6b51262dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5844669f-b876-442f-9fe8-aee6b51262dc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5844669f-b876-442f-9fe8-aee6b51262dc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5844669f-b876-442f-9fe8-aee6b51262dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5844669f-b876-442f-9fe8-aee6b51262dc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-5844669f-b876-442f-9fe8-aee6b51262dc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5844669f-b876-442f-9fe8-aee6b51262dc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9c8969bc-e2d2-489e-905a-60f84c3912b8 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 {
    width: 100%;
    height: auto;
  }

  #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image {
    
    
  }


.s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container {
      position: relative;
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 {
    width: 100%;
    height: auto;
  }

  #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image {
    
    
  }


.s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container {
      position: relative;
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 {
    width: 100%;
    height: auto;
  }

  #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image {
    
    
  }


.s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container {
      position: relative;
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 {
    width: 100%;
    height: auto;
  }

  #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image {
    
    
  }


.s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container {
      position: relative;
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 {
    width: 100%;
    height: auto;
  }

  #s-9c8969bc-e2d2-489e-905a-60f84c3912b8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image {
    
    
  }


.s-9c8969bc-e2d2-489e-905a-60f84c3912b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container {
      position: relative;
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c8969bc-e2d2-489e-905a-60f84c3912b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-85114ba1-e8fc-4d64-8614-f0c884063fde {
  margin-left: auto;
margin-right: auto;
}

#s-9d578899-b2bc-4e97-bf33-9a94c75c82b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d578899-b2bc-4e97-bf33-9a94c75c82b2 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-885b412c-a30b-4263-97fb-09737d456626 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-885b412c-a30b-4263-97fb-09737d456626 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-885b412c-a30b-4263-97fb-09737d456626 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-885b412c-a30b-4263-97fb-09737d456626 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9484f354-41f5-4cae-8939-b309ef6ae013 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9484f354-41f5-4cae-8939-b309ef6ae013:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9484f354-41f5-4cae-8939-b309ef6ae013:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9484f354-41f5-4cae-8939-b309ef6ae013 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9484f354-41f5-4cae-8939-b309ef6ae013.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9484f354-41f5-4cae-8939-b309ef6ae013.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-9484f354-41f5-4cae-8939-b309ef6ae013.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9484f354-41f5-4cae-8939-b309ef6ae013.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2e24bec9-4546-4826-a91f-8a56d563cfa2 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2e24bec9-4546-4826-a91f-8a56d563cfa2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-2e24bec9-4546-4826-a91f-8a56d563cfa2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-2e24bec9-4546-4826-a91f-8a56d563cfa2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-2e24bec9-4546-4826-a91f-8a56d563cfa2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-6b3bb417-28f2-4e16-91b7-75b6682ec047 {
  margin-left: auto;
margin-right: auto;
}

#s-563f6482-3f7e-4bbc-9498-4937092f4df5 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-563f6482-3f7e-4bbc-9498-4937092f4df5 {
    width: 100%;
    height: auto;
  }

  #s-563f6482-3f7e-4bbc-9498-4937092f4df5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image {
    
    
  }


.s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shogun-image-content {
  
    align-items: center;
  
}

.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-563f6482-3f7e-4bbc-9498-4937092f4df5 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container {
      position: relative;
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-563f6482-3f7e-4bbc-9498-4937092f4df5 {
    width: 100%;
    height: auto;
  }

  #s-563f6482-3f7e-4bbc-9498-4937092f4df5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image {
    
    
  }


.s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shogun-image-content {
  
    align-items: center;
  
}

.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-563f6482-3f7e-4bbc-9498-4937092f4df5 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container {
      position: relative;
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-563f6482-3f7e-4bbc-9498-4937092f4df5 {
    width: 100%;
    height: auto;
  }

  #s-563f6482-3f7e-4bbc-9498-4937092f4df5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image {
    
    
  }


.s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shogun-image-content {
  
    align-items: center;
  
}

.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-563f6482-3f7e-4bbc-9498-4937092f4df5 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container {
      position: relative;
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-563f6482-3f7e-4bbc-9498-4937092f4df5 {
    width: 100%;
    height: auto;
  }

  #s-563f6482-3f7e-4bbc-9498-4937092f4df5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image {
    
    
  }


.s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shogun-image-content {
  
    align-items: center;
  
}

.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-563f6482-3f7e-4bbc-9498-4937092f4df5 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container {
      position: relative;
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-563f6482-3f7e-4bbc-9498-4937092f4df5 {
    width: 100%;
    height: auto;
  }

  #s-563f6482-3f7e-4bbc-9498-4937092f4df5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image {
    
    
  }


.s-563f6482-3f7e-4bbc-9498-4937092f4df5 .shogun-image-content {
  
    align-items: center;
  
}

.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-563f6482-3f7e-4bbc-9498-4937092f4df5 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container {
      position: relative;
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-563f6482-3f7e-4bbc-9498-4937092f4df5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-237d392b-faf0-44fc-bd80-c4ed268ee31d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-237d392b-faf0-44fc-bd80-c4ed268ee31d .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-63486cfd-f000-4eb2-889b-b984793bcc76 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-63486cfd-f000-4eb2-889b-b984793bcc76 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-63486cfd-f000-4eb2-889b-b984793bcc76 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-63486cfd-f000-4eb2-889b-b984793bcc76 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1ecc171e-e3eb-493b-9dd5-9bdb989cbb00 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1ecc171e-e3eb-493b-9dd5-9bdb989cbb00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ecc171e-e3eb-493b-9dd5-9bdb989cbb00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ecc171e-e3eb-493b-9dd5-9bdb989cbb00 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ecc171e-e3eb-493b-9dd5-9bdb989cbb00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ecc171e-e3eb-493b-9dd5-9bdb989cbb00.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-1ecc171e-e3eb-493b-9dd5-9bdb989cbb00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1ecc171e-e3eb-493b-9dd5-9bdb989cbb00.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-24ade7e1-0727-42c3-80fe-26a78269cd76 {
  margin-left: auto;
margin-right: auto;
}

#s-68f1a047-90d9-4121-a9ae-2b20df958fed {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68f1a047-90d9-4121-a9ae-2b20df958fed {
    width: 100%;
    height: auto;
  }

  #s-68f1a047-90d9-4121-a9ae-2b20df958fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image {
    
    
  }


.s-68f1a047-90d9-4121-a9ae-2b20df958fed .shogun-image-content {
  
    align-items: center;
  
}

.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68f1a047-90d9-4121-a9ae-2b20df958fed {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container {
      position: relative;
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68f1a047-90d9-4121-a9ae-2b20df958fed {
    width: 100%;
    height: auto;
  }

  #s-68f1a047-90d9-4121-a9ae-2b20df958fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image {
    
    
  }


.s-68f1a047-90d9-4121-a9ae-2b20df958fed .shogun-image-content {
  
    align-items: center;
  
}

.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68f1a047-90d9-4121-a9ae-2b20df958fed {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container {
      position: relative;
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68f1a047-90d9-4121-a9ae-2b20df958fed {
    width: 100%;
    height: auto;
  }

  #s-68f1a047-90d9-4121-a9ae-2b20df958fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image {
    
    
  }


.s-68f1a047-90d9-4121-a9ae-2b20df958fed .shogun-image-content {
  
    align-items: center;
  
}

.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68f1a047-90d9-4121-a9ae-2b20df958fed {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container {
      position: relative;
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68f1a047-90d9-4121-a9ae-2b20df958fed {
    width: 100%;
    height: auto;
  }

  #s-68f1a047-90d9-4121-a9ae-2b20df958fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image {
    
    
  }


.s-68f1a047-90d9-4121-a9ae-2b20df958fed .shogun-image-content {
  
    align-items: center;
  
}

.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68f1a047-90d9-4121-a9ae-2b20df958fed {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container {
      position: relative;
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68f1a047-90d9-4121-a9ae-2b20df958fed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-68f1a047-90d9-4121-a9ae-2b20df958fed {
    width: 100%;
    height: auto;
  }

  #s-68f1a047-90d9-4121-a9ae-2b20df958fed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image {
    
    
  }


.s-68f1a047-90d9-4121-a9ae-2b20df958fed .shogun-image-content {
  
    align-items: center;
  
}

.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68f1a047-90d9-4121-a9ae-2b20df958fed {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container {
      position: relative;
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68f1a047-90d9-4121-a9ae-2b20df958fed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4baddf9f-8b21-4b15-b28d-d386000d0c66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4baddf9f-8b21-4b15-b28d-d386000d0c66 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-3b1c2836-c1df-436a-b6b2-a0e2d8d8755d {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-3b1c2836-c1df-436a-b6b2-a0e2d8d8755d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3b1c2836-c1df-436a-b6b2-a0e2d8d8755d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-3b1c2836-c1df-436a-b6b2-a0e2d8d8755d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-62dc7ffb-4ea2-4be5-8ba2-0f5ec2053625 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-62dc7ffb-4ea2-4be5-8ba2-0f5ec2053625:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62dc7ffb-4ea2-4be5-8ba2-0f5ec2053625:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-62dc7ffb-4ea2-4be5-8ba2-0f5ec2053625 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62dc7ffb-4ea2-4be5-8ba2-0f5ec2053625.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62dc7ffb-4ea2-4be5-8ba2-0f5ec2053625.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-62dc7ffb-4ea2-4be5-8ba2-0f5ec2053625.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-62dc7ffb-4ea2-4be5-8ba2-0f5ec2053625.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ad46b03f-8227-4317-9229-596c2138cb2c {
  margin-left: auto;
margin-right: auto;
}

#s-dfe13804-33e7-4547-82c1-4842e3e9319f {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dfe13804-33e7-4547-82c1-4842e3e9319f {
    width: 100%;
    height: auto;
  }

  #s-dfe13804-33e7-4547-82c1-4842e3e9319f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image {
    
    
  }


.s-dfe13804-33e7-4547-82c1-4842e3e9319f .shogun-image-content {
  
    align-items: center;
  
}

.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfe13804-33e7-4547-82c1-4842e3e9319f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container {
      position: relative;
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dfe13804-33e7-4547-82c1-4842e3e9319f {
    width: 100%;
    height: auto;
  }

  #s-dfe13804-33e7-4547-82c1-4842e3e9319f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image {
    
    
  }


.s-dfe13804-33e7-4547-82c1-4842e3e9319f .shogun-image-content {
  
    align-items: center;
  
}

.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfe13804-33e7-4547-82c1-4842e3e9319f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container {
      position: relative;
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dfe13804-33e7-4547-82c1-4842e3e9319f {
    width: 100%;
    height: auto;
  }

  #s-dfe13804-33e7-4547-82c1-4842e3e9319f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image {
    
    
  }


.s-dfe13804-33e7-4547-82c1-4842e3e9319f .shogun-image-content {
  
    align-items: center;
  
}

.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfe13804-33e7-4547-82c1-4842e3e9319f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container {
      position: relative;
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dfe13804-33e7-4547-82c1-4842e3e9319f {
    width: 100%;
    height: auto;
  }

  #s-dfe13804-33e7-4547-82c1-4842e3e9319f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image {
    
    
  }


.s-dfe13804-33e7-4547-82c1-4842e3e9319f .shogun-image-content {
  
    align-items: center;
  
}

.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfe13804-33e7-4547-82c1-4842e3e9319f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container {
      position: relative;
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfe13804-33e7-4547-82c1-4842e3e9319f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dfe13804-33e7-4547-82c1-4842e3e9319f {
    width: 100%;
    height: auto;
  }

  #s-dfe13804-33e7-4547-82c1-4842e3e9319f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image {
    
    
  }


.s-dfe13804-33e7-4547-82c1-4842e3e9319f .shogun-image-content {
  
    align-items: center;
  
}

.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfe13804-33e7-4547-82c1-4842e3e9319f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container {
      position: relative;
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfe13804-33e7-4547-82c1-4842e3e9319f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c6e57f9d-3b87-4c69-afb2-0db62830bec3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6e57f9d-3b87-4c69-afb2-0db62830bec3 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-04ee9c64-f7b4-43d9-91f5-0989f8d2cb27 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-04ee9c64-f7b4-43d9-91f5-0989f8d2cb27 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-04ee9c64-f7b4-43d9-91f5-0989f8d2cb27 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-04ee9c64-f7b4-43d9-91f5-0989f8d2cb27 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-47a83ee3-c04e-49d3-bd76-21f8f8142d4f {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-47a83ee3-c04e-49d3-bd76-21f8f8142d4f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47a83ee3-c04e-49d3-bd76-21f8f8142d4f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-47a83ee3-c04e-49d3-bd76-21f8f8142d4f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-47a83ee3-c04e-49d3-bd76-21f8f8142d4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-47a83ee3-c04e-49d3-bd76-21f8f8142d4f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-47a83ee3-c04e-49d3-bd76-21f8f8142d4f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-47a83ee3-c04e-49d3-bd76-21f8f8142d4f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-55767508-b6c2-48ac-876d-f2adb397b70f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-55767508-b6c2-48ac-876d-f2adb397b70f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-55767508-b6c2-48ac-876d-f2adb397b70f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-55767508-b6c2-48ac-876d-f2adb397b70f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-55767508-b6c2-48ac-876d-f2adb397b70f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-f63b9496-49fe-4c8e-ab77-996e6b9a12af {
  margin-left: 0%;
margin-right: 0%;
}

#s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 {
    width: 100%;
    height: auto;
  }

  #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image {
    
    
  }


.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container {
      position: relative;
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 {
    width: 100%;
    height: auto;
  }

  #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image {
    
    
  }


.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container {
      position: relative;
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 {
    width: 100%;
    height: auto;
  }

  #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image {
    
    
  }


.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container {
      position: relative;
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 {
    width: 100%;
    height: auto;
  }

  #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image {
    
    
  }


.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container {
      position: relative;
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 {
    width: 100%;
    height: auto;
  }

  #s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image {
    
    
  }


.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container {
      position: relative;
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a42e78e3-b09f-4468-9ca5-fd4207d38dd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ab18fbe4-8776-442a-aade-95b8a73d7e6f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab18fbe4-8776-442a-aade-95b8a73d7e6f .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-53803e37-ff51-4330-8419-2f761777fe7a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-53803e37-ff51-4330-8419-2f761777fe7a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-53803e37-ff51-4330-8419-2f761777fe7a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-53803e37-ff51-4330-8419-2f761777fe7a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aef43654-b05a-47f0-8779-a0bf57d338ea {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aef43654-b05a-47f0-8779-a0bf57d338ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aef43654-b05a-47f0-8779-a0bf57d338ea:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aef43654-b05a-47f0-8779-a0bf57d338ea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aef43654-b05a-47f0-8779-a0bf57d338ea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aef43654-b05a-47f0-8779-a0bf57d338ea.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-aef43654-b05a-47f0-8779-a0bf57d338ea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-aef43654-b05a-47f0-8779-a0bf57d338ea.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0a1e8c9a-1e2a-4e6b-95d1-02ba01fd53a6 {
  margin-left: auto;
margin-right: auto;
}

#s-be82b262-a47a-4ba7-a99f-b78e050b609a {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/3328;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be82b262-a47a-4ba7-a99f-b78e050b609a {
    width: 100%;
    height: auto;
  }

  #s-be82b262-a47a-4ba7-a99f-b78e050b609a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image {
    
    
  }


.s-be82b262-a47a-4ba7-a99f-b78e050b609a .shogun-image-content {
  
    align-items: center;
  
}

.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be82b262-a47a-4ba7-a99f-b78e050b609a {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container {
      position: relative;
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be82b262-a47a-4ba7-a99f-b78e050b609a {
    width: 100%;
    height: auto;
  }

  #s-be82b262-a47a-4ba7-a99f-b78e050b609a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image {
    
    
  }


.s-be82b262-a47a-4ba7-a99f-b78e050b609a .shogun-image-content {
  
    align-items: center;
  
}

.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be82b262-a47a-4ba7-a99f-b78e050b609a {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container {
      position: relative;
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be82b262-a47a-4ba7-a99f-b78e050b609a {
    width: 100%;
    height: auto;
  }

  #s-be82b262-a47a-4ba7-a99f-b78e050b609a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image {
    
    
  }


.s-be82b262-a47a-4ba7-a99f-b78e050b609a .shogun-image-content {
  
    align-items: center;
  
}

.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be82b262-a47a-4ba7-a99f-b78e050b609a {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container {
      position: relative;
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be82b262-a47a-4ba7-a99f-b78e050b609a {
    width: 100%;
    height: auto;
  }

  #s-be82b262-a47a-4ba7-a99f-b78e050b609a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image {
    
    
  }


.s-be82b262-a47a-4ba7-a99f-b78e050b609a .shogun-image-content {
  
    align-items: center;
  
}

.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be82b262-a47a-4ba7-a99f-b78e050b609a {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container {
      position: relative;
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be82b262-a47a-4ba7-a99f-b78e050b609a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be82b262-a47a-4ba7-a99f-b78e050b609a {
    width: 100%;
    height: auto;
  }

  #s-be82b262-a47a-4ba7-a99f-b78e050b609a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image {
    
    
  }


.s-be82b262-a47a-4ba7-a99f-b78e050b609a .shogun-image-content {
  
    align-items: center;
  
}

.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be82b262-a47a-4ba7-a99f-b78e050b609a {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container {
      position: relative;
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be82b262-a47a-4ba7-a99f-b78e050b609a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e5bd07f5-a5c3-443b-a9a5-e23b7097f444 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5bd07f5-a5c3-443b-a9a5-e23b7097f444 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}



#s-69bad5d1-235f-4f8d-a0ce-47920aa13256 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-69bad5d1-235f-4f8d-a0ce-47920aa13256 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-69bad5d1-235f-4f8d-a0ce-47920aa13256 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-69bad5d1-235f-4f8d-a0ce-47920aa13256 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e20a2bbb-9465-424a-b464-9e4bcf7808c1 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e20a2bbb-9465-424a-b464-9e4bcf7808c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e20a2bbb-9465-424a-b464-9e4bcf7808c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e20a2bbb-9465-424a-b464-9e4bcf7808c1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e20a2bbb-9465-424a-b464-9e4bcf7808c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e20a2bbb-9465-424a-b464-9e4bcf7808c1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-e20a2bbb-9465-424a-b464-9e4bcf7808c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e20a2bbb-9465-424a-b464-9e4bcf7808c1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-043a22d1-048b-4f16-be12-f2dce2c62edd {
  margin-left: auto;
margin-right: auto;
}

#s-288822ea-9aff-4367-8a18-6bfef75c0a4c {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/3328;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-288822ea-9aff-4367-8a18-6bfef75c0a4c {
    width: 100%;
    height: auto;
  }

  #s-288822ea-9aff-4367-8a18-6bfef75c0a4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image {
    
    
  }


.s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container {
      position: relative;
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-288822ea-9aff-4367-8a18-6bfef75c0a4c {
    width: 100%;
    height: auto;
  }

  #s-288822ea-9aff-4367-8a18-6bfef75c0a4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image {
    
    
  }


.s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container {
      position: relative;
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-288822ea-9aff-4367-8a18-6bfef75c0a4c {
    width: 100%;
    height: auto;
  }

  #s-288822ea-9aff-4367-8a18-6bfef75c0a4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image {
    
    
  }


.s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container {
      position: relative;
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-288822ea-9aff-4367-8a18-6bfef75c0a4c {
    width: 100%;
    height: auto;
  }

  #s-288822ea-9aff-4367-8a18-6bfef75c0a4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image {
    
    
  }


.s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container {
      position: relative;
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-288822ea-9aff-4367-8a18-6bfef75c0a4c {
    width: 100%;
    height: auto;
  }

  #s-288822ea-9aff-4367-8a18-6bfef75c0a4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image {
    
    
  }


.s-288822ea-9aff-4367-8a18-6bfef75c0a4c .shogun-image-content {
  
    align-items: center;
  
}

.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container {
      position: relative;
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-288822ea-9aff-4367-8a18-6bfef75c0a4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dce294d9-28fc-44b4-9115-04744330a6c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dce294d9-28fc-44b4-9115-04744330a6c7 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-84329a04-9df0-44a9-aa04-f73dd9ba2197 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-84329a04-9df0-44a9-aa04-f73dd9ba2197 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84329a04-9df0-44a9-aa04-f73dd9ba2197 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-84329a04-9df0-44a9-aa04-f73dd9ba2197 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4ea0ea6d-9d70-45d3-9e92-466de4d8ed2b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4ea0ea6d-9d70-45d3-9e92-466de4d8ed2b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ea0ea6d-9d70-45d3-9e92-466de4d8ed2b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4ea0ea6d-9d70-45d3-9e92-466de4d8ed2b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ea0ea6d-9d70-45d3-9e92-466de4d8ed2b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ea0ea6d-9d70-45d3-9e92-466de4d8ed2b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-4ea0ea6d-9d70-45d3-9e92-466de4d8ed2b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4ea0ea6d-9d70-45d3-9e92-466de4d8ed2b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ccc0c187-c1ab-4df7-a338-14d7f43d2751 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 12.5%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ccc0c187-c1ab-4df7-a338-14d7f43d2751"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-ccc0c187-c1ab-4df7-a338-14d7f43d2751"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-ccc0c187-c1ab-4df7-a338-14d7f43d2751"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-ccc0c187-c1ab-4df7-a338-14d7f43d2751"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/2115;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 {
    width: 100%;
    height: auto;
  }

  #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image {
    
    
  }


.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container {
      position: relative;
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 {
    width: 100%;
    height: auto;
  }

  #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image {
    
    
  }


.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container {
      position: relative;
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 {
    width: 100%;
    height: auto;
  }

  #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image {
    
    
  }


.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container {
      position: relative;
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 {
    width: 100%;
    height: auto;
  }

  #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image {
    
    
  }


.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container {
      position: relative;
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 {
    width: 100%;
    height: auto;
  }

  #s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image {
    
    
  }


.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container {
      position: relative;
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e93ddd6-1a62-4d8d-a5fb-59030eb15240 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-faf56dd9-7be7-4038-a265-04a61cb9ee15 {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/3328;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 {
    width: 100%;
    height: auto;
  }

  #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image {
    
    
  }


.s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shogun-image-content {
  
    align-items: center;
  
}

.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container {
      position: relative;
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 {
    width: 100%;
    height: auto;
  }

  #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image {
    
    
  }


.s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shogun-image-content {
  
    align-items: center;
  
}

.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container {
      position: relative;
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 {
    width: 100%;
    height: auto;
  }

  #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image {
    
    
  }


.s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shogun-image-content {
  
    align-items: center;
  
}

.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container {
      position: relative;
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 {
    width: 100%;
    height: auto;
  }

  #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image {
    
    
  }


.s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shogun-image-content {
  
    align-items: center;
  
}

.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container {
      position: relative;
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 {
    width: 100%;
    height: auto;
  }

  #s-faf56dd9-7be7-4038-a265-04a61cb9ee15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image {
    
    
  }


.s-faf56dd9-7be7-4038-a265-04a61cb9ee15 .shogun-image-content {
  
    align-items: center;
  
}

.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container {
      position: relative;
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faf56dd9-7be7-4038-a265-04a61cb9ee15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b7b798df-9a1e-470c-a43c-b5f00383cfe4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7b798df-9a1e-470c-a43c-b5f00383cfe4 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-0c362840-09a8-4c2a-bc1f-62b10bcea479 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-0c362840-09a8-4c2a-bc1f-62b10bcea479 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0c362840-09a8-4c2a-bc1f-62b10bcea479 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-0c362840-09a8-4c2a-bc1f-62b10bcea479 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7404ebd0-2845-4295-843d-84fa7d28b55c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7404ebd0-2845-4295-843d-84fa7d28b55c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7404ebd0-2845-4295-843d-84fa7d28b55c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7404ebd0-2845-4295-843d-84fa7d28b55c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7404ebd0-2845-4295-843d-84fa7d28b55c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7404ebd0-2845-4295-843d-84fa7d28b55c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-7404ebd0-2845-4295-843d-84fa7d28b55c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7404ebd0-2845-4295-843d-84fa7d28b55c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4b5a6f0a-8c17-4a1c-b93e-49b900942812 {
  margin-left: 0%;
margin-right: 0%;
}

#s-87388713-e97a-4838-a11a-fd750a5631e9 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-87388713-e97a-4838-a11a-fd750a5631e9 {
    width: 100%;
    height: auto;
  }

  #s-87388713-e97a-4838-a11a-fd750a5631e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image {
    
    
  }


.s-87388713-e97a-4838-a11a-fd750a5631e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87388713-e97a-4838-a11a-fd750a5631e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87388713-e97a-4838-a11a-fd750a5631e9 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container {
      position: relative;
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-87388713-e97a-4838-a11a-fd750a5631e9 {
    width: 100%;
    height: auto;
  }

  #s-87388713-e97a-4838-a11a-fd750a5631e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image {
    
    
  }


.s-87388713-e97a-4838-a11a-fd750a5631e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87388713-e97a-4838-a11a-fd750a5631e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87388713-e97a-4838-a11a-fd750a5631e9 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container {
      position: relative;
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-87388713-e97a-4838-a11a-fd750a5631e9 {
    width: 100%;
    height: auto;
  }

  #s-87388713-e97a-4838-a11a-fd750a5631e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image {
    
    
  }


.s-87388713-e97a-4838-a11a-fd750a5631e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87388713-e97a-4838-a11a-fd750a5631e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87388713-e97a-4838-a11a-fd750a5631e9 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container {
      position: relative;
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-87388713-e97a-4838-a11a-fd750a5631e9 {
    width: 100%;
    height: auto;
  }

  #s-87388713-e97a-4838-a11a-fd750a5631e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image {
    
    
  }


.s-87388713-e97a-4838-a11a-fd750a5631e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87388713-e97a-4838-a11a-fd750a5631e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87388713-e97a-4838-a11a-fd750a5631e9 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container {
      position: relative;
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87388713-e97a-4838-a11a-fd750a5631e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-87388713-e97a-4838-a11a-fd750a5631e9 {
    width: 100%;
    height: auto;
  }

  #s-87388713-e97a-4838-a11a-fd750a5631e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image {
    
    
  }


.s-87388713-e97a-4838-a11a-fd750a5631e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-87388713-e97a-4838-a11a-fd750a5631e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87388713-e97a-4838-a11a-fd750a5631e9 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container {
      position: relative;
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87388713-e97a-4838-a11a-fd750a5631e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-816b4c38-ad0a-4fd0-963e-9a6acd4f1d4e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-816b4c38-ad0a-4fd0-963e-9a6acd4f1d4e .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-590140ac-9b28-4c83-b108-fce88bc8dc54 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-590140ac-9b28-4c83-b108-fce88bc8dc54 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-590140ac-9b28-4c83-b108-fce88bc8dc54 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-590140ac-9b28-4c83-b108-fce88bc8dc54 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-09fbc116-d232-4149-bb5b-e4b68d8104cc {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-09fbc116-d232-4149-bb5b-e4b68d8104cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-09fbc116-d232-4149-bb5b-e4b68d8104cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-09fbc116-d232-4149-bb5b-e4b68d8104cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09fbc116-d232-4149-bb5b-e4b68d8104cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09fbc116-d232-4149-bb5b-e4b68d8104cc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-09fbc116-d232-4149-bb5b-e4b68d8104cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-09fbc116-d232-4149-bb5b-e4b68d8104cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c844f473-3a68-49a6-a77b-c910ed91936b {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c844f473-3a68-49a6-a77b-c910ed91936b {
  display: none;
}
#s-c844f473-3a68-49a6-a77b-c910ed91936b, #wrap-s-c844f473-3a68-49a6-a77b-c910ed91936b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c844f473-3a68-49a6-a77b-c910ed91936b {
  display: none;
}
#s-c844f473-3a68-49a6-a77b-c910ed91936b, #wrap-s-c844f473-3a68-49a6-a77b-c910ed91936b { display: none !important; }}







#s-c844f473-3a68-49a6-a77b-c910ed91936b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c844f473-3a68-49a6-a77b-c910ed91936b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9592fcec-3b54-43da-a561-aadc85540a5d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9592fcec-3b54-43da-a561-aadc85540a5d .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



#s-eee98651-f293-432b-8bf6-ea0a3ce686c0 {
  margin-left: 5%;
margin-bottom: -1%;
margin-right: 5%;
}

#s-49493c45-dea2-4136-83e4-265747d1401c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-49493c45-dea2-4136-83e4-265747d1401c .shg-sld-dot {
  background-color: rgba(43, 43, 43, 1);
}

#s-49493c45-dea2-4136-83e4-265747d1401c .shg-sld-nav-button.shg-sld-left,
#s-49493c45-dea2-4136-83e4-265747d1401c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(43, 43, 43, 1);
}

#s-c5b6795b-88e4-4061-a18d-43edcdcaa748 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c5b6795b-88e4-4061-a18d-43edcdcaa748"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-c5b6795b-88e4-4061-a18d-43edcdcaa748"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-c5b6795b-88e4-4061-a18d-43edcdcaa748"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-c5b6795b-88e4-4061-a18d-43edcdcaa748"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

#s-ae0dccb6-b599-46a7-9b53-bb8af8a19c16 {
  margin-left: auto;
margin-right: auto;
}

#s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f {
    width: 100%;
    height: auto;
  }

  #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image {
    
    
  }


.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shogun-image-content {
  
    align-items: center;
  
}

.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container {
      position: relative;
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f {
    width: 100%;
    height: auto;
  }

  #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image {
    
    
  }


.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shogun-image-content {
  
    align-items: center;
  
}

.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container {
      position: relative;
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f {
    width: 100%;
    height: auto;
  }

  #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image {
    
    
  }


.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shogun-image-content {
  
    align-items: center;
  
}

.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container {
      position: relative;
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f {
    width: 100%;
    height: auto;
  }

  #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image {
    
    
  }


.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shogun-image-content {
  
    align-items: center;
  
}

.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container {
      position: relative;
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f {
    width: 100%;
    height: auto;
  }

  #s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image {
    
    
  }


.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f .shogun-image-content {
  
    align-items: center;
  
}

.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container {
      position: relative;
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a00ae5c3-871f-45b2-adf2-b2fc83b9992f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dec4907a-864f-46af-bff0-6768467641ce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dec4907a-864f-46af-bff0-6768467641ce .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-8c4d090d-60c7-49e1-995f-30f5cc333dc5 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-8c4d090d-60c7-49e1-995f-30f5cc333dc5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8c4d090d-60c7-49e1-995f-30f5cc333dc5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-8c4d090d-60c7-49e1-995f-30f5cc333dc5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c3f59ac5-78ab-426b-afa9-e28592121333 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c3f59ac5-78ab-426b-afa9-e28592121333:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3f59ac5-78ab-426b-afa9-e28592121333:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c3f59ac5-78ab-426b-afa9-e28592121333 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c3f59ac5-78ab-426b-afa9-e28592121333.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c3f59ac5-78ab-426b-afa9-e28592121333.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-c3f59ac5-78ab-426b-afa9-e28592121333.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c3f59ac5-78ab-426b-afa9-e28592121333.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-17d77368-b3de-4765-bbd6-e20d8d119a57 {
  margin-left: auto;
margin-right: auto;
}

#s-a18dde65-6bee-4223-ba2b-0815dd3af91f {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a18dde65-6bee-4223-ba2b-0815dd3af91f {
    width: 100%;
    height: auto;
  }

  #s-a18dde65-6bee-4223-ba2b-0815dd3af91f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image {
    
    
  }


.s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shogun-image-content {
  
    align-items: center;
  
}

.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container {
      position: relative;
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a18dde65-6bee-4223-ba2b-0815dd3af91f {
    width: 100%;
    height: auto;
  }

  #s-a18dde65-6bee-4223-ba2b-0815dd3af91f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image {
    
    
  }


.s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shogun-image-content {
  
    align-items: center;
  
}

.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container {
      position: relative;
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a18dde65-6bee-4223-ba2b-0815dd3af91f {
    width: 100%;
    height: auto;
  }

  #s-a18dde65-6bee-4223-ba2b-0815dd3af91f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image {
    
    
  }


.s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shogun-image-content {
  
    align-items: center;
  
}

.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container {
      position: relative;
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a18dde65-6bee-4223-ba2b-0815dd3af91f {
    width: 100%;
    height: auto;
  }

  #s-a18dde65-6bee-4223-ba2b-0815dd3af91f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image {
    
    
  }


.s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shogun-image-content {
  
    align-items: center;
  
}

.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container {
      position: relative;
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a18dde65-6bee-4223-ba2b-0815dd3af91f {
    width: 100%;
    height: auto;
  }

  #s-a18dde65-6bee-4223-ba2b-0815dd3af91f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image {
    
    
  }


.s-a18dde65-6bee-4223-ba2b-0815dd3af91f .shogun-image-content {
  
    align-items: center;
  
}

.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container {
      position: relative;
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a18dde65-6bee-4223-ba2b-0815dd3af91f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-91d9e6ba-29f3-4dcc-936e-8789ce99ab35 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91d9e6ba-29f3-4dcc-936e-8789ce99ab35 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-9a4d083e-159d-410c-98c8-3690462e1286 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-9a4d083e-159d-410c-98c8-3690462e1286 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9a4d083e-159d-410c-98c8-3690462e1286 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-9a4d083e-159d-410c-98c8-3690462e1286 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f680127a-6d4c-483c-839f-28651dcde287 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f680127a-6d4c-483c-839f-28651dcde287:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f680127a-6d4c-483c-839f-28651dcde287:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f680127a-6d4c-483c-839f-28651dcde287 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f680127a-6d4c-483c-839f-28651dcde287.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f680127a-6d4c-483c-839f-28651dcde287.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-f680127a-6d4c-483c-839f-28651dcde287.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f680127a-6d4c-483c-839f-28651dcde287.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b28c4db7-bcc5-4181-9e7a-2ff630e9351e {
  margin-left: auto;
margin-right: auto;
}

#s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 {
    width: 100%;
    height: auto;
  }

  #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image {
    
    
  }


.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container {
      position: relative;
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 {
    width: 100%;
    height: auto;
  }

  #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image {
    
    
  }


.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container {
      position: relative;
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 {
    width: 100%;
    height: auto;
  }

  #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image {
    
    
  }


.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container {
      position: relative;
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 {
    width: 100%;
    height: auto;
  }

  #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image {
    
    
  }


.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container {
      position: relative;
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 {
    width: 100%;
    height: auto;
  }

  #s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image {
    
    
  }


.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container {
      position: relative;
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-05d1ffa9-7c5c-4db2-8986-979ad502b0a2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d14ece80-7c15-41a9-b62c-93b0f90507b4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d14ece80-7c15-41a9-b62c-93b0f90507b4 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-f66726dd-eb30-4368-a739-6e4758dad9d4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-f66726dd-eb30-4368-a739-6e4758dad9d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f66726dd-eb30-4368-a739-6e4758dad9d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-f66726dd-eb30-4368-a739-6e4758dad9d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8236f25f-eec3-4ad8-8992-c2d3bf845cad {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8236f25f-eec3-4ad8-8992-c2d3bf845cad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8236f25f-eec3-4ad8-8992-c2d3bf845cad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8236f25f-eec3-4ad8-8992-c2d3bf845cad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8236f25f-eec3-4ad8-8992-c2d3bf845cad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8236f25f-eec3-4ad8-8992-c2d3bf845cad.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-8236f25f-eec3-4ad8-8992-c2d3bf845cad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8236f25f-eec3-4ad8-8992-c2d3bf845cad.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-aab0b253-cd39-4dc8-b71b-585f053cd89e {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-aab0b253-cd39-4dc8-b71b-585f053cd89e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-aab0b253-cd39-4dc8-b71b-585f053cd89e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-aab0b253-cd39-4dc8-b71b-585f053cd89e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-aab0b253-cd39-4dc8-b71b-585f053cd89e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

}

#s-5980b557-186a-46f8-8c25-1b289a3450c5 {
  margin-left: auto;
margin-right: auto;
}

#s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d {
    width: 100%;
    height: auto;
  }

  #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image {
    
    
  }


.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shogun-image-content {
  
    align-items: center;
  
}

.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container {
      position: relative;
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d {
    width: 100%;
    height: auto;
  }

  #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image {
    
    
  }


.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shogun-image-content {
  
    align-items: center;
  
}

.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container {
      position: relative;
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d {
    width: 100%;
    height: auto;
  }

  #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image {
    
    
  }


.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shogun-image-content {
  
    align-items: center;
  
}

.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container {
      position: relative;
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d {
    width: 100%;
    height: auto;
  }

  #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image {
    
    
  }


.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shogun-image-content {
  
    align-items: center;
  
}

.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container {
      position: relative;
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d {
    width: 100%;
    height: auto;
  }

  #s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image {
    
    
  }


.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d .shogun-image-content {
  
    align-items: center;
  
}

.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container {
      position: relative;
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be9ddcc1-4553-4c4f-98bf-ccf1c4fd002d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-054eba4d-50ec-4092-a5ae-c8395682930e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-054eba4d-50ec-4092-a5ae-c8395682930e .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-c32e2450-5174-43db-b476-8a9a96f8bdec {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-c32e2450-5174-43db-b476-8a9a96f8bdec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c32e2450-5174-43db-b476-8a9a96f8bdec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-c32e2450-5174-43db-b476-8a9a96f8bdec .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0d4b6231-d168-40f8-8a8b-033bc430f79c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0d4b6231-d168-40f8-8a8b-033bc430f79c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d4b6231-d168-40f8-8a8b-033bc430f79c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0d4b6231-d168-40f8-8a8b-033bc430f79c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d4b6231-d168-40f8-8a8b-033bc430f79c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d4b6231-d168-40f8-8a8b-033bc430f79c.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0d4b6231-d168-40f8-8a8b-033bc430f79c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0d4b6231-d168-40f8-8a8b-033bc430f79c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b0a143b2-eca1-4c30-afd9-5a33a1dae822 {
  margin-left: auto;
margin-right: auto;
}

#s-9fddbde1-c616-421b-ad92-d523dbd03491 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fddbde1-c616-421b-ad92-d523dbd03491 {
    width: 100%;
    height: auto;
  }

  #s-9fddbde1-c616-421b-ad92-d523dbd03491 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image {
    
    
  }


.s-9fddbde1-c616-421b-ad92-d523dbd03491 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fddbde1-c616-421b-ad92-d523dbd03491.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fddbde1-c616-421b-ad92-d523dbd03491 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container {
      position: relative;
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fddbde1-c616-421b-ad92-d523dbd03491 {
    width: 100%;
    height: auto;
  }

  #s-9fddbde1-c616-421b-ad92-d523dbd03491 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image {
    
    
  }


.s-9fddbde1-c616-421b-ad92-d523dbd03491 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fddbde1-c616-421b-ad92-d523dbd03491.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fddbde1-c616-421b-ad92-d523dbd03491 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container {
      position: relative;
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fddbde1-c616-421b-ad92-d523dbd03491 {
    width: 100%;
    height: auto;
  }

  #s-9fddbde1-c616-421b-ad92-d523dbd03491 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image {
    
    
  }


.s-9fddbde1-c616-421b-ad92-d523dbd03491 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fddbde1-c616-421b-ad92-d523dbd03491.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fddbde1-c616-421b-ad92-d523dbd03491 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container {
      position: relative;
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fddbde1-c616-421b-ad92-d523dbd03491 {
    width: 100%;
    height: auto;
  }

  #s-9fddbde1-c616-421b-ad92-d523dbd03491 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image {
    
    
  }


.s-9fddbde1-c616-421b-ad92-d523dbd03491 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fddbde1-c616-421b-ad92-d523dbd03491.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fddbde1-c616-421b-ad92-d523dbd03491 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container {
      position: relative;
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fddbde1-c616-421b-ad92-d523dbd03491 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fddbde1-c616-421b-ad92-d523dbd03491 {
    width: 100%;
    height: auto;
  }

  #s-9fddbde1-c616-421b-ad92-d523dbd03491 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image {
    
    
  }


.s-9fddbde1-c616-421b-ad92-d523dbd03491 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fddbde1-c616-421b-ad92-d523dbd03491.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fddbde1-c616-421b-ad92-d523dbd03491 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container {
      position: relative;
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fddbde1-c616-421b-ad92-d523dbd03491 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-09bf0341-2313-453e-aa3d-a35244b2a96d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09bf0341-2313-453e-aa3d-a35244b2a96d .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-a40bfc8b-dbba-4991-ae6f-3ce4796ea72b {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-a40bfc8b-dbba-4991-ae6f-3ce4796ea72b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a40bfc8b-dbba-4991-ae6f-3ce4796ea72b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-a40bfc8b-dbba-4991-ae6f-3ce4796ea72b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ca661bf7-8568-484a-98e6-a9f3e08661b8 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ca661bf7-8568-484a-98e6-a9f3e08661b8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca661bf7-8568-484a-98e6-a9f3e08661b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca661bf7-8568-484a-98e6-a9f3e08661b8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca661bf7-8568-484a-98e6-a9f3e08661b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca661bf7-8568-484a-98e6-a9f3e08661b8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ca661bf7-8568-484a-98e6-a9f3e08661b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca661bf7-8568-484a-98e6-a9f3e08661b8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fef38c78-f21c-4474-9e41-8d9f0c3e654a {
  margin-left: auto;
margin-right: auto;
}

#s-9fc02d42-143b-49ab-be8b-54c18aa262d8 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 {
    width: 100%;
    height: auto;
  }

  #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image {
    
    
  }


.s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container {
      position: relative;
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 {
    width: 100%;
    height: auto;
  }

  #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image {
    
    
  }


.s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container {
      position: relative;
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 {
    width: 100%;
    height: auto;
  }

  #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image {
    
    
  }


.s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container {
      position: relative;
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 {
    width: 100%;
    height: auto;
  }

  #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image {
    
    
  }


.s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container {
      position: relative;
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 {
    width: 100%;
    height: auto;
  }

  #s-9fc02d42-143b-49ab-be8b-54c18aa262d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image {
    
    
  }


.s-9fc02d42-143b-49ab-be8b-54c18aa262d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container {
      position: relative;
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9fc02d42-143b-49ab-be8b-54c18aa262d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6e8d23b7-e14c-47cd-a50e-e1e6934fbc8c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e8d23b7-e14c-47cd-a50e-e1e6934fbc8c .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-c19149eb-9748-4ec1-bbd2-037b3ab49aaa {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-c19149eb-9748-4ec1-bbd2-037b3ab49aaa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c19149eb-9748-4ec1-bbd2-037b3ab49aaa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-c19149eb-9748-4ec1-bbd2-037b3ab49aaa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5896faa6-1ef6-4465-b7dc-5180eb9fe147 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5896faa6-1ef6-4465-b7dc-5180eb9fe147:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5896faa6-1ef6-4465-b7dc-5180eb9fe147:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5896faa6-1ef6-4465-b7dc-5180eb9fe147 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5896faa6-1ef6-4465-b7dc-5180eb9fe147.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5896faa6-1ef6-4465-b7dc-5180eb9fe147.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-5896faa6-1ef6-4465-b7dc-5180eb9fe147.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5896faa6-1ef6-4465-b7dc-5180eb9fe147.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0d5ecc2d-0f98-4a35-b58e-05cf6dfa2f1e {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0d5ecc2d-0f98-4a35-b58e-05cf6dfa2f1e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-0d5ecc2d-0f98-4a35-b58e-05cf6dfa2f1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-0d5ecc2d-0f98-4a35-b58e-05cf6dfa2f1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-0d5ecc2d-0f98-4a35-b58e-05cf6dfa2f1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-04cb2904-408a-45a8-9ade-dee0a96fa472 {
  margin-left: auto;
margin-right: auto;
}

#s-a45603bc-8e88-4883-acd8-12b21ac414fb {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a45603bc-8e88-4883-acd8-12b21ac414fb {
    width: 100%;
    height: auto;
  }

  #s-a45603bc-8e88-4883-acd8-12b21ac414fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image {
    
    
  }


.s-a45603bc-8e88-4883-acd8-12b21ac414fb .shogun-image-content {
  
    align-items: center;
  
}

.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a45603bc-8e88-4883-acd8-12b21ac414fb {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container {
      position: relative;
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a45603bc-8e88-4883-acd8-12b21ac414fb {
    width: 100%;
    height: auto;
  }

  #s-a45603bc-8e88-4883-acd8-12b21ac414fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image {
    
    
  }


.s-a45603bc-8e88-4883-acd8-12b21ac414fb .shogun-image-content {
  
    align-items: center;
  
}

.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a45603bc-8e88-4883-acd8-12b21ac414fb {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container {
      position: relative;
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a45603bc-8e88-4883-acd8-12b21ac414fb {
    width: 100%;
    height: auto;
  }

  #s-a45603bc-8e88-4883-acd8-12b21ac414fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image {
    
    
  }


.s-a45603bc-8e88-4883-acd8-12b21ac414fb .shogun-image-content {
  
    align-items: center;
  
}

.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a45603bc-8e88-4883-acd8-12b21ac414fb {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container {
      position: relative;
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a45603bc-8e88-4883-acd8-12b21ac414fb {
    width: 100%;
    height: auto;
  }

  #s-a45603bc-8e88-4883-acd8-12b21ac414fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image {
    
    
  }


.s-a45603bc-8e88-4883-acd8-12b21ac414fb .shogun-image-content {
  
    align-items: center;
  
}

.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a45603bc-8e88-4883-acd8-12b21ac414fb {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container {
      position: relative;
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a45603bc-8e88-4883-acd8-12b21ac414fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a45603bc-8e88-4883-acd8-12b21ac414fb {
    width: 100%;
    height: auto;
  }

  #s-a45603bc-8e88-4883-acd8-12b21ac414fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image {
    
    
  }


.s-a45603bc-8e88-4883-acd8-12b21ac414fb .shogun-image-content {
  
    align-items: center;
  
}

.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a45603bc-8e88-4883-acd8-12b21ac414fb {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container {
      position: relative;
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a45603bc-8e88-4883-acd8-12b21ac414fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d35dfafb-fa44-45ed-be59-bc2d9a364d01 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d35dfafb-fa44-45ed-be59-bc2d9a364d01 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-adcc0f6c-dd4c-4881-925b-c3d2117bd576 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-adcc0f6c-dd4c-4881-925b-c3d2117bd576 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-adcc0f6c-dd4c-4881-925b-c3d2117bd576 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-adcc0f6c-dd4c-4881-925b-c3d2117bd576 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-433a6afe-53b5-40d2-ac23-bb49d4e9c836 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-433a6afe-53b5-40d2-ac23-bb49d4e9c836:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-433a6afe-53b5-40d2-ac23-bb49d4e9c836:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-433a6afe-53b5-40d2-ac23-bb49d4e9c836 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-433a6afe-53b5-40d2-ac23-bb49d4e9c836.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-433a6afe-53b5-40d2-ac23-bb49d4e9c836.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-433a6afe-53b5-40d2-ac23-bb49d4e9c836.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-433a6afe-53b5-40d2-ac23-bb49d4e9c836.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7166a1ea-48e9-433c-a066-5539fc59b3fc {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7166a1ea-48e9-433c-a066-5539fc59b3fc {
    width: 100%;
    height: auto;
  }

  #s-7166a1ea-48e9-433c-a066-5539fc59b3fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image {
    
    
  }


.s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shogun-image-content {
  
    align-items: center;
  
}

.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container {
      position: relative;
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7166a1ea-48e9-433c-a066-5539fc59b3fc {
    width: 100%;
    height: auto;
  }

  #s-7166a1ea-48e9-433c-a066-5539fc59b3fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image {
    
    
  }


.s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shogun-image-content {
  
    align-items: center;
  
}

.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container {
      position: relative;
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7166a1ea-48e9-433c-a066-5539fc59b3fc {
    width: 100%;
    height: auto;
  }

  #s-7166a1ea-48e9-433c-a066-5539fc59b3fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image {
    
    
  }


.s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shogun-image-content {
  
    align-items: center;
  
}

.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container {
      position: relative;
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7166a1ea-48e9-433c-a066-5539fc59b3fc {
    width: 100%;
    height: auto;
  }

  #s-7166a1ea-48e9-433c-a066-5539fc59b3fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image {
    
    
  }


.s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shogun-image-content {
  
    align-items: center;
  
}

.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container {
      position: relative;
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7166a1ea-48e9-433c-a066-5539fc59b3fc {
    width: 100%;
    height: auto;
  }

  #s-7166a1ea-48e9-433c-a066-5539fc59b3fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image {
    
    
  }


.s-7166a1ea-48e9-433c-a066-5539fc59b3fc .shogun-image-content {
  
    align-items: center;
  
}

.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container {
      position: relative;
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7166a1ea-48e9-433c-a066-5539fc59b3fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3608b053-dd1a-48bc-bcc3-50644797f5c9 {
  margin-left: auto;
margin-right: auto;
}

#s-0076d19c-f60c-49df-9482-a7ba4e02ab9a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0076d19c-f60c-49df-9482-a7ba4e02ab9a .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-dbfa6f0c-8975-4a7a-9222-60fe09113156 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-dbfa6f0c-8975-4a7a-9222-60fe09113156 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dbfa6f0c-8975-4a7a-9222-60fe09113156 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-dbfa6f0c-8975-4a7a-9222-60fe09113156 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7a51017a-f299-41f4-92f5-248b61ae8ad6 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7a51017a-f299-41f4-92f5-248b61ae8ad6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a51017a-f299-41f4-92f5-248b61ae8ad6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a51017a-f299-41f4-92f5-248b61ae8ad6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a51017a-f299-41f4-92f5-248b61ae8ad6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a51017a-f299-41f4-92f5-248b61ae8ad6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-7a51017a-f299-41f4-92f5-248b61ae8ad6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a51017a-f299-41f4-92f5-248b61ae8ad6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0d42cc80-0356-46db-ba74-c0663f604d22 {
  margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0d42cc80-0356-46db-ba74-c0663f604d22"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-0d42cc80-0356-46db-ba74-c0663f604d22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-0d42cc80-0356-46db-ba74-c0663f604d22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-0d42cc80-0356-46db-ba74-c0663f604d22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-b55b623b-02ab-4316-ad79-60df88efc709 {
  margin-left: auto;
margin-right: auto;
}

#s-2be511cf-9b23-4dd6-8876-7acc4354e390 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2be511cf-9b23-4dd6-8876-7acc4354e390 {
    width: 100%;
    height: auto;
  }

  #s-2be511cf-9b23-4dd6-8876-7acc4354e390 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image {
    
    
  }


.s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shogun-image-content {
  
    align-items: center;
  
}

.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2be511cf-9b23-4dd6-8876-7acc4354e390 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container {
      position: relative;
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2be511cf-9b23-4dd6-8876-7acc4354e390 {
    width: 100%;
    height: auto;
  }

  #s-2be511cf-9b23-4dd6-8876-7acc4354e390 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image {
    
    
  }


.s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shogun-image-content {
  
    align-items: center;
  
}

.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2be511cf-9b23-4dd6-8876-7acc4354e390 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container {
      position: relative;
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2be511cf-9b23-4dd6-8876-7acc4354e390 {
    width: 100%;
    height: auto;
  }

  #s-2be511cf-9b23-4dd6-8876-7acc4354e390 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image {
    
    
  }


.s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shogun-image-content {
  
    align-items: center;
  
}

.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2be511cf-9b23-4dd6-8876-7acc4354e390 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container {
      position: relative;
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2be511cf-9b23-4dd6-8876-7acc4354e390 {
    width: 100%;
    height: auto;
  }

  #s-2be511cf-9b23-4dd6-8876-7acc4354e390 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image {
    
    
  }


.s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shogun-image-content {
  
    align-items: center;
  
}

.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2be511cf-9b23-4dd6-8876-7acc4354e390 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container {
      position: relative;
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2be511cf-9b23-4dd6-8876-7acc4354e390 {
    width: 100%;
    height: auto;
  }

  #s-2be511cf-9b23-4dd6-8876-7acc4354e390 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image {
    
    
  }


.s-2be511cf-9b23-4dd6-8876-7acc4354e390 .shogun-image-content {
  
    align-items: center;
  
}

.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2be511cf-9b23-4dd6-8876-7acc4354e390 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container {
      position: relative;
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2be511cf-9b23-4dd6-8876-7acc4354e390 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a74d9f22-1d52-4dcb-9bd3-6b8dbb503258 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a74d9f22-1d52-4dcb-9bd3-6b8dbb503258 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-07308adb-27ed-4479-90b6-4b2830eb6d9f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-07308adb-27ed-4479-90b6-4b2830eb6d9f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07308adb-27ed-4479-90b6-4b2830eb6d9f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-07308adb-27ed-4479-90b6-4b2830eb6d9f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9172677c-4f3f-4dda-855a-3332e7bf7fe2 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9172677c-4f3f-4dda-855a-3332e7bf7fe2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9172677c-4f3f-4dda-855a-3332e7bf7fe2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9172677c-4f3f-4dda-855a-3332e7bf7fe2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9172677c-4f3f-4dda-855a-3332e7bf7fe2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9172677c-4f3f-4dda-855a-3332e7bf7fe2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-9172677c-4f3f-4dda-855a-3332e7bf7fe2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9172677c-4f3f-4dda-855a-3332e7bf7fe2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d27200c8-cf9a-48e8-beba-471ae2f50f6c {
  margin-left: auto;
margin-right: auto;
}

#s-3e31571b-74e1-4abf-9706-d6779632cbcd {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e31571b-74e1-4abf-9706-d6779632cbcd {
    width: 100%;
    height: auto;
  }

  #s-3e31571b-74e1-4abf-9706-d6779632cbcd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image {
    
    
  }


.s-3e31571b-74e1-4abf-9706-d6779632cbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e31571b-74e1-4abf-9706-d6779632cbcd {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container {
      position: relative;
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e31571b-74e1-4abf-9706-d6779632cbcd {
    width: 100%;
    height: auto;
  }

  #s-3e31571b-74e1-4abf-9706-d6779632cbcd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image {
    
    
  }


.s-3e31571b-74e1-4abf-9706-d6779632cbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e31571b-74e1-4abf-9706-d6779632cbcd {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container {
      position: relative;
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e31571b-74e1-4abf-9706-d6779632cbcd {
    width: 100%;
    height: auto;
  }

  #s-3e31571b-74e1-4abf-9706-d6779632cbcd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image {
    
    
  }


.s-3e31571b-74e1-4abf-9706-d6779632cbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e31571b-74e1-4abf-9706-d6779632cbcd {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container {
      position: relative;
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e31571b-74e1-4abf-9706-d6779632cbcd {
    width: 100%;
    height: auto;
  }

  #s-3e31571b-74e1-4abf-9706-d6779632cbcd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image {
    
    
  }


.s-3e31571b-74e1-4abf-9706-d6779632cbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e31571b-74e1-4abf-9706-d6779632cbcd {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container {
      position: relative;
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e31571b-74e1-4abf-9706-d6779632cbcd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e31571b-74e1-4abf-9706-d6779632cbcd {
    width: 100%;
    height: auto;
  }

  #s-3e31571b-74e1-4abf-9706-d6779632cbcd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image {
    
    
  }


.s-3e31571b-74e1-4abf-9706-d6779632cbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e31571b-74e1-4abf-9706-d6779632cbcd {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container {
      position: relative;
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e31571b-74e1-4abf-9706-d6779632cbcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-695ca725-001c-41a4-b708-9908f9535df9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-695ca725-001c-41a4-b708-9908f9535df9 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-963afdb4-40cb-4852-8009-0d01282000f8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-963afdb4-40cb-4852-8009-0d01282000f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-963afdb4-40cb-4852-8009-0d01282000f8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-963afdb4-40cb-4852-8009-0d01282000f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0d88d0a4-c2bb-4f67-b1be-caa4a96a68fc {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0d88d0a4-c2bb-4f67-b1be-caa4a96a68fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d88d0a4-c2bb-4f67-b1be-caa4a96a68fc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0d88d0a4-c2bb-4f67-b1be-caa4a96a68fc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d88d0a4-c2bb-4f67-b1be-caa4a96a68fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d88d0a4-c2bb-4f67-b1be-caa4a96a68fc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0d88d0a4-c2bb-4f67-b1be-caa4a96a68fc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0d88d0a4-c2bb-4f67-b1be-caa4a96a68fc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1588eafc-2463-4825-b2d5-b6fc340432bf {
  margin-left: auto;
margin-right: auto;
}

#s-23b12a8e-352d-49dd-b619-58fd915f923a {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-23b12a8e-352d-49dd-b619-58fd915f923a {
    width: 100%;
    height: auto;
  }

  #s-23b12a8e-352d-49dd-b619-58fd915f923a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image {
    
    
  }


.s-23b12a8e-352d-49dd-b619-58fd915f923a .shogun-image-content {
  
    align-items: center;
  
}

.s-23b12a8e-352d-49dd-b619-58fd915f923a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23b12a8e-352d-49dd-b619-58fd915f923a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container {
      position: relative;
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-23b12a8e-352d-49dd-b619-58fd915f923a {
    width: 100%;
    height: auto;
  }

  #s-23b12a8e-352d-49dd-b619-58fd915f923a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image {
    
    
  }


.s-23b12a8e-352d-49dd-b619-58fd915f923a .shogun-image-content {
  
    align-items: center;
  
}

.s-23b12a8e-352d-49dd-b619-58fd915f923a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23b12a8e-352d-49dd-b619-58fd915f923a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container {
      position: relative;
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-23b12a8e-352d-49dd-b619-58fd915f923a {
    width: 100%;
    height: auto;
  }

  #s-23b12a8e-352d-49dd-b619-58fd915f923a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image {
    
    
  }


.s-23b12a8e-352d-49dd-b619-58fd915f923a .shogun-image-content {
  
    align-items: center;
  
}

.s-23b12a8e-352d-49dd-b619-58fd915f923a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23b12a8e-352d-49dd-b619-58fd915f923a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container {
      position: relative;
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-23b12a8e-352d-49dd-b619-58fd915f923a {
    width: 100%;
    height: auto;
  }

  #s-23b12a8e-352d-49dd-b619-58fd915f923a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image {
    
    
  }


.s-23b12a8e-352d-49dd-b619-58fd915f923a .shogun-image-content {
  
    align-items: center;
  
}

.s-23b12a8e-352d-49dd-b619-58fd915f923a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23b12a8e-352d-49dd-b619-58fd915f923a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container {
      position: relative;
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23b12a8e-352d-49dd-b619-58fd915f923a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-23b12a8e-352d-49dd-b619-58fd915f923a {
    width: 100%;
    height: auto;
  }

  #s-23b12a8e-352d-49dd-b619-58fd915f923a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image {
    
    
  }


.s-23b12a8e-352d-49dd-b619-58fd915f923a .shogun-image-content {
  
    align-items: center;
  
}

.s-23b12a8e-352d-49dd-b619-58fd915f923a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23b12a8e-352d-49dd-b619-58fd915f923a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container {
      position: relative;
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23b12a8e-352d-49dd-b619-58fd915f923a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-792e5d7a-fa3f-499c-a7ac-5e878680a586 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-792e5d7a-fa3f-499c-a7ac-5e878680a586 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-54ed8be0-2788-4d72-a46a-48e992f55beb {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-54ed8be0-2788-4d72-a46a-48e992f55beb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-54ed8be0-2788-4d72-a46a-48e992f55beb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-54ed8be0-2788-4d72-a46a-48e992f55beb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-65adb008-0274-4051-a596-b25da1cce415 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-65adb008-0274-4051-a596-b25da1cce415:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65adb008-0274-4051-a596-b25da1cce415:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-65adb008-0274-4051-a596-b25da1cce415 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65adb008-0274-4051-a596-b25da1cce415.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65adb008-0274-4051-a596-b25da1cce415.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-65adb008-0274-4051-a596-b25da1cce415.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65adb008-0274-4051-a596-b25da1cce415.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-05dbb8fd-4404-4700-ba1f-170a65f9c614 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 13%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-05dbb8fd-4404-4700-ba1f-170a65f9c614"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-05dbb8fd-4404-4700-ba1f-170a65f9c614"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-05dbb8fd-4404-4700-ba1f-170a65f9c614"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-05dbb8fd-4404-4700-ba1f-170a65f9c614"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-789ffe0d-9823-41e3-97aa-d23b4a875edb {
  margin-left: 0%;
margin-right: 0%;
}

#s-e0c68d64-bade-42e3-83dc-9e564eecfa38 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 {
    width: 100%;
    height: auto;
  }

  #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image {
    
    
  }


.s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container {
      position: relative;
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 {
    width: 100%;
    height: auto;
  }

  #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image {
    
    
  }


.s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container {
      position: relative;
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 {
    width: 100%;
    height: auto;
  }

  #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image {
    
    
  }


.s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container {
      position: relative;
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 {
    width: 100%;
    height: auto;
  }

  #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image {
    
    
  }


.s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container {
      position: relative;
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 {
    width: 100%;
    height: auto;
  }

  #s-e0c68d64-bade-42e3-83dc-9e564eecfa38 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image {
    
    
  }


.s-e0c68d64-bade-42e3-83dc-9e564eecfa38 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container {
      position: relative;
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0c68d64-bade-42e3-83dc-9e564eecfa38 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8b7d169e-79d8-4513-93f5-e1d9f7fbdefa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b7d169e-79d8-4513-93f5-e1d9f7fbdefa .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-5c062d0d-7808-434e-9eb6-140cc1d7fd3e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-5c062d0d-7808-434e-9eb6-140cc1d7fd3e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5c062d0d-7808-434e-9eb6-140cc1d7fd3e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-5c062d0d-7808-434e-9eb6-140cc1d7fd3e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9209b01a-427b-488b-a9e0-5c2f915c6eb5 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9209b01a-427b-488b-a9e0-5c2f915c6eb5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9209b01a-427b-488b-a9e0-5c2f915c6eb5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9209b01a-427b-488b-a9e0-5c2f915c6eb5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9209b01a-427b-488b-a9e0-5c2f915c6eb5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9209b01a-427b-488b-a9e0-5c2f915c6eb5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-9209b01a-427b-488b-a9e0-5c2f915c6eb5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9209b01a-427b-488b-a9e0-5c2f915c6eb5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d866f53c-9445-4f13-a9d2-cc2454692a60 {
  margin-left: auto;
margin-right: auto;
}

#s-822b9d3e-0fba-486c-873e-a3cbd479dc2d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-822b9d3e-0fba-486c-873e-a3cbd479dc2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-822b9d3e-0fba-486c-873e-a3cbd479dc2d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-822b9d3e-0fba-486c-873e-a3cbd479dc2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-822b9d3e-0fba-486c-873e-a3cbd479dc2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-822b9d3e-0fba-486c-873e-a3cbd479dc2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-822b9d3e-0fba-486c-873e-a3cbd479dc2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-822b9d3e-0fba-486c-873e-a3cbd479dc2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-822b9d3e-0fba-486c-873e-a3cbd479dc2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-822b9d3e-0fba-486c-873e-a3cbd479dc2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-822b9d3e-0fba-486c-873e-a3cbd479dc2d img.shogun-image {
  width: 100%;
}



}
#s-de180684-8583-4b4d-ab30-220b59873429 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de180684-8583-4b4d-ab30-220b59873429 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-154ab2a9-aa0a-4db6-ab5d-1c318fc4de15 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-154ab2a9-aa0a-4db6-ab5d-1c318fc4de15 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-154ab2a9-aa0a-4db6-ab5d-1c318fc4de15 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-154ab2a9-aa0a-4db6-ab5d-1c318fc4de15 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ab68ba53-a07f-4ca6-bc4e-6941fd57ba12 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ab68ba53-a07f-4ca6-bc4e-6941fd57ba12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ab68ba53-a07f-4ca6-bc4e-6941fd57ba12:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ab68ba53-a07f-4ca6-bc4e-6941fd57ba12 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab68ba53-a07f-4ca6-bc4e-6941fd57ba12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab68ba53-a07f-4ca6-bc4e-6941fd57ba12.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ab68ba53-a07f-4ca6-bc4e-6941fd57ba12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab68ba53-a07f-4ca6-bc4e-6941fd57ba12.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0880463d-d2fa-4981-b09b-c41695c4b977 {
  margin-left: auto;
margin-right: auto;
}

#s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e {
    width: 100%;
    height: auto;
  }

  #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image {
    
    
  }


.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shogun-image-content {
  
    align-items: center;
  
}

.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container {
      position: relative;
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e {
    width: 100%;
    height: auto;
  }

  #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image {
    
    
  }


.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shogun-image-content {
  
    align-items: center;
  
}

.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container {
      position: relative;
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e {
    width: 100%;
    height: auto;
  }

  #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image {
    
    
  }


.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shogun-image-content {
  
    align-items: center;
  
}

.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container {
      position: relative;
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e {
    width: 100%;
    height: auto;
  }

  #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image {
    
    
  }


.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shogun-image-content {
  
    align-items: center;
  
}

.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container {
      position: relative;
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e {
    width: 100%;
    height: auto;
  }

  #s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image {
    
    
  }


.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e .shogun-image-content {
  
    align-items: center;
  
}

.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container {
      position: relative;
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f95b09de-5df2-4aa4-934a-c85beb1bbe4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-762c4ab3-e6eb-40e0-a9fc-c9f01404aedc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-762c4ab3-e6eb-40e0-a9fc-c9f01404aedc .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-1a785d39-9526-44a7-90b3-e04b258fe9f9 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-1a785d39-9526-44a7-90b3-e04b258fe9f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1a785d39-9526-44a7-90b3-e04b258fe9f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-1a785d39-9526-44a7-90b3-e04b258fe9f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-759969aa-c77c-4f50-ad49-aa169d673bd7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-759969aa-c77c-4f50-ad49-aa169d673bd7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-759969aa-c77c-4f50-ad49-aa169d673bd7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-759969aa-c77c-4f50-ad49-aa169d673bd7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-759969aa-c77c-4f50-ad49-aa169d673bd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-759969aa-c77c-4f50-ad49-aa169d673bd7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-759969aa-c77c-4f50-ad49-aa169d673bd7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-759969aa-c77c-4f50-ad49-aa169d673bd7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cc2ce59e-aa0c-4080-80be-fd5ad06e7bc4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 12.5%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cc2ce59e-aa0c-4080-80be-fd5ad06e7bc4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-cc2ce59e-aa0c-4080-80be-fd5ad06e7bc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-cc2ce59e-aa0c-4080-80be-fd5ad06e7bc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-cc2ce59e-aa0c-4080-80be-fd5ad06e7bc4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-06b83f3b-1e32-4a61-b26e-636e7841b262 {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/2115;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06b83f3b-1e32-4a61-b26e-636e7841b262 {
    width: 100%;
    height: auto;
  }

  #s-06b83f3b-1e32-4a61-b26e-636e7841b262 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image {
    
    
  }


.s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b83f3b-1e32-4a61-b26e-636e7841b262 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container {
      position: relative;
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06b83f3b-1e32-4a61-b26e-636e7841b262 {
    width: 100%;
    height: auto;
  }

  #s-06b83f3b-1e32-4a61-b26e-636e7841b262 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image {
    
    
  }


.s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b83f3b-1e32-4a61-b26e-636e7841b262 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container {
      position: relative;
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06b83f3b-1e32-4a61-b26e-636e7841b262 {
    width: 100%;
    height: auto;
  }

  #s-06b83f3b-1e32-4a61-b26e-636e7841b262 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image {
    
    
  }


.s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b83f3b-1e32-4a61-b26e-636e7841b262 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container {
      position: relative;
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06b83f3b-1e32-4a61-b26e-636e7841b262 {
    width: 100%;
    height: auto;
  }

  #s-06b83f3b-1e32-4a61-b26e-636e7841b262 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image {
    
    
  }


.s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b83f3b-1e32-4a61-b26e-636e7841b262 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container {
      position: relative;
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shg-image-content-wrapper {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }

    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shogun-image-link {
      aspect-ratio: 998/2115;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-06b83f3b-1e32-4a61-b26e-636e7841b262 {
    width: 100%;
    height: auto;
  }

  #s-06b83f3b-1e32-4a61-b26e-636e7841b262 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image {
    
    
  }


.s-06b83f3b-1e32-4a61-b26e-636e7841b262 .shogun-image-content {
  
    align-items: center;
  
}

.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06b83f3b-1e32-4a61-b26e-636e7841b262 {
      --shg-aspect-ratio: calc(998/2115); 
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container {
      position: relative;
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06b83f3b-1e32-4a61-b26e-636e7841b262 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-45a569f1-b2dd-456b-8fa9-592c28144c8d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-45a569f1-b2dd-456b-8fa9-592c28144c8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45a569f1-b2dd-456b-8fa9-592c28144c8d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-45a569f1-b2dd-456b-8fa9-592c28144c8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45a569f1-b2dd-456b-8fa9-592c28144c8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45a569f1-b2dd-456b-8fa9-592c28144c8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45a569f1-b2dd-456b-8fa9-592c28144c8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45a569f1-b2dd-456b-8fa9-592c28144c8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45a569f1-b2dd-456b-8fa9-592c28144c8d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-45a569f1-b2dd-456b-8fa9-592c28144c8d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-45a569f1-b2dd-456b-8fa9-592c28144c8d img.shogun-image {
  width: 100%;
}



}
#s-4a5b3b90-26a2-41eb-918d-cc34373cbe49 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 14%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a5b3b90-26a2-41eb-918d-cc34373cbe49 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-ac33e2cc-df6e-420f-b16b-98f3cbeb80ee {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-ac33e2cc-df6e-420f-b16b-98f3cbeb80ee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ac33e2cc-df6e-420f-b16b-98f3cbeb80ee .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-ac33e2cc-df6e-420f-b16b-98f3cbeb80ee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ad6ffd18-daea-4b3c-8314-7b451ace6381 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ad6ffd18-daea-4b3c-8314-7b451ace6381:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad6ffd18-daea-4b3c-8314-7b451ace6381:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad6ffd18-daea-4b3c-8314-7b451ace6381 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad6ffd18-daea-4b3c-8314-7b451ace6381.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad6ffd18-daea-4b3c-8314-7b451ace6381.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ad6ffd18-daea-4b3c-8314-7b451ace6381.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ad6ffd18-daea-4b3c-8314-7b451ace6381.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0dd319e1-cf92-4c77-ba0e-b0464b173473 {
  margin-left: 0%;
margin-right: 0%;
}

#s-c4ee48ca-f2f9-432c-b95f-850679f3489e {
  margin-left: auto;
margin-right: auto;
max-width: 984px;
aspect-ratio: 984/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4ee48ca-f2f9-432c-b95f-850679f3489e {
    width: 100%;
    height: auto;
  }

  #s-c4ee48ca-f2f9-432c-b95f-850679f3489e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image {
    
    
  }


.s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shogun-image-content {
  
    align-items: center;
  
}

.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container {
      position: relative;
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4ee48ca-f2f9-432c-b95f-850679f3489e {
    width: 100%;
    height: auto;
  }

  #s-c4ee48ca-f2f9-432c-b95f-850679f3489e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image {
    
    
  }


.s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shogun-image-content {
  
    align-items: center;
  
}

.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container {
      position: relative;
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4ee48ca-f2f9-432c-b95f-850679f3489e {
    width: 100%;
    height: auto;
  }

  #s-c4ee48ca-f2f9-432c-b95f-850679f3489e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image {
    
    
  }


.s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shogun-image-content {
  
    align-items: center;
  
}

.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container {
      position: relative;
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4ee48ca-f2f9-432c-b95f-850679f3489e {
    width: 100%;
    height: auto;
  }

  #s-c4ee48ca-f2f9-432c-b95f-850679f3489e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image {
    
    
  }


.s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shogun-image-content {
  
    align-items: center;
  
}

.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container {
      position: relative;
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c4ee48ca-f2f9-432c-b95f-850679f3489e {
    width: 100%;
    height: auto;
  }

  #s-c4ee48ca-f2f9-432c-b95f-850679f3489e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image {
    
    
  }


.s-c4ee48ca-f2f9-432c-b95f-850679f3489e .shogun-image-content {
  
    align-items: center;
  
}

.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container {
      position: relative;
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4ee48ca-f2f9-432c-b95f-850679f3489e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6adb7cba-cd91-4502-bc61-0eace87b89e8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6adb7cba-cd91-4502-bc61-0eace87b89e8 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}



#s-619fa831-827a-4081-82c6-8863ebab6dcc {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-619fa831-827a-4081-82c6-8863ebab6dcc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-619fa831-827a-4081-82c6-8863ebab6dcc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-619fa831-827a-4081-82c6-8863ebab6dcc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-968c3a4c-0976-4992-9db0-81f58c4df66f {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-968c3a4c-0976-4992-9db0-81f58c4df66f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-968c3a4c-0976-4992-9db0-81f58c4df66f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-968c3a4c-0976-4992-9db0-81f58c4df66f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-968c3a4c-0976-4992-9db0-81f58c4df66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-968c3a4c-0976-4992-9db0-81f58c4df66f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-968c3a4c-0976-4992-9db0-81f58c4df66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-968c3a4c-0976-4992-9db0-81f58c4df66f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fb7e069a-0467-464d-9bb1-906e1fa50998 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 7%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb7e069a-0467-464d-9bb1-906e1fa50998 {
  display: none;
}
#s-fb7e069a-0467-464d-9bb1-906e1fa50998, #wrap-s-fb7e069a-0467-464d-9bb1-906e1fa50998 { display: none !important; }}@media (max-width: 767px){#s-fb7e069a-0467-464d-9bb1-906e1fa50998 {
  display: none;
}
#s-fb7e069a-0467-464d-9bb1-906e1fa50998, #wrap-s-fb7e069a-0467-464d-9bb1-906e1fa50998 { display: none !important; }}







#s-fb7e069a-0467-464d-9bb1-906e1fa50998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb7e069a-0467-464d-9bb1-906e1fa50998.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b6e5dbf-eef4-4423-8d27-e8fe9128e7e1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b6e5dbf-eef4-4423-8d27-e8fe9128e7e1 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 2px;
  
}



#s-303cb4af-e7f0-460f-90ff-4e1986cd5f32 {
  margin-left: 10%;
margin-right: 10%;
}

#s-5e2fa83d-805c-458e-aa3c-8d3aadbd8755 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-5e2fa83d-805c-458e-aa3c-8d3aadbd8755 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5e2fa83d-805c-458e-aa3c-8d3aadbd8755 .shg-sld-nav-button.shg-sld-left,
#s-5e2fa83d-805c-458e-aa3c-8d3aadbd8755 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-98fad615-4086-40f0-a2ea-6f81f26097df {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-98fad615-4086-40f0-a2ea-6f81f26097df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-98fad615-4086-40f0-a2ea-6f81f26097df"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-98fad615-4086-40f0-a2ea-6f81f26097df"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-98fad615-4086-40f0-a2ea-6f81f26097df"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-34a92b1d-ff19-4cd3-a52e-d90903dbe1f1 {
  margin-left: auto;
margin-right: auto;
}

#s-36179b82-9f77-433f-aa84-c2374c9c0c42 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-36179b82-9f77-433f-aa84-c2374c9c0c42 {
    width: 100%;
    height: auto;
  }

  #s-36179b82-9f77-433f-aa84-c2374c9c0c42 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image {
    
    
  }


.s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shogun-image-content {
  
    align-items: center;
  
}

.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36179b82-9f77-433f-aa84-c2374c9c0c42 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container {
      position: relative;
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-36179b82-9f77-433f-aa84-c2374c9c0c42 {
    width: 100%;
    height: auto;
  }

  #s-36179b82-9f77-433f-aa84-c2374c9c0c42 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image {
    
    
  }


.s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shogun-image-content {
  
    align-items: center;
  
}

.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36179b82-9f77-433f-aa84-c2374c9c0c42 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container {
      position: relative;
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-36179b82-9f77-433f-aa84-c2374c9c0c42 {
    width: 100%;
    height: auto;
  }

  #s-36179b82-9f77-433f-aa84-c2374c9c0c42 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image {
    
    
  }


.s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shogun-image-content {
  
    align-items: center;
  
}

.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36179b82-9f77-433f-aa84-c2374c9c0c42 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container {
      position: relative;
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-36179b82-9f77-433f-aa84-c2374c9c0c42 {
    width: 100%;
    height: auto;
  }

  #s-36179b82-9f77-433f-aa84-c2374c9c0c42 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image {
    
    
  }


.s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shogun-image-content {
  
    align-items: center;
  
}

.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36179b82-9f77-433f-aa84-c2374c9c0c42 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container {
      position: relative;
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-36179b82-9f77-433f-aa84-c2374c9c0c42 {
    width: 100%;
    height: auto;
  }

  #s-36179b82-9f77-433f-aa84-c2374c9c0c42 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image {
    
    
  }


.s-36179b82-9f77-433f-aa84-c2374c9c0c42 .shogun-image-content {
  
    align-items: center;
  
}

.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36179b82-9f77-433f-aa84-c2374c9c0c42 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container {
      position: relative;
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36179b82-9f77-433f-aa84-c2374c9c0c42 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-abb1a183-4341-473c-aa39-fad88b8479f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abb1a183-4341-473c-aa39-fad88b8479f8 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-7d41201d-6bbf-46e2-b926-5f87def2a9a4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-7d41201d-6bbf-46e2-b926-5f87def2a9a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7d41201d-6bbf-46e2-b926-5f87def2a9a4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7d41201d-6bbf-46e2-b926-5f87def2a9a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d690593a-ae7e-4575-b194-f4fa18e1cafa {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d690593a-ae7e-4575-b194-f4fa18e1cafa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d690593a-ae7e-4575-b194-f4fa18e1cafa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d690593a-ae7e-4575-b194-f4fa18e1cafa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d690593a-ae7e-4575-b194-f4fa18e1cafa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d690593a-ae7e-4575-b194-f4fa18e1cafa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d690593a-ae7e-4575-b194-f4fa18e1cafa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d690593a-ae7e-4575-b194-f4fa18e1cafa.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-de8d62d2-b5da-4e06-8a57-6686ea8f2aac {
  margin-left: auto;
margin-right: auto;
}

#s-a9dd8c65-f530-493a-afe9-c718511e9312 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a9dd8c65-f530-493a-afe9-c718511e9312 {
    width: 100%;
    height: auto;
  }

  #s-a9dd8c65-f530-493a-afe9-c718511e9312 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image {
    
    
  }


.s-a9dd8c65-f530-493a-afe9-c718511e9312 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9dd8c65-f530-493a-afe9-c718511e9312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9dd8c65-f530-493a-afe9-c718511e9312 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container {
      position: relative;
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a9dd8c65-f530-493a-afe9-c718511e9312 {
    width: 100%;
    height: auto;
  }

  #s-a9dd8c65-f530-493a-afe9-c718511e9312 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image {
    
    
  }


.s-a9dd8c65-f530-493a-afe9-c718511e9312 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9dd8c65-f530-493a-afe9-c718511e9312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9dd8c65-f530-493a-afe9-c718511e9312 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container {
      position: relative;
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a9dd8c65-f530-493a-afe9-c718511e9312 {
    width: 100%;
    height: auto;
  }

  #s-a9dd8c65-f530-493a-afe9-c718511e9312 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image {
    
    
  }


.s-a9dd8c65-f530-493a-afe9-c718511e9312 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9dd8c65-f530-493a-afe9-c718511e9312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9dd8c65-f530-493a-afe9-c718511e9312 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container {
      position: relative;
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a9dd8c65-f530-493a-afe9-c718511e9312 {
    width: 100%;
    height: auto;
  }

  #s-a9dd8c65-f530-493a-afe9-c718511e9312 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image {
    
    
  }


.s-a9dd8c65-f530-493a-afe9-c718511e9312 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9dd8c65-f530-493a-afe9-c718511e9312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9dd8c65-f530-493a-afe9-c718511e9312 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container {
      position: relative;
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9dd8c65-f530-493a-afe9-c718511e9312 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a9dd8c65-f530-493a-afe9-c718511e9312 {
    width: 100%;
    height: auto;
  }

  #s-a9dd8c65-f530-493a-afe9-c718511e9312 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image {
    
    
  }


.s-a9dd8c65-f530-493a-afe9-c718511e9312 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9dd8c65-f530-493a-afe9-c718511e9312.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9dd8c65-f530-493a-afe9-c718511e9312 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container {
      position: relative;
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9dd8c65-f530-493a-afe9-c718511e9312 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-65c7b1ae-e7aa-425b-b10b-a4b68e4e9272 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65c7b1ae-e7aa-425b-b10b-a4b68e4e9272 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-cbad381a-d694-42cc-a852-0055c9a798ba {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-cbad381a-d694-42cc-a852-0055c9a798ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cbad381a-d694-42cc-a852-0055c9a798ba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-cbad381a-d694-42cc-a852-0055c9a798ba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-da35f5d6-ea76-4f40-91ad-6c939a5cc140 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-da35f5d6-ea76-4f40-91ad-6c939a5cc140:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da35f5d6-ea76-4f40-91ad-6c939a5cc140:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da35f5d6-ea76-4f40-91ad-6c939a5cc140 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-da35f5d6-ea76-4f40-91ad-6c939a5cc140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da35f5d6-ea76-4f40-91ad-6c939a5cc140.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-da35f5d6-ea76-4f40-91ad-6c939a5cc140.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-da35f5d6-ea76-4f40-91ad-6c939a5cc140.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-31076f40-b5c2-4792-81c8-968565603ad1 {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-31076f40-b5c2-4792-81c8-968565603ad1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-31076f40-b5c2-4792-81c8-968565603ad1"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-31076f40-b5c2-4792-81c8-968565603ad1"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-31076f40-b5c2-4792-81c8-968565603ad1"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-777dc4cd-5cbf-4a7a-9643-24716e4fd1bc {
  margin-left: auto;
margin-right: auto;
}

#s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 {
    width: 100%;
    height: auto;
  }

  #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image {
    
    
  }


.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container {
      position: relative;
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 {
    width: 100%;
    height: auto;
  }

  #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image {
    
    
  }


.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container {
      position: relative;
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 {
    width: 100%;
    height: auto;
  }

  #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image {
    
    
  }


.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container {
      position: relative;
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 {
    width: 100%;
    height: auto;
  }

  #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image {
    
    
  }


.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container {
      position: relative;
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 {
    width: 100%;
    height: auto;
  }

  #s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image {
    
    
  }


.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container {
      position: relative;
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1637ecb8-d2bc-4af4-9775-8df7df7079e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-55d71f29-ac9d-4601-abf6-9e5b7e4bf307 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55d71f29-ac9d-4601-abf6-9e5b7e4bf307 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-253f49d9-93fc-4e3d-8bc8-5640ca8b9fb2 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-253f49d9-93fc-4e3d-8bc8-5640ca8b9fb2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-253f49d9-93fc-4e3d-8bc8-5640ca8b9fb2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-253f49d9-93fc-4e3d-8bc8-5640ca8b9fb2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d832ea6a-b896-412f-bed2-30e7850d0590 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d832ea6a-b896-412f-bed2-30e7850d0590:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d832ea6a-b896-412f-bed2-30e7850d0590:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d832ea6a-b896-412f-bed2-30e7850d0590 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d832ea6a-b896-412f-bed2-30e7850d0590.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d832ea6a-b896-412f-bed2-30e7850d0590.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d832ea6a-b896-412f-bed2-30e7850d0590.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d832ea6a-b896-412f-bed2-30e7850d0590.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fcf969fb-aced-4eb7-ba1e-6c4f32baaf6d {
  margin-left: auto;
margin-right: auto;
}

#s-904202c3-87b6-49bb-840a-ce981d32549a {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-904202c3-87b6-49bb-840a-ce981d32549a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-904202c3-87b6-49bb-840a-ce981d32549a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-904202c3-87b6-49bb-840a-ce981d32549a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-904202c3-87b6-49bb-840a-ce981d32549a {
    width: 100%;
    height: auto;
  }

  #s-904202c3-87b6-49bb-840a-ce981d32549a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image {
    
    
  }


.s-904202c3-87b6-49bb-840a-ce981d32549a .shogun-image-content {
  
    align-items: center;
  
}

.s-904202c3-87b6-49bb-840a-ce981d32549a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-904202c3-87b6-49bb-840a-ce981d32549a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container {
      position: relative;
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-904202c3-87b6-49bb-840a-ce981d32549a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-904202c3-87b6-49bb-840a-ce981d32549a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-904202c3-87b6-49bb-840a-ce981d32549a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-904202c3-87b6-49bb-840a-ce981d32549a {
    width: 100%;
    height: auto;
  }

  #s-904202c3-87b6-49bb-840a-ce981d32549a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image {
    
    
  }


.s-904202c3-87b6-49bb-840a-ce981d32549a .shogun-image-content {
  
    align-items: center;
  
}

.s-904202c3-87b6-49bb-840a-ce981d32549a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-904202c3-87b6-49bb-840a-ce981d32549a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container {
      position: relative;
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-904202c3-87b6-49bb-840a-ce981d32549a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-904202c3-87b6-49bb-840a-ce981d32549a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-904202c3-87b6-49bb-840a-ce981d32549a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-904202c3-87b6-49bb-840a-ce981d32549a {
    width: 100%;
    height: auto;
  }

  #s-904202c3-87b6-49bb-840a-ce981d32549a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image {
    
    
  }


.s-904202c3-87b6-49bb-840a-ce981d32549a .shogun-image-content {
  
    align-items: center;
  
}

.s-904202c3-87b6-49bb-840a-ce981d32549a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-904202c3-87b6-49bb-840a-ce981d32549a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container {
      position: relative;
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-904202c3-87b6-49bb-840a-ce981d32549a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-904202c3-87b6-49bb-840a-ce981d32549a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-904202c3-87b6-49bb-840a-ce981d32549a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-904202c3-87b6-49bb-840a-ce981d32549a {
    width: 100%;
    height: auto;
  }

  #s-904202c3-87b6-49bb-840a-ce981d32549a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image {
    
    
  }


.s-904202c3-87b6-49bb-840a-ce981d32549a .shogun-image-content {
  
    align-items: center;
  
}

.s-904202c3-87b6-49bb-840a-ce981d32549a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-904202c3-87b6-49bb-840a-ce981d32549a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container {
      position: relative;
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-904202c3-87b6-49bb-840a-ce981d32549a .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-904202c3-87b6-49bb-840a-ce981d32549a .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-904202c3-87b6-49bb-840a-ce981d32549a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-904202c3-87b6-49bb-840a-ce981d32549a {
    width: 100%;
    height: auto;
  }

  #s-904202c3-87b6-49bb-840a-ce981d32549a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image {
    
    
  }


.s-904202c3-87b6-49bb-840a-ce981d32549a .shogun-image-content {
  
    align-items: center;
  
}

.s-904202c3-87b6-49bb-840a-ce981d32549a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-904202c3-87b6-49bb-840a-ce981d32549a {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container {
      position: relative;
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-904202c3-87b6-49bb-840a-ce981d32549a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-da890a8f-0701-4acc-866b-d73447d61ee1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da890a8f-0701-4acc-866b-d73447d61ee1 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-21d2575a-e0b9-44db-877d-b5d743c55d9c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-21d2575a-e0b9-44db-877d-b5d743c55d9c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-21d2575a-e0b9-44db-877d-b5d743c55d9c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-21d2575a-e0b9-44db-877d-b5d743c55d9c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c661e096-345c-4b3f-86d1-b81a557c4ea9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c661e096-345c-4b3f-86d1-b81a557c4ea9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c661e096-345c-4b3f-86d1-b81a557c4ea9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c661e096-345c-4b3f-86d1-b81a557c4ea9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c661e096-345c-4b3f-86d1-b81a557c4ea9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c661e096-345c-4b3f-86d1-b81a557c4ea9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c661e096-345c-4b3f-86d1-b81a557c4ea9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c661e096-345c-4b3f-86d1-b81a557c4ea9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5905b2c2-2114-4811-a178-0e4da45e7a91 {
  margin-left: auto;
margin-right: auto;
}

#s-70cef07b-7413-4b34-b69c-de25191bb2c9 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-70cef07b-7413-4b34-b69c-de25191bb2c9 {
    width: 100%;
    height: auto;
  }

  #s-70cef07b-7413-4b34-b69c-de25191bb2c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image {
    
    
  }


.s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70cef07b-7413-4b34-b69c-de25191bb2c9 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container {
      position: relative;
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-70cef07b-7413-4b34-b69c-de25191bb2c9 {
    width: 100%;
    height: auto;
  }

  #s-70cef07b-7413-4b34-b69c-de25191bb2c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image {
    
    
  }


.s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70cef07b-7413-4b34-b69c-de25191bb2c9 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container {
      position: relative;
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-70cef07b-7413-4b34-b69c-de25191bb2c9 {
    width: 100%;
    height: auto;
  }

  #s-70cef07b-7413-4b34-b69c-de25191bb2c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image {
    
    
  }


.s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70cef07b-7413-4b34-b69c-de25191bb2c9 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container {
      position: relative;
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-70cef07b-7413-4b34-b69c-de25191bb2c9 {
    width: 100%;
    height: auto;
  }

  #s-70cef07b-7413-4b34-b69c-de25191bb2c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image {
    
    
  }


.s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70cef07b-7413-4b34-b69c-de25191bb2c9 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container {
      position: relative;
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-70cef07b-7413-4b34-b69c-de25191bb2c9 {
    width: 100%;
    height: auto;
  }

  #s-70cef07b-7413-4b34-b69c-de25191bb2c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image {
    
    
  }


.s-70cef07b-7413-4b34-b69c-de25191bb2c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70cef07b-7413-4b34-b69c-de25191bb2c9 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container {
      position: relative;
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cef07b-7413-4b34-b69c-de25191bb2c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3e86d5a0-dc3b-4d78-9d50-e7e37d9f145d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e86d5a0-dc3b-4d78-9d50-e7e37d9f145d .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-928e0870-0c69-45f8-a455-24d25b410fb8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-928e0870-0c69-45f8-a455-24d25b410fb8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-928e0870-0c69-45f8-a455-24d25b410fb8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-928e0870-0c69-45f8-a455-24d25b410fb8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ee910b3b-ccff-4ecb-97ad-5c0cb00db3a1 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ee910b3b-ccff-4ecb-97ad-5c0cb00db3a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee910b3b-ccff-4ecb-97ad-5c0cb00db3a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee910b3b-ccff-4ecb-97ad-5c0cb00db3a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee910b3b-ccff-4ecb-97ad-5c0cb00db3a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee910b3b-ccff-4ecb-97ad-5c0cb00db3a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ee910b3b-ccff-4ecb-97ad-5c0cb00db3a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ee910b3b-ccff-4ecb-97ad-5c0cb00db3a1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7f49739f-4584-4bdc-962a-5da308814b62 {
  margin-left: auto;
margin-right: auto;
}

#s-b2a36a47-b708-451f-bc38-43510f16d89b {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2a36a47-b708-451f-bc38-43510f16d89b {
    width: 100%;
    height: auto;
  }

  #s-b2a36a47-b708-451f-bc38-43510f16d89b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image {
    
    
  }


.s-b2a36a47-b708-451f-bc38-43510f16d89b .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a36a47-b708-451f-bc38-43510f16d89b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2a36a47-b708-451f-bc38-43510f16d89b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container {
      position: relative;
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2a36a47-b708-451f-bc38-43510f16d89b {
    width: 100%;
    height: auto;
  }

  #s-b2a36a47-b708-451f-bc38-43510f16d89b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image {
    
    
  }


.s-b2a36a47-b708-451f-bc38-43510f16d89b .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a36a47-b708-451f-bc38-43510f16d89b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2a36a47-b708-451f-bc38-43510f16d89b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container {
      position: relative;
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2a36a47-b708-451f-bc38-43510f16d89b {
    width: 100%;
    height: auto;
  }

  #s-b2a36a47-b708-451f-bc38-43510f16d89b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image {
    
    
  }


.s-b2a36a47-b708-451f-bc38-43510f16d89b .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a36a47-b708-451f-bc38-43510f16d89b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2a36a47-b708-451f-bc38-43510f16d89b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container {
      position: relative;
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2a36a47-b708-451f-bc38-43510f16d89b {
    width: 100%;
    height: auto;
  }

  #s-b2a36a47-b708-451f-bc38-43510f16d89b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image {
    
    
  }


.s-b2a36a47-b708-451f-bc38-43510f16d89b .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a36a47-b708-451f-bc38-43510f16d89b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2a36a47-b708-451f-bc38-43510f16d89b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container {
      position: relative;
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2a36a47-b708-451f-bc38-43510f16d89b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b2a36a47-b708-451f-bc38-43510f16d89b {
    width: 100%;
    height: auto;
  }

  #s-b2a36a47-b708-451f-bc38-43510f16d89b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image {
    
    
  }


.s-b2a36a47-b708-451f-bc38-43510f16d89b .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a36a47-b708-451f-bc38-43510f16d89b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2a36a47-b708-451f-bc38-43510f16d89b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container {
      position: relative;
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2a36a47-b708-451f-bc38-43510f16d89b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0f252d00-1a09-4416-9d64-3f46a9a78e25 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f252d00-1a09-4416-9d64-3f46a9a78e25 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-52a5cade-a0eb-4023-a986-266a9173a4c8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-52a5cade-a0eb-4023-a986-266a9173a4c8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-52a5cade-a0eb-4023-a986-266a9173a4c8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-52a5cade-a0eb-4023-a986-266a9173a4c8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3b122a3b-86b7-40e9-bb8d-ff9adcaf7d59 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3b122a3b-86b7-40e9-bb8d-ff9adcaf7d59:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b122a3b-86b7-40e9-bb8d-ff9adcaf7d59:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3b122a3b-86b7-40e9-bb8d-ff9adcaf7d59 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b122a3b-86b7-40e9-bb8d-ff9adcaf7d59.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b122a3b-86b7-40e9-bb8d-ff9adcaf7d59.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3b122a3b-86b7-40e9-bb8d-ff9adcaf7d59.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3b122a3b-86b7-40e9-bb8d-ff9adcaf7d59.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fc319c95-736e-4379-bbcb-e3daf7cc3b42 {
  margin-left: auto;
margin-right: auto;
}

#s-02a7e40a-6796-4aa8-b397-650d0253669d {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-02a7e40a-6796-4aa8-b397-650d0253669d {
    width: 100%;
    height: auto;
  }

  #s-02a7e40a-6796-4aa8-b397-650d0253669d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image {
    
    
  }


.s-02a7e40a-6796-4aa8-b397-650d0253669d .shogun-image-content {
  
    align-items: center;
  
}

.s-02a7e40a-6796-4aa8-b397-650d0253669d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02a7e40a-6796-4aa8-b397-650d0253669d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container {
      position: relative;
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-02a7e40a-6796-4aa8-b397-650d0253669d {
    width: 100%;
    height: auto;
  }

  #s-02a7e40a-6796-4aa8-b397-650d0253669d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image {
    
    
  }


.s-02a7e40a-6796-4aa8-b397-650d0253669d .shogun-image-content {
  
    align-items: center;
  
}

.s-02a7e40a-6796-4aa8-b397-650d0253669d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02a7e40a-6796-4aa8-b397-650d0253669d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container {
      position: relative;
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-02a7e40a-6796-4aa8-b397-650d0253669d {
    width: 100%;
    height: auto;
  }

  #s-02a7e40a-6796-4aa8-b397-650d0253669d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image {
    
    
  }


.s-02a7e40a-6796-4aa8-b397-650d0253669d .shogun-image-content {
  
    align-items: center;
  
}

.s-02a7e40a-6796-4aa8-b397-650d0253669d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02a7e40a-6796-4aa8-b397-650d0253669d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container {
      position: relative;
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-02a7e40a-6796-4aa8-b397-650d0253669d {
    width: 100%;
    height: auto;
  }

  #s-02a7e40a-6796-4aa8-b397-650d0253669d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image {
    
    
  }


.s-02a7e40a-6796-4aa8-b397-650d0253669d .shogun-image-content {
  
    align-items: center;
  
}

.s-02a7e40a-6796-4aa8-b397-650d0253669d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02a7e40a-6796-4aa8-b397-650d0253669d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container {
      position: relative;
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02a7e40a-6796-4aa8-b397-650d0253669d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-02a7e40a-6796-4aa8-b397-650d0253669d {
    width: 100%;
    height: auto;
  }

  #s-02a7e40a-6796-4aa8-b397-650d0253669d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image {
    
    
  }


.s-02a7e40a-6796-4aa8-b397-650d0253669d .shogun-image-content {
  
    align-items: center;
  
}

.s-02a7e40a-6796-4aa8-b397-650d0253669d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02a7e40a-6796-4aa8-b397-650d0253669d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container {
      position: relative;
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02a7e40a-6796-4aa8-b397-650d0253669d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6263bf06-1652-4d2c-8ead-08aa0da1f355 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6263bf06-1652-4d2c-8ead-08aa0da1f355 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-a3d5cdce-2cbc-4a4e-a38b-a363ca4727fd {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-a3d5cdce-2cbc-4a4e-a38b-a363ca4727fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a3d5cdce-2cbc-4a4e-a38b-a363ca4727fd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a3d5cdce-2cbc-4a4e-a38b-a363ca4727fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f649171d-464e-426c-a0c0-2bb57415db2c {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f649171d-464e-426c-a0c0-2bb57415db2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f649171d-464e-426c-a0c0-2bb57415db2c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f649171d-464e-426c-a0c0-2bb57415db2c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f649171d-464e-426c-a0c0-2bb57415db2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f649171d-464e-426c-a0c0-2bb57415db2c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f649171d-464e-426c-a0c0-2bb57415db2c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f649171d-464e-426c-a0c0-2bb57415db2c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1143b42e-0dd6-41e4-a331-e9f97fefef31 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-1143b42e-0dd6-41e4-a331-e9f97fefef31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1143b42e-0dd6-41e4-a331-e9f97fefef31"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-1143b42e-0dd6-41e4-a331-e9f97fefef31"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-1143b42e-0dd6-41e4-a331-e9f97fefef31"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-cd00ad9c-6ded-42a5-943a-6855c13a7cae {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/1999;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae {
    width: 100%;
    height: auto;
  }

  #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image {
    
    
  }


.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shogun-image-content {
  
    align-items: center;
  
}

.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container {
      position: relative;
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae {
    width: 100%;
    height: auto;
  }

  #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image {
    
    
  }


.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shogun-image-content {
  
    align-items: center;
  
}

.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container {
      position: relative;
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae {
    width: 100%;
    height: auto;
  }

  #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image {
    
    
  }


.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shogun-image-content {
  
    align-items: center;
  
}

.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container {
      position: relative;
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae {
    width: 100%;
    height: auto;
  }

  #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image {
    
    
  }


.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shogun-image-content {
  
    align-items: center;
  
}

.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container {
      position: relative;
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae {
    width: 100%;
    height: auto;
  }

  #s-cd00ad9c-6ded-42a5-943a-6855c13a7cae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image {
    
    
  }


.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae .shogun-image-content {
  
    align-items: center;
  
}

.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container {
      position: relative;
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd00ad9c-6ded-42a5-943a-6855c13a7cae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5cffc044-21d8-4746-b9d4-541875719f34 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5cffc044-21d8-4746-b9d4-541875719f34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cffc044-21d8-4746-b9d4-541875719f34 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5cffc044-21d8-4746-b9d4-541875719f34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cffc044-21d8-4746-b9d4-541875719f34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5cffc044-21d8-4746-b9d4-541875719f34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cffc044-21d8-4746-b9d4-541875719f34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5cffc044-21d8-4746-b9d4-541875719f34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cffc044-21d8-4746-b9d4-541875719f34 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5cffc044-21d8-4746-b9d4-541875719f34 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5cffc044-21d8-4746-b9d4-541875719f34 img.shogun-image {
  width: 100%;
}



}
#s-74f9bff6-95af-4397-8f2c-66b47e6d3b7b {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74f9bff6-95af-4397-8f2c-66b47e6d3b7b .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-a3b105f8-c3d1-4d04-9b16-daf60905864b {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-a3b105f8-c3d1-4d04-9b16-daf60905864b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a3b105f8-c3d1-4d04-9b16-daf60905864b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a3b105f8-c3d1-4d04-9b16-daf60905864b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e67957bd-052b-4b85-ad31-d976132558a2 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e67957bd-052b-4b85-ad31-d976132558a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e67957bd-052b-4b85-ad31-d976132558a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e67957bd-052b-4b85-ad31-d976132558a2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e67957bd-052b-4b85-ad31-d976132558a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e67957bd-052b-4b85-ad31-d976132558a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e67957bd-052b-4b85-ad31-d976132558a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e67957bd-052b-4b85-ad31-d976132558a2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2563d58c-f28c-4900-bf98-5306583b9ad2 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2563d58c-f28c-4900-bf98-5306583b9ad2 {
    width: 100%;
    height: auto;
  }

  #s-2563d58c-f28c-4900-bf98-5306583b9ad2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image {
    
    
  }


.s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2563d58c-f28c-4900-bf98-5306583b9ad2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container {
      position: relative;
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2563d58c-f28c-4900-bf98-5306583b9ad2 {
    width: 100%;
    height: auto;
  }

  #s-2563d58c-f28c-4900-bf98-5306583b9ad2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image {
    
    
  }


.s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2563d58c-f28c-4900-bf98-5306583b9ad2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container {
      position: relative;
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2563d58c-f28c-4900-bf98-5306583b9ad2 {
    width: 100%;
    height: auto;
  }

  #s-2563d58c-f28c-4900-bf98-5306583b9ad2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image {
    
    
  }


.s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2563d58c-f28c-4900-bf98-5306583b9ad2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container {
      position: relative;
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2563d58c-f28c-4900-bf98-5306583b9ad2 {
    width: 100%;
    height: auto;
  }

  #s-2563d58c-f28c-4900-bf98-5306583b9ad2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image {
    
    
  }


.s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2563d58c-f28c-4900-bf98-5306583b9ad2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container {
      position: relative;
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2563d58c-f28c-4900-bf98-5306583b9ad2 {
    width: 100%;
    height: auto;
  }

  #s-2563d58c-f28c-4900-bf98-5306583b9ad2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image {
    
    
  }


.s-2563d58c-f28c-4900-bf98-5306583b9ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2563d58c-f28c-4900-bf98-5306583b9ad2 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container {
      position: relative;
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2563d58c-f28c-4900-bf98-5306583b9ad2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a6f6fe57-5f7c-48fb-a117-629c7a58252c {
  margin-left: 0%;
margin-right: 0%;
}

#s-ab75aeb9-3609-4a41-b9a0-766f37ed8886 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab75aeb9-3609-4a41-b9a0-766f37ed8886 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-53e106d0-d80b-4397-b1d9-5cd21b8ee4cb {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-53e106d0-d80b-4397-b1d9-5cd21b8ee4cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-53e106d0-d80b-4397-b1d9-5cd21b8ee4cb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-53e106d0-d80b-4397-b1d9-5cd21b8ee4cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-89577973-9088-4b0c-abf6-b0fd529392a1 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-89577973-9088-4b0c-abf6-b0fd529392a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89577973-9088-4b0c-abf6-b0fd529392a1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89577973-9088-4b0c-abf6-b0fd529392a1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89577973-9088-4b0c-abf6-b0fd529392a1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89577973-9088-4b0c-abf6-b0fd529392a1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-89577973-9088-4b0c-abf6-b0fd529392a1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-89577973-9088-4b0c-abf6-b0fd529392a1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6179584c-c226-4160-ae0c-49979cbdcceb {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6179584c-c226-4160-ae0c-49979cbdcceb {
    width: 100%;
    height: auto;
  }

  #s-6179584c-c226-4160-ae0c-49979cbdcceb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image {
    
    
  }


.s-6179584c-c226-4160-ae0c-49979cbdcceb .shogun-image-content {
  
    align-items: center;
  
}

.s-6179584c-c226-4160-ae0c-49979cbdcceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6179584c-c226-4160-ae0c-49979cbdcceb {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container {
      position: relative;
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6179584c-c226-4160-ae0c-49979cbdcceb {
    width: 100%;
    height: auto;
  }

  #s-6179584c-c226-4160-ae0c-49979cbdcceb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image {
    
    
  }


.s-6179584c-c226-4160-ae0c-49979cbdcceb .shogun-image-content {
  
    align-items: center;
  
}

.s-6179584c-c226-4160-ae0c-49979cbdcceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6179584c-c226-4160-ae0c-49979cbdcceb {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container {
      position: relative;
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6179584c-c226-4160-ae0c-49979cbdcceb {
    width: 100%;
    height: auto;
  }

  #s-6179584c-c226-4160-ae0c-49979cbdcceb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image {
    
    
  }


.s-6179584c-c226-4160-ae0c-49979cbdcceb .shogun-image-content {
  
    align-items: center;
  
}

.s-6179584c-c226-4160-ae0c-49979cbdcceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6179584c-c226-4160-ae0c-49979cbdcceb {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container {
      position: relative;
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6179584c-c226-4160-ae0c-49979cbdcceb {
    width: 100%;
    height: auto;
  }

  #s-6179584c-c226-4160-ae0c-49979cbdcceb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image {
    
    
  }


.s-6179584c-c226-4160-ae0c-49979cbdcceb .shogun-image-content {
  
    align-items: center;
  
}

.s-6179584c-c226-4160-ae0c-49979cbdcceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6179584c-c226-4160-ae0c-49979cbdcceb {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container {
      position: relative;
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6179584c-c226-4160-ae0c-49979cbdcceb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6179584c-c226-4160-ae0c-49979cbdcceb {
    width: 100%;
    height: auto;
  }

  #s-6179584c-c226-4160-ae0c-49979cbdcceb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image {
    
    
  }


.s-6179584c-c226-4160-ae0c-49979cbdcceb .shogun-image-content {
  
    align-items: center;
  
}

.s-6179584c-c226-4160-ae0c-49979cbdcceb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6179584c-c226-4160-ae0c-49979cbdcceb {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container {
      position: relative;
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6179584c-c226-4160-ae0c-49979cbdcceb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-80b46202-e3d0-4cfe-b6e3-e744cf141da6 {
  margin-left: 0%;
margin-right: 0%;
}

#s-91068dbd-f709-4f9d-be4b-6e791f374166 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91068dbd-f709-4f9d-be4b-6e791f374166 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-80af5671-be96-441e-8d09-ca4f654500d4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-80af5671-be96-441e-8d09-ca4f654500d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-80af5671-be96-441e-8d09-ca4f654500d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-80af5671-be96-441e-8d09-ca4f654500d4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a25f5442-9674-494a-85ae-c5100a1b5526 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a25f5442-9674-494a-85ae-c5100a1b5526:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a25f5442-9674-494a-85ae-c5100a1b5526:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a25f5442-9674-494a-85ae-c5100a1b5526 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a25f5442-9674-494a-85ae-c5100a1b5526.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a25f5442-9674-494a-85ae-c5100a1b5526.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a25f5442-9674-494a-85ae-c5100a1b5526.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a25f5442-9674-494a-85ae-c5100a1b5526.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-01fc066f-1f8b-4d5f-bc51-68155eae62a9 {
  margin-left: auto;
margin-right: auto;
}

#s-1e3c1412-a333-4fee-9d88-b3ba950b5eea {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea {
    width: 100%;
    height: auto;
  }

  #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image {
    
    
  }


.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shogun-image-content {
  
    align-items: center;
  
}

.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container {
      position: relative;
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea {
    width: 100%;
    height: auto;
  }

  #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image {
    
    
  }


.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shogun-image-content {
  
    align-items: center;
  
}

.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container {
      position: relative;
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea {
    width: 100%;
    height: auto;
  }

  #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image {
    
    
  }


.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shogun-image-content {
  
    align-items: center;
  
}

.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container {
      position: relative;
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea {
    width: 100%;
    height: auto;
  }

  #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image {
    
    
  }


.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shogun-image-content {
  
    align-items: center;
  
}

.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container {
      position: relative;
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea {
    width: 100%;
    height: auto;
  }

  #s-1e3c1412-a333-4fee-9d88-b3ba950b5eea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image {
    
    
  }


.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea .shogun-image-content {
  
    align-items: center;
  
}

.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container {
      position: relative;
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e3c1412-a333-4fee-9d88-b3ba950b5eea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-69b1140b-ce3d-4e41-8de9-7fe60edf1daf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69b1140b-ce3d-4e41-8de9-7fe60edf1daf .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-1b92ace6-66c6-4066-ba47-3b7cb76379c3 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-1b92ace6-66c6-4066-ba47-3b7cb76379c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1b92ace6-66c6-4066-ba47-3b7cb76379c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1b92ace6-66c6-4066-ba47-3b7cb76379c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-074d1ae8-ae6b-4d68-b3bd-4845401abb5c {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-074d1ae8-ae6b-4d68-b3bd-4845401abb5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-074d1ae8-ae6b-4d68-b3bd-4845401abb5c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-074d1ae8-ae6b-4d68-b3bd-4845401abb5c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-074d1ae8-ae6b-4d68-b3bd-4845401abb5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-074d1ae8-ae6b-4d68-b3bd-4845401abb5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-074d1ae8-ae6b-4d68-b3bd-4845401abb5c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-074d1ae8-ae6b-4d68-b3bd-4845401abb5c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-08edab58-1085-4063-8359-f715567a9ad8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-08edab58-1085-4063-8359-f715567a9ad8 {
  display: none;
}
#s-08edab58-1085-4063-8359-f715567a9ad8, #wrap-s-08edab58-1085-4063-8359-f715567a9ad8 { display: none !important; }}@media (max-width: 767px){#s-08edab58-1085-4063-8359-f715567a9ad8 {
  display: none;
}
#s-08edab58-1085-4063-8359-f715567a9ad8, #wrap-s-08edab58-1085-4063-8359-f715567a9ad8 { display: none !important; }}







#s-08edab58-1085-4063-8359-f715567a9ad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08edab58-1085-4063-8359-f715567a9ad8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62cbecf8-159f-48aa-bd16-fa9e72e3f07f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62cbecf8-159f-48aa-bd16-fa9e72e3f07f .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 2px;
  
}



#s-60eca19b-7920-407e-a8e1-db793a79d542 {
  margin-left: 10%;
margin-right: 10%;
}

#s-6e62c4a4-1e62-4a7e-b281-e794a383089a {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-6e62c4a4-1e62-4a7e-b281-e794a383089a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6e62c4a4-1e62-4a7e-b281-e794a383089a .shg-sld-nav-button.shg-sld-left,
#s-6e62c4a4-1e62-4a7e-b281-e794a383089a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-019fcc37-0a75-45fb-90af-71e66bea6a5e {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-019fcc37-0a75-45fb-90af-71e66bea6a5e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-019fcc37-0a75-45fb-90af-71e66bea6a5e"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-019fcc37-0a75-45fb-90af-71e66bea6a5e"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-019fcc37-0a75-45fb-90af-71e66bea6a5e"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-6866ad67-e8b4-41b3-ac8d-55681fb869ff {
  margin-left: auto;
margin-right: auto;
}

#s-92c0a35b-662c-4f90-84a7-aff9c743f41d {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-92c0a35b-662c-4f90-84a7-aff9c743f41d {
    width: 100%;
    height: auto;
  }

  #s-92c0a35b-662c-4f90-84a7-aff9c743f41d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image {
    
    
  }


.s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shogun-image-content {
  
    align-items: center;
  
}

.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container {
      position: relative;
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-92c0a35b-662c-4f90-84a7-aff9c743f41d {
    width: 100%;
    height: auto;
  }

  #s-92c0a35b-662c-4f90-84a7-aff9c743f41d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image {
    
    
  }


.s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shogun-image-content {
  
    align-items: center;
  
}

.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container {
      position: relative;
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-92c0a35b-662c-4f90-84a7-aff9c743f41d {
    width: 100%;
    height: auto;
  }

  #s-92c0a35b-662c-4f90-84a7-aff9c743f41d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image {
    
    
  }


.s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shogun-image-content {
  
    align-items: center;
  
}

.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container {
      position: relative;
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-92c0a35b-662c-4f90-84a7-aff9c743f41d {
    width: 100%;
    height: auto;
  }

  #s-92c0a35b-662c-4f90-84a7-aff9c743f41d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image {
    
    
  }


.s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shogun-image-content {
  
    align-items: center;
  
}

.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container {
      position: relative;
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-92c0a35b-662c-4f90-84a7-aff9c743f41d {
    width: 100%;
    height: auto;
  }

  #s-92c0a35b-662c-4f90-84a7-aff9c743f41d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image {
    
    
  }


.s-92c0a35b-662c-4f90-84a7-aff9c743f41d .shogun-image-content {
  
    align-items: center;
  
}

.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container {
      position: relative;
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c0a35b-662c-4f90-84a7-aff9c743f41d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-eaaa0e7e-c89c-44aa-8489-a64e216a36e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaaa0e7e-c89c-44aa-8489-a64e216a36e8 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-66a1dffb-e374-4899-87cb-dcddca6b0e11 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-66a1dffb-e374-4899-87cb-dcddca6b0e11 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-66a1dffb-e374-4899-87cb-dcddca6b0e11 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-66a1dffb-e374-4899-87cb-dcddca6b0e11 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ca67402f-8710-40f9-afe0-2d60db28d5d6 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ca67402f-8710-40f9-afe0-2d60db28d5d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca67402f-8710-40f9-afe0-2d60db28d5d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ca67402f-8710-40f9-afe0-2d60db28d5d6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca67402f-8710-40f9-afe0-2d60db28d5d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca67402f-8710-40f9-afe0-2d60db28d5d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ca67402f-8710-40f9-afe0-2d60db28d5d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca67402f-8710-40f9-afe0-2d60db28d5d6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ebeaf4ca-bbd3-4d7e-a57c-b160a7bf6a0d {
  margin-left: auto;
margin-right: auto;
}

#s-6229046b-706f-4835-8ebd-1f5c13ad27e6 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 {
    width: 100%;
    height: auto;
  }

  #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image {
    
    
  }


.s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container {
      position: relative;
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 {
    width: 100%;
    height: auto;
  }

  #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image {
    
    
  }


.s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container {
      position: relative;
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 {
    width: 100%;
    height: auto;
  }

  #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image {
    
    
  }


.s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container {
      position: relative;
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 {
    width: 100%;
    height: auto;
  }

  #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image {
    
    
  }


.s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container {
      position: relative;
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 {
    width: 100%;
    height: auto;
  }

  #s-6229046b-706f-4835-8ebd-1f5c13ad27e6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image {
    
    
  }


.s-6229046b-706f-4835-8ebd-1f5c13ad27e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container {
      position: relative;
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6229046b-706f-4835-8ebd-1f5c13ad27e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a569dd7f-c79b-44a3-b408-6ca202bff587 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a569dd7f-c79b-44a3-b408-6ca202bff587 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-5fd7d52b-aa8f-488c-9342-24ec9bcb5df9 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-5fd7d52b-aa8f-488c-9342-24ec9bcb5df9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5fd7d52b-aa8f-488c-9342-24ec9bcb5df9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5fd7d52b-aa8f-488c-9342-24ec9bcb5df9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-54365a84-945f-44aa-b212-e20b98ce0654 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-54365a84-945f-44aa-b212-e20b98ce0654:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54365a84-945f-44aa-b212-e20b98ce0654:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-54365a84-945f-44aa-b212-e20b98ce0654 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54365a84-945f-44aa-b212-e20b98ce0654.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54365a84-945f-44aa-b212-e20b98ce0654.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-54365a84-945f-44aa-b212-e20b98ce0654.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-54365a84-945f-44aa-b212-e20b98ce0654.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ab87325d-34a6-4629-b96e-322a6751702c {
  margin-left: auto;
margin-right: auto;
}

#s-071b9fde-a354-4435-89ba-8c1af4369a4e {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-071b9fde-a354-4435-89ba-8c1af4369a4e {
    width: 100%;
    height: auto;
  }

  #s-071b9fde-a354-4435-89ba-8c1af4369a4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image {
    
    
  }


.s-071b9fde-a354-4435-89ba-8c1af4369a4e .shogun-image-content {
  
    align-items: center;
  
}

.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-071b9fde-a354-4435-89ba-8c1af4369a4e {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container {
      position: relative;
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-071b9fde-a354-4435-89ba-8c1af4369a4e {
    width: 100%;
    height: auto;
  }

  #s-071b9fde-a354-4435-89ba-8c1af4369a4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image {
    
    
  }


.s-071b9fde-a354-4435-89ba-8c1af4369a4e .shogun-image-content {
  
    align-items: center;
  
}

.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-071b9fde-a354-4435-89ba-8c1af4369a4e {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container {
      position: relative;
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-071b9fde-a354-4435-89ba-8c1af4369a4e {
    width: 100%;
    height: auto;
  }

  #s-071b9fde-a354-4435-89ba-8c1af4369a4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image {
    
    
  }


.s-071b9fde-a354-4435-89ba-8c1af4369a4e .shogun-image-content {
  
    align-items: center;
  
}

.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-071b9fde-a354-4435-89ba-8c1af4369a4e {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container {
      position: relative;
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-071b9fde-a354-4435-89ba-8c1af4369a4e {
    width: 100%;
    height: auto;
  }

  #s-071b9fde-a354-4435-89ba-8c1af4369a4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image {
    
    
  }


.s-071b9fde-a354-4435-89ba-8c1af4369a4e .shogun-image-content {
  
    align-items: center;
  
}

.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-071b9fde-a354-4435-89ba-8c1af4369a4e {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container {
      position: relative;
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-071b9fde-a354-4435-89ba-8c1af4369a4e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-071b9fde-a354-4435-89ba-8c1af4369a4e {
    width: 100%;
    height: auto;
  }

  #s-071b9fde-a354-4435-89ba-8c1af4369a4e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image {
    
    
  }


.s-071b9fde-a354-4435-89ba-8c1af4369a4e .shogun-image-content {
  
    align-items: center;
  
}

.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-071b9fde-a354-4435-89ba-8c1af4369a4e {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container {
      position: relative;
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-071b9fde-a354-4435-89ba-8c1af4369a4e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bb456daa-50c4-41df-9f28-39c04e395610 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb456daa-50c4-41df-9f28-39c04e395610 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-ef7bb771-24f9-44b2-91d7-4c8d9b778aa2 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-ef7bb771-24f9-44b2-91d7-4c8d9b778aa2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ef7bb771-24f9-44b2-91d7-4c8d9b778aa2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ef7bb771-24f9-44b2-91d7-4c8d9b778aa2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c712d626-30e0-4347-8924-c80e39710906 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c712d626-30e0-4347-8924-c80e39710906:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c712d626-30e0-4347-8924-c80e39710906:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c712d626-30e0-4347-8924-c80e39710906 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c712d626-30e0-4347-8924-c80e39710906.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c712d626-30e0-4347-8924-c80e39710906.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c712d626-30e0-4347-8924-c80e39710906.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c712d626-30e0-4347-8924-c80e39710906.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-eb12b931-009d-4880-84f1-8789b0a9add9 {
  margin-left: auto;
margin-right: auto;
}

#s-cb6acaec-24be-49c8-a025-5b6152fa3a7c {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c {
    width: 100%;
    height: auto;
  }

  #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image {
    
    
  }


.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container {
      position: relative;
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c {
    width: 100%;
    height: auto;
  }

  #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image {
    
    
  }


.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container {
      position: relative;
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c {
    width: 100%;
    height: auto;
  }

  #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image {
    
    
  }


.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container {
      position: relative;
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c {
    width: 100%;
    height: auto;
  }

  #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image {
    
    
  }


.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container {
      position: relative;
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c {
    width: 100%;
    height: auto;
  }

  #s-cb6acaec-24be-49c8-a025-5b6152fa3a7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image {
    
    
  }


.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c .shogun-image-content {
  
    align-items: center;
  
}

.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container {
      position: relative;
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb6acaec-24be-49c8-a025-5b6152fa3a7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6a0891da-aad9-4859-8eba-f419c3e81919 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a0891da-aad9-4859-8eba-f419c3e81919 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-0648a7b6-6331-4cc3-826c-f40249e44005 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-0648a7b6-6331-4cc3-826c-f40249e44005 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0648a7b6-6331-4cc3-826c-f40249e44005 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0648a7b6-6331-4cc3-826c-f40249e44005 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ba8200ab-60e1-4e31-8654-8e34f3132274 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ba8200ab-60e1-4e31-8654-8e34f3132274:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba8200ab-60e1-4e31-8654-8e34f3132274:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ba8200ab-60e1-4e31-8654-8e34f3132274 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba8200ab-60e1-4e31-8654-8e34f3132274.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba8200ab-60e1-4e31-8654-8e34f3132274.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ba8200ab-60e1-4e31-8654-8e34f3132274.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ba8200ab-60e1-4e31-8654-8e34f3132274.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e99db999-cd6b-4711-8804-f06759b98bd9 {
  margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e99db999-cd6b-4711-8804-f06759b98bd9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e99db999-cd6b-4711-8804-f06759b98bd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e99db999-cd6b-4711-8804-f06759b98bd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e99db999-cd6b-4711-8804-f06759b98bd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-69cf5fb4-c7b4-43bf-a3a5-f1e752faa257 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-69cf5fb4-c7b4-43bf-a3a5-f1e752faa257"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-69cf5fb4-c7b4-43bf-a3a5-f1e752faa257"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-69cf5fb4-c7b4-43bf-a3a5-f1e752faa257"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-69cf5fb4-c7b4-43bf-a3a5-f1e752faa257"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/1999;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c {
    width: 100%;
    height: auto;
  }

  #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image {
    
    
  }


.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shogun-image-content {
  
    align-items: center;
  
}

.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container {
      position: relative;
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c {
    width: 100%;
    height: auto;
  }

  #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image {
    
    
  }


.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shogun-image-content {
  
    align-items: center;
  
}

.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container {
      position: relative;
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c {
    width: 100%;
    height: auto;
  }

  #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image {
    
    
  }


.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shogun-image-content {
  
    align-items: center;
  
}

.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container {
      position: relative;
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c {
    width: 100%;
    height: auto;
  }

  #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image {
    
    
  }


.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shogun-image-content {
  
    align-items: center;
  
}

.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container {
      position: relative;
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c {
    width: 100%;
    height: auto;
  }

  #s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image {
    
    
  }


.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c .shogun-image-content {
  
    align-items: center;
  
}

.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container {
      position: relative;
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44c8f42a-cb3c-4c59-995a-b7433cd83a9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a0b43acb-af05-47b8-b6ec-c1c205caa309 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 {
    width: 100%;
    height: auto;
  }

  #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image {
    
    
  }


.s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container {
      position: relative;
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 {
    width: 100%;
    height: auto;
  }

  #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image {
    
    
  }


.s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container {
      position: relative;
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 {
    width: 100%;
    height: auto;
  }

  #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image {
    
    
  }


.s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container {
      position: relative;
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 {
    width: 100%;
    height: auto;
  }

  #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image {
    
    
  }


.s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container {
      position: relative;
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 {
    width: 100%;
    height: auto;
  }

  #s-a0b43acb-af05-47b8-b6ec-c1c205caa309 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image {
    
    
  }


.s-a0b43acb-af05-47b8-b6ec-c1c205caa309 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container {
      position: relative;
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0b43acb-af05-47b8-b6ec-c1c205caa309 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4415e450-a7a2-4b2f-81f4-387b2f5cedf5 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4415e450-a7a2-4b2f-81f4-387b2f5cedf5 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-78aafa8b-b4b3-47b7-9049-cd811ff46e35 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-78aafa8b-b4b3-47b7-9049-cd811ff46e35 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78aafa8b-b4b3-47b7-9049-cd811ff46e35 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-78aafa8b-b4b3-47b7-9049-cd811ff46e35 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b77d3986-d6fb-4ff4-b162-341b862525e2 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b77d3986-d6fb-4ff4-b162-341b862525e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b77d3986-d6fb-4ff4-b162-341b862525e2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b77d3986-d6fb-4ff4-b162-341b862525e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b77d3986-d6fb-4ff4-b162-341b862525e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b77d3986-d6fb-4ff4-b162-341b862525e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b77d3986-d6fb-4ff4-b162-341b862525e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b77d3986-d6fb-4ff4-b162-341b862525e2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 {
    width: 100%;
    height: auto;
  }

  #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image {
    
    
  }


.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container {
      position: relative;
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 {
    width: 100%;
    height: auto;
  }

  #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image {
    
    
  }


.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container {
      position: relative;
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 {
    width: 100%;
    height: auto;
  }

  #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image {
    
    
  }


.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container {
      position: relative;
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 {
    width: 100%;
    height: auto;
  }

  #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image {
    
    
  }


.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container {
      position: relative;
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 {
    width: 100%;
    height: auto;
  }

  #s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image {
    
    
  }


.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container {
      position: relative;
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3114d7aa-c234-42c5-8f5a-5e7617eea8b0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b9089bd2-e3d3-48e1-a89f-055130bbf40e {
  margin-left: 0%;
margin-right: 0%;
}

#s-218a2d0c-c7e0-4587-bc7b-f4a8972230ac {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-218a2d0c-c7e0-4587-bc7b-f4a8972230ac .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-1f134dbe-c602-48e0-90f1-885404d59de6 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-1f134dbe-c602-48e0-90f1-885404d59de6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1f134dbe-c602-48e0-90f1-885404d59de6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1f134dbe-c602-48e0-90f1-885404d59de6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b3f05e16-fb27-4753-8619-3962db2bfcfd {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b3f05e16-fb27-4753-8619-3962db2bfcfd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3f05e16-fb27-4753-8619-3962db2bfcfd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b3f05e16-fb27-4753-8619-3962db2bfcfd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3f05e16-fb27-4753-8619-3962db2bfcfd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3f05e16-fb27-4753-8619-3962db2bfcfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b3f05e16-fb27-4753-8619-3962db2bfcfd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b3f05e16-fb27-4753-8619-3962db2bfcfd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a59486db-b6b6-4a7e-a5af-a42e087850a8 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 {
    width: 100%;
    height: auto;
  }

  #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image {
    
    
  }


.s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container {
      position: relative;
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 {
    width: 100%;
    height: auto;
  }

  #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image {
    
    
  }


.s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container {
      position: relative;
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 {
    width: 100%;
    height: auto;
  }

  #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image {
    
    
  }


.s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container {
      position: relative;
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 {
    width: 100%;
    height: auto;
  }

  #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image {
    
    
  }


.s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container {
      position: relative;
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 {
    width: 100%;
    height: auto;
  }

  #s-a59486db-b6b6-4a7e-a5af-a42e087850a8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image {
    
    
  }


.s-a59486db-b6b6-4a7e-a5af-a42e087850a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container {
      position: relative;
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a59486db-b6b6-4a7e-a5af-a42e087850a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8926e121-c600-46bf-a591-fc5c706eb16e {
  margin-left: 0%;
margin-right: 0%;
}

#s-6d94b957-91e6-4226-89d7-ffedcf93a83d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d94b957-91e6-4226-89d7-ffedcf93a83d .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-a18923e0-d872-40ab-8b38-1d97c30284e3 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-a18923e0-d872-40ab-8b38-1d97c30284e3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a18923e0-d872-40ab-8b38-1d97c30284e3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a18923e0-d872-40ab-8b38-1d97c30284e3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-647472d8-fc3c-41e0-9ea7-35532e8b93f9 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-647472d8-fc3c-41e0-9ea7-35532e8b93f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-647472d8-fc3c-41e0-9ea7-35532e8b93f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-647472d8-fc3c-41e0-9ea7-35532e8b93f9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-647472d8-fc3c-41e0-9ea7-35532e8b93f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-647472d8-fc3c-41e0-9ea7-35532e8b93f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-647472d8-fc3c-41e0-9ea7-35532e8b93f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-647472d8-fc3c-41e0-9ea7-35532e8b93f9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-04bf0ca7-03e3-4efe-bcee-40d8236e8862 {
  margin-left: auto;
margin-right: auto;
}

#s-dd017d02-3b8d-47c0-8713-5ea416eacd6d {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d {
    width: 100%;
    height: auto;
  }

  #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image {
    
    
  }


.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shogun-image-content {
  
    align-items: center;
  
}

.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container {
      position: relative;
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d {
    width: 100%;
    height: auto;
  }

  #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image {
    
    
  }


.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shogun-image-content {
  
    align-items: center;
  
}

.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container {
      position: relative;
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d {
    width: 100%;
    height: auto;
  }

  #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image {
    
    
  }


.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shogun-image-content {
  
    align-items: center;
  
}

.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container {
      position: relative;
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d {
    width: 100%;
    height: auto;
  }

  #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image {
    
    
  }


.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shogun-image-content {
  
    align-items: center;
  
}

.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container {
      position: relative;
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d {
    width: 100%;
    height: auto;
  }

  #s-dd017d02-3b8d-47c0-8713-5ea416eacd6d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image {
    
    
  }


.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d .shogun-image-content {
  
    align-items: center;
  
}

.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container {
      position: relative;
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd017d02-3b8d-47c0-8713-5ea416eacd6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4a64894c-3c15-41cf-8890-a39c80f6e468 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a64894c-3c15-41cf-8890-a39c80f6e468 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-e0beedd2-bc8f-4ac4-87ea-29c7f6c5a3fd {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-e0beedd2-bc8f-4ac4-87ea-29c7f6c5a3fd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e0beedd2-bc8f-4ac4-87ea-29c7f6c5a3fd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e0beedd2-bc8f-4ac4-87ea-29c7f6c5a3fd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7e25b9c7-c71d-48c6-9147-dd4ba5ae6470 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7e25b9c7-c71d-48c6-9147-dd4ba5ae6470:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e25b9c7-c71d-48c6-9147-dd4ba5ae6470:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7e25b9c7-c71d-48c6-9147-dd4ba5ae6470 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7e25b9c7-c71d-48c6-9147-dd4ba5ae6470.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e25b9c7-c71d-48c6-9147-dd4ba5ae6470.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7e25b9c7-c71d-48c6-9147-dd4ba5ae6470.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7e25b9c7-c71d-48c6-9147-dd4ba5ae6470.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-de7d8846-7dea-4080-b163-5f9ebddbe872 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 7%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de7d8846-7dea-4080-b163-5f9ebddbe872 {
  display: none;
}
#s-de7d8846-7dea-4080-b163-5f9ebddbe872, #wrap-s-de7d8846-7dea-4080-b163-5f9ebddbe872 { display: none !important; }}@media (max-width: 767px){#s-de7d8846-7dea-4080-b163-5f9ebddbe872 {
  display: none;
}
#s-de7d8846-7dea-4080-b163-5f9ebddbe872, #wrap-s-de7d8846-7dea-4080-b163-5f9ebddbe872 { display: none !important; }}







#s-de7d8846-7dea-4080-b163-5f9ebddbe872 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de7d8846-7dea-4080-b163-5f9ebddbe872.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d7c51a1-87b3-4019-a878-6d99bb4f9226 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d7c51a1-87b3-4019-a878-6d99bb4f9226 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 2px;
  
}



#s-b5974123-0319-4ea8-bdff-da659eb07bf5 {
  margin-left: 10%;
margin-right: 10%;
}

#s-05692f07-edfa-4403-bcf2-a1cb5c2ce493 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-05692f07-edfa-4403-bcf2-a1cb5c2ce493 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-05692f07-edfa-4403-bcf2-a1cb5c2ce493 .shg-sld-nav-button.shg-sld-left,
#s-05692f07-edfa-4403-bcf2-a1cb5c2ce493 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5c52a768-3720-4622-88b2-995d7feac3b1 {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-5c52a768-3720-4622-88b2-995d7feac3b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5c52a768-3720-4622-88b2-995d7feac3b1"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-5c52a768-3720-4622-88b2-995d7feac3b1"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c52a768-3720-4622-88b2-995d7feac3b1"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-1cf44a59-36f6-424e-a982-a67ca7652182 {
  margin-left: auto;
margin-right: auto;
}

#s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe {
    width: 100%;
    height: auto;
  }

  #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image {
    
    
  }


.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shogun-image-content {
  
    align-items: center;
  
}

.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container {
      position: relative;
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe {
    width: 100%;
    height: auto;
  }

  #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image {
    
    
  }


.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shogun-image-content {
  
    align-items: center;
  
}

.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container {
      position: relative;
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe {
    width: 100%;
    height: auto;
  }

  #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image {
    
    
  }


.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shogun-image-content {
  
    align-items: center;
  
}

.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container {
      position: relative;
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe {
    width: 100%;
    height: auto;
  }

  #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image {
    
    
  }


.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shogun-image-content {
  
    align-items: center;
  
}

.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container {
      position: relative;
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe {
    width: 100%;
    height: auto;
  }

  #s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image {
    
    
  }


.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe .shogun-image-content {
  
    align-items: center;
  
}

.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container {
      position: relative;
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8ba82a50-b55c-44c1-9edd-e4a1c8cc7abe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bb14a7aa-dbce-44f2-9ab8-8009dd1a3926 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb14a7aa-dbce-44f2-9ab8-8009dd1a3926 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-2642d101-14bb-4a2c-b542-df1f6976fabf {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-2642d101-14bb-4a2c-b542-df1f6976fabf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2642d101-14bb-4a2c-b542-df1f6976fabf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2642d101-14bb-4a2c-b542-df1f6976fabf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ed388b69-aab4-4161-8538-d4dd3cbfde80 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ed388b69-aab4-4161-8538-d4dd3cbfde80:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed388b69-aab4-4161-8538-d4dd3cbfde80:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed388b69-aab4-4161-8538-d4dd3cbfde80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed388b69-aab4-4161-8538-d4dd3cbfde80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed388b69-aab4-4161-8538-d4dd3cbfde80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ed388b69-aab4-4161-8538-d4dd3cbfde80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ed388b69-aab4-4161-8538-d4dd3cbfde80.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-28bb740d-a8be-4361-a935-93a4d8e8d651 {
  margin-left: auto;
margin-right: auto;
}

#s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 {
    width: 100%;
    height: auto;
  }

  #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image {
    
    
  }


.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shogun-image-content {
  
    align-items: center;
  
}

.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container {
      position: relative;
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 {
    width: 100%;
    height: auto;
  }

  #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image {
    
    
  }


.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shogun-image-content {
  
    align-items: center;
  
}

.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container {
      position: relative;
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 {
    width: 100%;
    height: auto;
  }

  #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image {
    
    
  }


.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shogun-image-content {
  
    align-items: center;
  
}

.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container {
      position: relative;
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 {
    width: 100%;
    height: auto;
  }

  #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image {
    
    
  }


.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shogun-image-content {
  
    align-items: center;
  
}

.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container {
      position: relative;
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 {
    width: 100%;
    height: auto;
  }

  #s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image {
    
    
  }


.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 .shogun-image-content {
  
    align-items: center;
  
}

.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container {
      position: relative;
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79027fe4-e8ea-407d-9ffa-93ebdf3f1659 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f6194323-3849-49ee-b8a6-8741abd3631d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6194323-3849-49ee-b8a6-8741abd3631d .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-4de0f9c9-2f1b-4c31-a872-9a9d8f3f85e5 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-4de0f9c9-2f1b-4c31-a872-9a9d8f3f85e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4de0f9c9-2f1b-4c31-a872-9a9d8f3f85e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4de0f9c9-2f1b-4c31-a872-9a9d8f3f85e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4297f1e1-34ae-4c86-8083-125d6253a297 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4297f1e1-34ae-4c86-8083-125d6253a297:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4297f1e1-34ae-4c86-8083-125d6253a297:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4297f1e1-34ae-4c86-8083-125d6253a297 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4297f1e1-34ae-4c86-8083-125d6253a297.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4297f1e1-34ae-4c86-8083-125d6253a297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4297f1e1-34ae-4c86-8083-125d6253a297.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4297f1e1-34ae-4c86-8083-125d6253a297.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-34d6c688-4ab7-4392-abd8-9c1740b3b680 {
  margin-left: auto;
margin-right: auto;
}

#s-434eca17-1376-4fbe-a2f7-bf328cb20faf {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/3328;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-434eca17-1376-4fbe-a2f7-bf328cb20faf {
    width: 100%;
    height: auto;
  }

  #s-434eca17-1376-4fbe-a2f7-bf328cb20faf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image {
    
    
  }


.s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shogun-image-content {
  
    align-items: center;
  
}

.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container {
      position: relative;
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-434eca17-1376-4fbe-a2f7-bf328cb20faf {
    width: 100%;
    height: auto;
  }

  #s-434eca17-1376-4fbe-a2f7-bf328cb20faf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image {
    
    
  }


.s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shogun-image-content {
  
    align-items: center;
  
}

.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container {
      position: relative;
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-434eca17-1376-4fbe-a2f7-bf328cb20faf {
    width: 100%;
    height: auto;
  }

  #s-434eca17-1376-4fbe-a2f7-bf328cb20faf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image {
    
    
  }


.s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shogun-image-content {
  
    align-items: center;
  
}

.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container {
      position: relative;
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-434eca17-1376-4fbe-a2f7-bf328cb20faf {
    width: 100%;
    height: auto;
  }

  #s-434eca17-1376-4fbe-a2f7-bf328cb20faf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image {
    
    
  }


.s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shogun-image-content {
  
    align-items: center;
  
}

.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container {
      position: relative;
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-434eca17-1376-4fbe-a2f7-bf328cb20faf {
    width: 100%;
    height: auto;
  }

  #s-434eca17-1376-4fbe-a2f7-bf328cb20faf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image {
    
    
  }


.s-434eca17-1376-4fbe-a2f7-bf328cb20faf .shogun-image-content {
  
    align-items: center;
  
}

.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container {
      position: relative;
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434eca17-1376-4fbe-a2f7-bf328cb20faf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7ce65407-3c22-492f-a072-5948d27243a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ce65407-3c22-492f-a072-5948d27243a9 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-b49805fc-cb44-4562-95ed-53a0c8b515d9 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-b49805fc-cb44-4562-95ed-53a0c8b515d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b49805fc-cb44-4562-95ed-53a0c8b515d9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b49805fc-cb44-4562-95ed-53a0c8b515d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9eea7df6-d238-4a67-8e51-7bce9ded3e16 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9eea7df6-d238-4a67-8e51-7bce9ded3e16:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9eea7df6-d238-4a67-8e51-7bce9ded3e16:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9eea7df6-d238-4a67-8e51-7bce9ded3e16 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9eea7df6-d238-4a67-8e51-7bce9ded3e16.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9eea7df6-d238-4a67-8e51-7bce9ded3e16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9eea7df6-d238-4a67-8e51-7bce9ded3e16.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9eea7df6-d238-4a67-8e51-7bce9ded3e16.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9d542931-fdfe-4310-b87e-cb9d6324866b {
  margin-left: auto;
margin-right: auto;
}

#s-8152f983-8d81-4f92-9227-79b01ded537f {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8152f983-8d81-4f92-9227-79b01ded537f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8152f983-8d81-4f92-9227-79b01ded537f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8152f983-8d81-4f92-9227-79b01ded537f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8152f983-8d81-4f92-9227-79b01ded537f {
    width: 100%;
    height: auto;
  }

  #s-8152f983-8d81-4f92-9227-79b01ded537f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image {
    
    
  }


.s-8152f983-8d81-4f92-9227-79b01ded537f .shogun-image-content {
  
    align-items: center;
  
}

.s-8152f983-8d81-4f92-9227-79b01ded537f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8152f983-8d81-4f92-9227-79b01ded537f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container {
      position: relative;
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8152f983-8d81-4f92-9227-79b01ded537f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8152f983-8d81-4f92-9227-79b01ded537f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8152f983-8d81-4f92-9227-79b01ded537f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8152f983-8d81-4f92-9227-79b01ded537f {
    width: 100%;
    height: auto;
  }

  #s-8152f983-8d81-4f92-9227-79b01ded537f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image {
    
    
  }


.s-8152f983-8d81-4f92-9227-79b01ded537f .shogun-image-content {
  
    align-items: center;
  
}

.s-8152f983-8d81-4f92-9227-79b01ded537f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8152f983-8d81-4f92-9227-79b01ded537f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container {
      position: relative;
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8152f983-8d81-4f92-9227-79b01ded537f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8152f983-8d81-4f92-9227-79b01ded537f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8152f983-8d81-4f92-9227-79b01ded537f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8152f983-8d81-4f92-9227-79b01ded537f {
    width: 100%;
    height: auto;
  }

  #s-8152f983-8d81-4f92-9227-79b01ded537f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image {
    
    
  }


.s-8152f983-8d81-4f92-9227-79b01ded537f .shogun-image-content {
  
    align-items: center;
  
}

.s-8152f983-8d81-4f92-9227-79b01ded537f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8152f983-8d81-4f92-9227-79b01ded537f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container {
      position: relative;
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8152f983-8d81-4f92-9227-79b01ded537f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8152f983-8d81-4f92-9227-79b01ded537f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8152f983-8d81-4f92-9227-79b01ded537f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8152f983-8d81-4f92-9227-79b01ded537f {
    width: 100%;
    height: auto;
  }

  #s-8152f983-8d81-4f92-9227-79b01ded537f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image {
    
    
  }


.s-8152f983-8d81-4f92-9227-79b01ded537f .shogun-image-content {
  
    align-items: center;
  
}

.s-8152f983-8d81-4f92-9227-79b01ded537f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8152f983-8d81-4f92-9227-79b01ded537f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container {
      position: relative;
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8152f983-8d81-4f92-9227-79b01ded537f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8152f983-8d81-4f92-9227-79b01ded537f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8152f983-8d81-4f92-9227-79b01ded537f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8152f983-8d81-4f92-9227-79b01ded537f {
    width: 100%;
    height: auto;
  }

  #s-8152f983-8d81-4f92-9227-79b01ded537f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image {
    
    
  }


.s-8152f983-8d81-4f92-9227-79b01ded537f .shogun-image-content {
  
    align-items: center;
  
}

.s-8152f983-8d81-4f92-9227-79b01ded537f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8152f983-8d81-4f92-9227-79b01ded537f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container {
      position: relative;
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8152f983-8d81-4f92-9227-79b01ded537f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-899a37b5-bc58-4e37-a9f7-35beda15ee11 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-899a37b5-bc58-4e37-a9f7-35beda15ee11 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-b96f0cac-f95b-40c8-83fa-0d05c442d280 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-b96f0cac-f95b-40c8-83fa-0d05c442d280 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b96f0cac-f95b-40c8-83fa-0d05c442d280 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b96f0cac-f95b-40c8-83fa-0d05c442d280 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-28abf4c2-089d-41eb-ab9a-03532daa67d4 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-28abf4c2-089d-41eb-ab9a-03532daa67d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28abf4c2-089d-41eb-ab9a-03532daa67d4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-28abf4c2-089d-41eb-ab9a-03532daa67d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28abf4c2-089d-41eb-ab9a-03532daa67d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28abf4c2-089d-41eb-ab9a-03532daa67d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-28abf4c2-089d-41eb-ab9a-03532daa67d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-28abf4c2-089d-41eb-ab9a-03532daa67d4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d61d6aa4-c4fa-4324-9d0b-d43ca181f648 {
  margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d61d6aa4-c4fa-4324-9d0b-d43ca181f648"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d61d6aa4-c4fa-4324-9d0b-d43ca181f648"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d61d6aa4-c4fa-4324-9d0b-d43ca181f648"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d61d6aa4-c4fa-4324-9d0b-d43ca181f648"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-7973035d-9ddd-402b-943d-947789bbec1f {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-7973035d-9ddd-402b-943d-947789bbec1f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7973035d-9ddd-402b-943d-947789bbec1f"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-7973035d-9ddd-402b-943d-947789bbec1f"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-7973035d-9ddd-402b-943d-947789bbec1f"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-561893e5-7429-4fa2-8786-3a2ee3095215 {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/1999;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-561893e5-7429-4fa2-8786-3a2ee3095215 {
    width: 100%;
    height: auto;
  }

  #s-561893e5-7429-4fa2-8786-3a2ee3095215 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image {
    
    
  }


.s-561893e5-7429-4fa2-8786-3a2ee3095215 .shogun-image-content {
  
    align-items: center;
  
}

.s-561893e5-7429-4fa2-8786-3a2ee3095215.shg-align-container {
  display: flex;
  justify-content: center
}

.s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-561893e5-7429-4fa2-8786-3a2ee3095215 {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container {
      position: relative;
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-561893e5-7429-4fa2-8786-3a2ee3095215 {
    width: 100%;
    height: auto;
  }

  #s-561893e5-7429-4fa2-8786-3a2ee3095215 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image {
    
    
  }


.s-561893e5-7429-4fa2-8786-3a2ee3095215 .shogun-image-content {
  
    align-items: center;
  
}

.s-561893e5-7429-4fa2-8786-3a2ee3095215.shg-align-container {
  display: flex;
  justify-content: center
}

.s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-561893e5-7429-4fa2-8786-3a2ee3095215 {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container {
      position: relative;
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-561893e5-7429-4fa2-8786-3a2ee3095215 {
    width: 100%;
    height: auto;
  }

  #s-561893e5-7429-4fa2-8786-3a2ee3095215 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image {
    
    
  }


.s-561893e5-7429-4fa2-8786-3a2ee3095215 .shogun-image-content {
  
    align-items: center;
  
}

.s-561893e5-7429-4fa2-8786-3a2ee3095215.shg-align-container {
  display: flex;
  justify-content: center
}

.s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-561893e5-7429-4fa2-8786-3a2ee3095215 {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container {
      position: relative;
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-561893e5-7429-4fa2-8786-3a2ee3095215 {
    width: 100%;
    height: auto;
  }

  #s-561893e5-7429-4fa2-8786-3a2ee3095215 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image {
    
    
  }


.s-561893e5-7429-4fa2-8786-3a2ee3095215 .shogun-image-content {
  
    align-items: center;
  
}

.s-561893e5-7429-4fa2-8786-3a2ee3095215.shg-align-container {
  display: flex;
  justify-content: center
}

.s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-561893e5-7429-4fa2-8786-3a2ee3095215 {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container {
      position: relative;
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shg-image-content-wrapper {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }

    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shogun-image-link {
      aspect-ratio: 998/1999;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-561893e5-7429-4fa2-8786-3a2ee3095215 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-561893e5-7429-4fa2-8786-3a2ee3095215 {
    width: 100%;
    height: auto;
  }

  #s-561893e5-7429-4fa2-8786-3a2ee3095215 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image {
    
    
  }


.s-561893e5-7429-4fa2-8786-3a2ee3095215 .shogun-image-content {
  
    align-items: center;
  
}

.s-561893e5-7429-4fa2-8786-3a2ee3095215.shg-align-container {
  display: flex;
  justify-content: center
}

.s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-561893e5-7429-4fa2-8786-3a2ee3095215 {
      --shg-aspect-ratio: calc(998/1999); 
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container {
      position: relative;
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-561893e5-7429-4fa2-8786-3a2ee3095215 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 {
    width: 100%;
    height: auto;
  }

  #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image {
    
    
  }


.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container {
      position: relative;
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 {
    width: 100%;
    height: auto;
  }

  #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image {
    
    
  }


.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container {
      position: relative;
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 {
    width: 100%;
    height: auto;
  }

  #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image {
    
    
  }


.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container {
      position: relative;
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 {
    width: 100%;
    height: auto;
  }

  #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image {
    
    
  }


.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container {
      position: relative;
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 {
    width: 100%;
    height: auto;
  }

  #s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image {
    
    
  }


.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 .shogun-image-content {
  
    align-items: center;
  
}

.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container {
      position: relative;
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c739961f-a5bd-4710-a1a3-d98cc4cd3a58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2ce682d5-d860-4069-975d-d02bf3cae304 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ce682d5-d860-4069-975d-d02bf3cae304 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-68415c3d-1b4a-44fe-9737-c9257b14a90e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-68415c3d-1b4a-44fe-9737-c9257b14a90e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-68415c3d-1b4a-44fe-9737-c9257b14a90e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-68415c3d-1b4a-44fe-9737-c9257b14a90e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d878952b-66a0-4221-8c69-38bf4276d34e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d878952b-66a0-4221-8c69-38bf4276d34e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d878952b-66a0-4221-8c69-38bf4276d34e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d878952b-66a0-4221-8c69-38bf4276d34e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d878952b-66a0-4221-8c69-38bf4276d34e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d878952b-66a0-4221-8c69-38bf4276d34e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d878952b-66a0-4221-8c69-38bf4276d34e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d878952b-66a0-4221-8c69-38bf4276d34e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a811887a-4b5f-4408-9bb9-9e4d56709423 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a811887a-4b5f-4408-9bb9-9e4d56709423 {
    width: 100%;
    height: auto;
  }

  #s-a811887a-4b5f-4408-9bb9-9e4d56709423 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image {
    
    
  }


.s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shogun-image-content {
  
    align-items: center;
  
}

.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a811887a-4b5f-4408-9bb9-9e4d56709423 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container {
      position: relative;
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a811887a-4b5f-4408-9bb9-9e4d56709423 {
    width: 100%;
    height: auto;
  }

  #s-a811887a-4b5f-4408-9bb9-9e4d56709423 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image {
    
    
  }


.s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shogun-image-content {
  
    align-items: center;
  
}

.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a811887a-4b5f-4408-9bb9-9e4d56709423 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container {
      position: relative;
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a811887a-4b5f-4408-9bb9-9e4d56709423 {
    width: 100%;
    height: auto;
  }

  #s-a811887a-4b5f-4408-9bb9-9e4d56709423 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image {
    
    
  }


.s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shogun-image-content {
  
    align-items: center;
  
}

.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a811887a-4b5f-4408-9bb9-9e4d56709423 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container {
      position: relative;
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a811887a-4b5f-4408-9bb9-9e4d56709423 {
    width: 100%;
    height: auto;
  }

  #s-a811887a-4b5f-4408-9bb9-9e4d56709423 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image {
    
    
  }


.s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shogun-image-content {
  
    align-items: center;
  
}

.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a811887a-4b5f-4408-9bb9-9e4d56709423 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container {
      position: relative;
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-a811887a-4b5f-4408-9bb9-9e4d56709423 {
    width: 100%;
    height: auto;
  }

  #s-a811887a-4b5f-4408-9bb9-9e4d56709423 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image {
    
    
  }


.s-a811887a-4b5f-4408-9bb9-9e4d56709423 .shogun-image-content {
  
    align-items: center;
  
}

.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a811887a-4b5f-4408-9bb9-9e4d56709423 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container {
      position: relative;
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a811887a-4b5f-4408-9bb9-9e4d56709423 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-778b4893-7c65-4597-b2ed-27cc42d96e0e {
  margin-left: 0%;
margin-right: 0%;
}

#s-d704715f-7c56-44af-930d-f5ad64e26617 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d704715f-7c56-44af-930d-f5ad64e26617 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-78394f42-1d40-4ead-b39e-af1d9becb52c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-78394f42-1d40-4ead-b39e-af1d9becb52c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-78394f42-1d40-4ead-b39e-af1d9becb52c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-78394f42-1d40-4ead-b39e-af1d9becb52c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aab88249-f65b-431d-9a4a-cf98210d595a {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aab88249-f65b-431d-9a4a-cf98210d595a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aab88249-f65b-431d-9a4a-cf98210d595a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aab88249-f65b-431d-9a4a-cf98210d595a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aab88249-f65b-431d-9a4a-cf98210d595a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aab88249-f65b-431d-9a4a-cf98210d595a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-aab88249-f65b-431d-9a4a-cf98210d595a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-aab88249-f65b-431d-9a4a-cf98210d595a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-79136542-577d-4167-ab63-ad94d984317b {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-79136542-577d-4167-ab63-ad94d984317b .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-79136542-577d-4167-ab63-ad94d984317b .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79136542-577d-4167-ab63-ad94d984317b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79136542-577d-4167-ab63-ad94d984317b {
    width: 100%;
    height: auto;
  }

  #s-79136542-577d-4167-ab63-ad94d984317b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79136542-577d-4167-ab63-ad94d984317b.shogun-image {
    
    
  }


.s-79136542-577d-4167-ab63-ad94d984317b .shogun-image-content {
  
    align-items: center;
  
}

.s-79136542-577d-4167-ab63-ad94d984317b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79136542-577d-4167-ab63-ad94d984317b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79136542-577d-4167-ab63-ad94d984317b {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container {
      position: relative;
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79136542-577d-4167-ab63-ad94d984317b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-79136542-577d-4167-ab63-ad94d984317b .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-79136542-577d-4167-ab63-ad94d984317b .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79136542-577d-4167-ab63-ad94d984317b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79136542-577d-4167-ab63-ad94d984317b {
    width: 100%;
    height: auto;
  }

  #s-79136542-577d-4167-ab63-ad94d984317b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79136542-577d-4167-ab63-ad94d984317b.shogun-image {
    
    
  }


.s-79136542-577d-4167-ab63-ad94d984317b .shogun-image-content {
  
    align-items: center;
  
}

.s-79136542-577d-4167-ab63-ad94d984317b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79136542-577d-4167-ab63-ad94d984317b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79136542-577d-4167-ab63-ad94d984317b {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container {
      position: relative;
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79136542-577d-4167-ab63-ad94d984317b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-79136542-577d-4167-ab63-ad94d984317b .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-79136542-577d-4167-ab63-ad94d984317b .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79136542-577d-4167-ab63-ad94d984317b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79136542-577d-4167-ab63-ad94d984317b {
    width: 100%;
    height: auto;
  }

  #s-79136542-577d-4167-ab63-ad94d984317b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79136542-577d-4167-ab63-ad94d984317b.shogun-image {
    
    
  }


.s-79136542-577d-4167-ab63-ad94d984317b .shogun-image-content {
  
    align-items: center;
  
}

.s-79136542-577d-4167-ab63-ad94d984317b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79136542-577d-4167-ab63-ad94d984317b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79136542-577d-4167-ab63-ad94d984317b {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container {
      position: relative;
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79136542-577d-4167-ab63-ad94d984317b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-79136542-577d-4167-ab63-ad94d984317b .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-79136542-577d-4167-ab63-ad94d984317b .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79136542-577d-4167-ab63-ad94d984317b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79136542-577d-4167-ab63-ad94d984317b {
    width: 100%;
    height: auto;
  }

  #s-79136542-577d-4167-ab63-ad94d984317b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79136542-577d-4167-ab63-ad94d984317b.shogun-image {
    
    
  }


.s-79136542-577d-4167-ab63-ad94d984317b .shogun-image-content {
  
    align-items: center;
  
}

.s-79136542-577d-4167-ab63-ad94d984317b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79136542-577d-4167-ab63-ad94d984317b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79136542-577d-4167-ab63-ad94d984317b {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container {
      position: relative;
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79136542-577d-4167-ab63-ad94d984317b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-79136542-577d-4167-ab63-ad94d984317b .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-79136542-577d-4167-ab63-ad94d984317b .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-79136542-577d-4167-ab63-ad94d984317b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-79136542-577d-4167-ab63-ad94d984317b {
    width: 100%;
    height: auto;
  }

  #s-79136542-577d-4167-ab63-ad94d984317b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79136542-577d-4167-ab63-ad94d984317b.shogun-image {
    
    
  }


.s-79136542-577d-4167-ab63-ad94d984317b .shogun-image-content {
  
    align-items: center;
  
}

.s-79136542-577d-4167-ab63-ad94d984317b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79136542-577d-4167-ab63-ad94d984317b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79136542-577d-4167-ab63-ad94d984317b {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container {
      position: relative;
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79136542-577d-4167-ab63-ad94d984317b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79136542-577d-4167-ab63-ad94d984317b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-38721eed-6b5d-4faa-822d-9297bb2e0906 {
  margin-left: 0%;
margin-right: 0%;
}

#s-9d7ed41d-752f-4cb9-bfce-e0f3898f718a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d7ed41d-752f-4cb9-bfce-e0f3898f718a .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-24718e15-a1e0-4d75-9c38-a2397a818038 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-24718e15-a1e0-4d75-9c38-a2397a818038 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-24718e15-a1e0-4d75-9c38-a2397a818038 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-24718e15-a1e0-4d75-9c38-a2397a818038 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5d7fc07f-b363-4c25-8ac3-489e69fda85e {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5d7fc07f-b363-4c25-8ac3-489e69fda85e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d7fc07f-b363-4c25-8ac3-489e69fda85e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d7fc07f-b363-4c25-8ac3-489e69fda85e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d7fc07f-b363-4c25-8ac3-489e69fda85e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d7fc07f-b363-4c25-8ac3-489e69fda85e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5d7fc07f-b363-4c25-8ac3-489e69fda85e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5d7fc07f-b363-4c25-8ac3-489e69fda85e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-502e9752-aaef-4736-ba31-58818239dde0 {
  margin-left: auto;
margin-right: auto;
}

#s-e8683fe5-9b18-41cd-bd72-c8f5737a884b {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b {
    width: 100%;
    height: auto;
  }

  #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image {
    
    
  }


.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shogun-image-content {
  
    align-items: center;
  
}

.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container {
      position: relative;
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b {
    width: 100%;
    height: auto;
  }

  #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image {
    
    
  }


.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shogun-image-content {
  
    align-items: center;
  
}

.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container {
      position: relative;
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b {
    width: 100%;
    height: auto;
  }

  #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image {
    
    
  }


.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shogun-image-content {
  
    align-items: center;
  
}

.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container {
      position: relative;
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b {
    width: 100%;
    height: auto;
  }

  #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image {
    
    
  }


.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shogun-image-content {
  
    align-items: center;
  
}

.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container {
      position: relative;
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b {
    width: 100%;
    height: auto;
  }

  #s-e8683fe5-9b18-41cd-bd72-c8f5737a884b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image {
    
    
  }


.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b .shogun-image-content {
  
    align-items: center;
  
}

.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container {
      position: relative;
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8683fe5-9b18-41cd-bd72-c8f5737a884b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fcbdfb56-c1b5-4084-85a8-7ea4ecb8b06e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcbdfb56-c1b5-4084-85a8-7ea4ecb8b06e .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-7ac624a7-25b7-4542-9a47-7d209945e627 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-7ac624a7-25b7-4542-9a47-7d209945e627 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7ac624a7-25b7-4542-9a47-7d209945e627 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7ac624a7-25b7-4542-9a47-7d209945e627 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-270c833b-12e0-4fc6-9a6f-ee9af0985722 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-270c833b-12e0-4fc6-9a6f-ee9af0985722:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-270c833b-12e0-4fc6-9a6f-ee9af0985722:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-270c833b-12e0-4fc6-9a6f-ee9af0985722 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-270c833b-12e0-4fc6-9a6f-ee9af0985722.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-270c833b-12e0-4fc6-9a6f-ee9af0985722.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-270c833b-12e0-4fc6-9a6f-ee9af0985722.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-270c833b-12e0-4fc6-9a6f-ee9af0985722.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e1e801e1-fc57-451b-9f70-d4ba7ad80f0f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1e801e1-fc57-451b-9f70-d4ba7ad80f0f {
  display: none;
}
#s-e1e801e1-fc57-451b-9f70-d4ba7ad80f0f, #wrap-s-e1e801e1-fc57-451b-9f70-d4ba7ad80f0f { display: none !important; }}@media (max-width: 767px){#s-e1e801e1-fc57-451b-9f70-d4ba7ad80f0f {
  display: none;
}
#s-e1e801e1-fc57-451b-9f70-d4ba7ad80f0f, #wrap-s-e1e801e1-fc57-451b-9f70-d4ba7ad80f0f { display: none !important; }}







#s-e1e801e1-fc57-451b-9f70-d4ba7ad80f0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1e801e1-fc57-451b-9f70-d4ba7ad80f0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52944953-c7eb-46ac-97eb-f5af966bd41e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52944953-c7eb-46ac-97eb-f5af966bd41e .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 2px;
  
}



#s-8f5ca5f8-6207-46e2-b1bf-f7679adddb7d {
  margin-left: 10%;
margin-right: 10%;
}

#s-860f8544-fd22-4be0-b8a9-a9d18e3337db {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-860f8544-fd22-4be0-b8a9-a9d18e3337db .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-860f8544-fd22-4be0-b8a9-a9d18e3337db .shg-sld-nav-button.shg-sld-left,
#s-860f8544-fd22-4be0-b8a9-a9d18e3337db .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-54dfbde4-6ffd-4171-949b-66ac68c5b22e {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-54dfbde4-6ffd-4171-949b-66ac68c5b22e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-54dfbde4-6ffd-4171-949b-66ac68c5b22e"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-54dfbde4-6ffd-4171-949b-66ac68c5b22e"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-54dfbde4-6ffd-4171-949b-66ac68c5b22e"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-38ee77e6-8ef5-4336-98fa-862376e0e445 {
  margin-left: auto;
margin-right: auto;
}

#s-12275388-05e1-4aa3-9902-eee0a0f0a314 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-12275388-05e1-4aa3-9902-eee0a0f0a314 {
    width: 100%;
    height: auto;
  }

  #s-12275388-05e1-4aa3-9902-eee0a0f0a314 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image {
    
    
  }


.s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shogun-image-content {
  
    align-items: center;
  
}

.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12275388-05e1-4aa3-9902-eee0a0f0a314 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container {
      position: relative;
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-12275388-05e1-4aa3-9902-eee0a0f0a314 {
    width: 100%;
    height: auto;
  }

  #s-12275388-05e1-4aa3-9902-eee0a0f0a314 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image {
    
    
  }


.s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shogun-image-content {
  
    align-items: center;
  
}

.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12275388-05e1-4aa3-9902-eee0a0f0a314 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container {
      position: relative;
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-12275388-05e1-4aa3-9902-eee0a0f0a314 {
    width: 100%;
    height: auto;
  }

  #s-12275388-05e1-4aa3-9902-eee0a0f0a314 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image {
    
    
  }


.s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shogun-image-content {
  
    align-items: center;
  
}

.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12275388-05e1-4aa3-9902-eee0a0f0a314 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container {
      position: relative;
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-12275388-05e1-4aa3-9902-eee0a0f0a314 {
    width: 100%;
    height: auto;
  }

  #s-12275388-05e1-4aa3-9902-eee0a0f0a314 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image {
    
    
  }


.s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shogun-image-content {
  
    align-items: center;
  
}

.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12275388-05e1-4aa3-9902-eee0a0f0a314 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container {
      position: relative;
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-12275388-05e1-4aa3-9902-eee0a0f0a314 {
    width: 100%;
    height: auto;
  }

  #s-12275388-05e1-4aa3-9902-eee0a0f0a314 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image {
    
    
  }


.s-12275388-05e1-4aa3-9902-eee0a0f0a314 .shogun-image-content {
  
    align-items: center;
  
}

.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shg-align-container {
  display: flex;
  justify-content: center
}

.s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-12275388-05e1-4aa3-9902-eee0a0f0a314 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container {
      position: relative;
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-12275388-05e1-4aa3-9902-eee0a0f0a314 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-43208670-5992-4424-b2ae-31a73d4eccce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43208670-5992-4424-b2ae-31a73d4eccce .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-4f73cbd4-3f00-4822-8ecf-170a7b27106c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-4f73cbd4-3f00-4822-8ecf-170a7b27106c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f73cbd4-3f00-4822-8ecf-170a7b27106c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4f73cbd4-3f00-4822-8ecf-170a7b27106c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f60aa3a9-a1e6-4968-b1a4-fb9da4fb9a09 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f60aa3a9-a1e6-4968-b1a4-fb9da4fb9a09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f60aa3a9-a1e6-4968-b1a4-fb9da4fb9a09:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f60aa3a9-a1e6-4968-b1a4-fb9da4fb9a09 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f60aa3a9-a1e6-4968-b1a4-fb9da4fb9a09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f60aa3a9-a1e6-4968-b1a4-fb9da4fb9a09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f60aa3a9-a1e6-4968-b1a4-fb9da4fb9a09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f60aa3a9-a1e6-4968-b1a4-fb9da4fb9a09.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5ce3cce9-be09-44e3-b132-fde2505e20dd {
  margin-left: auto;
margin-right: auto;
}

#s-8c645acc-494f-4689-a203-e68aa945098e {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8c645acc-494f-4689-a203-e68aa945098e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8c645acc-494f-4689-a203-e68aa945098e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c645acc-494f-4689-a203-e68aa945098e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c645acc-494f-4689-a203-e68aa945098e {
    width: 100%;
    height: auto;
  }

  #s-8c645acc-494f-4689-a203-e68aa945098e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image {
    
    
  }


.s-8c645acc-494f-4689-a203-e68aa945098e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c645acc-494f-4689-a203-e68aa945098e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c645acc-494f-4689-a203-e68aa945098e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container {
      position: relative;
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c645acc-494f-4689-a203-e68aa945098e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8c645acc-494f-4689-a203-e68aa945098e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c645acc-494f-4689-a203-e68aa945098e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c645acc-494f-4689-a203-e68aa945098e {
    width: 100%;
    height: auto;
  }

  #s-8c645acc-494f-4689-a203-e68aa945098e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image {
    
    
  }


.s-8c645acc-494f-4689-a203-e68aa945098e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c645acc-494f-4689-a203-e68aa945098e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c645acc-494f-4689-a203-e68aa945098e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container {
      position: relative;
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c645acc-494f-4689-a203-e68aa945098e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8c645acc-494f-4689-a203-e68aa945098e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c645acc-494f-4689-a203-e68aa945098e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c645acc-494f-4689-a203-e68aa945098e {
    width: 100%;
    height: auto;
  }

  #s-8c645acc-494f-4689-a203-e68aa945098e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image {
    
    
  }


.s-8c645acc-494f-4689-a203-e68aa945098e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c645acc-494f-4689-a203-e68aa945098e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c645acc-494f-4689-a203-e68aa945098e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container {
      position: relative;
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c645acc-494f-4689-a203-e68aa945098e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8c645acc-494f-4689-a203-e68aa945098e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c645acc-494f-4689-a203-e68aa945098e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c645acc-494f-4689-a203-e68aa945098e {
    width: 100%;
    height: auto;
  }

  #s-8c645acc-494f-4689-a203-e68aa945098e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image {
    
    
  }


.s-8c645acc-494f-4689-a203-e68aa945098e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c645acc-494f-4689-a203-e68aa945098e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c645acc-494f-4689-a203-e68aa945098e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container {
      position: relative;
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c645acc-494f-4689-a203-e68aa945098e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-8c645acc-494f-4689-a203-e68aa945098e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c645acc-494f-4689-a203-e68aa945098e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8c645acc-494f-4689-a203-e68aa945098e {
    width: 100%;
    height: auto;
  }

  #s-8c645acc-494f-4689-a203-e68aa945098e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image {
    
    
  }


.s-8c645acc-494f-4689-a203-e68aa945098e .shogun-image-content {
  
    align-items: center;
  
}

.s-8c645acc-494f-4689-a203-e68aa945098e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c645acc-494f-4689-a203-e68aa945098e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container {
      position: relative;
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c645acc-494f-4689-a203-e68aa945098e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a94a8aa8-98db-41b4-b090-b628926e0f13 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a94a8aa8-98db-41b4-b090-b628926e0f13 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-89ce471b-028d-4206-afb0-375fd83955e0 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-89ce471b-028d-4206-afb0-375fd83955e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-89ce471b-028d-4206-afb0-375fd83955e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-89ce471b-028d-4206-afb0-375fd83955e0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7f4d7443-6895-4866-b225-901ed9273347 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7f4d7443-6895-4866-b225-901ed9273347:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f4d7443-6895-4866-b225-901ed9273347:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7f4d7443-6895-4866-b225-901ed9273347 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7f4d7443-6895-4866-b225-901ed9273347.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7f4d7443-6895-4866-b225-901ed9273347.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7f4d7443-6895-4866-b225-901ed9273347.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7f4d7443-6895-4866-b225-901ed9273347.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7c4383bf-e213-40d8-b980-2a85500c1a62 {
  margin-left: auto;
margin-right: auto;
}

#s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 {
    width: 100%;
    height: auto;
  }

  #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image {
    
    
  }


.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container {
      position: relative;
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 {
    width: 100%;
    height: auto;
  }

  #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image {
    
    
  }


.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container {
      position: relative;
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 {
    width: 100%;
    height: auto;
  }

  #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image {
    
    
  }


.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container {
      position: relative;
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 {
    width: 100%;
    height: auto;
  }

  #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image {
    
    
  }


.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container {
      position: relative;
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 {
    width: 100%;
    height: auto;
  }

  #s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image {
    
    
  }


.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 .shogun-image-content {
  
    align-items: center;
  
}

.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container {
      position: relative;
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d5f9e31-e697-47b0-a4bb-bec8b971f680 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1a69f0a3-024f-48a6-a99f-0ab789d6a692 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a69f0a3-024f-48a6-a99f-0ab789d6a692 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-908d9d37-2cbd-4bee-9e54-ece6292b68f9 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-908d9d37-2cbd-4bee-9e54-ece6292b68f9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-908d9d37-2cbd-4bee-9e54-ece6292b68f9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-908d9d37-2cbd-4bee-9e54-ece6292b68f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aae8ca72-257d-444c-9354-ccd9702f4933 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aae8ca72-257d-444c-9354-ccd9702f4933:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aae8ca72-257d-444c-9354-ccd9702f4933:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aae8ca72-257d-444c-9354-ccd9702f4933 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aae8ca72-257d-444c-9354-ccd9702f4933.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aae8ca72-257d-444c-9354-ccd9702f4933.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-aae8ca72-257d-444c-9354-ccd9702f4933.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-aae8ca72-257d-444c-9354-ccd9702f4933.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ba282f6b-7f05-46c6-92cc-67587b85dddb {
  margin-left: auto;
margin-right: auto;
}

#s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd {
    width: 100%;
    height: auto;
  }

  #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image {
    
    
  }


.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container {
      position: relative;
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd {
    width: 100%;
    height: auto;
  }

  #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image {
    
    
  }


.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container {
      position: relative;
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd {
    width: 100%;
    height: auto;
  }

  #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image {
    
    
  }


.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container {
      position: relative;
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd {
    width: 100%;
    height: auto;
  }

  #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image {
    
    
  }


.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container {
      position: relative;
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd {
    width: 100%;
    height: auto;
  }

  #s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image {
    
    
  }


.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container {
      position: relative;
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab3808e-7b90-40d8-a6ea-8e842fc451bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-260c8639-8ebb-4847-80f0-faa08e84e4e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-260c8639-8ebb-4847-80f0-faa08e84e4e8 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-ed8bffbf-c5ed-41e1-8fa5-74064356ebea {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-ed8bffbf-c5ed-41e1-8fa5-74064356ebea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ed8bffbf-c5ed-41e1-8fa5-74064356ebea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ed8bffbf-c5ed-41e1-8fa5-74064356ebea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8745a0ac-e309-4601-8092-ce8daeb9cc9d {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8745a0ac-e309-4601-8092-ce8daeb9cc9d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8745a0ac-e309-4601-8092-ce8daeb9cc9d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8745a0ac-e309-4601-8092-ce8daeb9cc9d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8745a0ac-e309-4601-8092-ce8daeb9cc9d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8745a0ac-e309-4601-8092-ce8daeb9cc9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8745a0ac-e309-4601-8092-ce8daeb9cc9d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8745a0ac-e309-4601-8092-ce8daeb9cc9d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f7f014b8-b97d-473c-826f-7d79c6448415 {
  margin-left: auto;
margin-right: auto;
}

#s-26a3bc0a-4816-47db-868a-dc1cae8be236 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26a3bc0a-4816-47db-868a-dc1cae8be236 {
    width: 100%;
    height: auto;
  }

  #s-26a3bc0a-4816-47db-868a-dc1cae8be236 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image {
    
    
  }


.s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shogun-image-content {
  
    align-items: center;
  
}

.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26a3bc0a-4816-47db-868a-dc1cae8be236 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container {
      position: relative;
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26a3bc0a-4816-47db-868a-dc1cae8be236 {
    width: 100%;
    height: auto;
  }

  #s-26a3bc0a-4816-47db-868a-dc1cae8be236 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image {
    
    
  }


.s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shogun-image-content {
  
    align-items: center;
  
}

.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26a3bc0a-4816-47db-868a-dc1cae8be236 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container {
      position: relative;
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26a3bc0a-4816-47db-868a-dc1cae8be236 {
    width: 100%;
    height: auto;
  }

  #s-26a3bc0a-4816-47db-868a-dc1cae8be236 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image {
    
    
  }


.s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shogun-image-content {
  
    align-items: center;
  
}

.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26a3bc0a-4816-47db-868a-dc1cae8be236 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container {
      position: relative;
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26a3bc0a-4816-47db-868a-dc1cae8be236 {
    width: 100%;
    height: auto;
  }

  #s-26a3bc0a-4816-47db-868a-dc1cae8be236 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image {
    
    
  }


.s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shogun-image-content {
  
    align-items: center;
  
}

.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26a3bc0a-4816-47db-868a-dc1cae8be236 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container {
      position: relative;
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-26a3bc0a-4816-47db-868a-dc1cae8be236 {
    width: 100%;
    height: auto;
  }

  #s-26a3bc0a-4816-47db-868a-dc1cae8be236 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image {
    
    
  }


.s-26a3bc0a-4816-47db-868a-dc1cae8be236 .shogun-image-content {
  
    align-items: center;
  
}

.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26a3bc0a-4816-47db-868a-dc1cae8be236 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container {
      position: relative;
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26a3bc0a-4816-47db-868a-dc1cae8be236 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-155802d9-d539-49a3-b5f7-c536fff05364 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-155802d9-d539-49a3-b5f7-c536fff05364 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-dfec5845-4295-478e-9fd0-7208aa4eac07 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-dfec5845-4295-478e-9fd0-7208aa4eac07 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dfec5845-4295-478e-9fd0-7208aa4eac07 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-dfec5845-4295-478e-9fd0-7208aa4eac07 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d4912256-2b50-4999-b247-50d83b58f53f {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d4912256-2b50-4999-b247-50d83b58f53f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4912256-2b50-4999-b247-50d83b58f53f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d4912256-2b50-4999-b247-50d83b58f53f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4912256-2b50-4999-b247-50d83b58f53f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4912256-2b50-4999-b247-50d83b58f53f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d4912256-2b50-4999-b247-50d83b58f53f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d4912256-2b50-4999-b247-50d83b58f53f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-88942e25-8e02-42f0-9ac1-91de07860db4 {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-88942e25-8e02-42f0-9ac1-91de07860db4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-88942e25-8e02-42f0-9ac1-91de07860db4"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-88942e25-8e02-42f0-9ac1-91de07860db4"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-88942e25-8e02-42f0-9ac1-91de07860db4"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-0139132b-f631-4cdf-9531-d9b33fef9c1b {
  margin-left: auto;
margin-right: auto;
}

#s-303600a5-b17f-42c9-a2d3-bb817bac31ba {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-303600a5-b17f-42c9-a2d3-bb817bac31ba {
    width: 100%;
    height: auto;
  }

  #s-303600a5-b17f-42c9-a2d3-bb817bac31ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image {
    
    
  }


.s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shogun-image-content {
  
    align-items: center;
  
}

.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container {
      position: relative;
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-303600a5-b17f-42c9-a2d3-bb817bac31ba {
    width: 100%;
    height: auto;
  }

  #s-303600a5-b17f-42c9-a2d3-bb817bac31ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image {
    
    
  }


.s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shogun-image-content {
  
    align-items: center;
  
}

.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container {
      position: relative;
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-303600a5-b17f-42c9-a2d3-bb817bac31ba {
    width: 100%;
    height: auto;
  }

  #s-303600a5-b17f-42c9-a2d3-bb817bac31ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image {
    
    
  }


.s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shogun-image-content {
  
    align-items: center;
  
}

.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container {
      position: relative;
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-303600a5-b17f-42c9-a2d3-bb817bac31ba {
    width: 100%;
    height: auto;
  }

  #s-303600a5-b17f-42c9-a2d3-bb817bac31ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image {
    
    
  }


.s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shogun-image-content {
  
    align-items: center;
  
}

.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container {
      position: relative;
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-303600a5-b17f-42c9-a2d3-bb817bac31ba {
    width: 100%;
    height: auto;
  }

  #s-303600a5-b17f-42c9-a2d3-bb817bac31ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image {
    
    
  }


.s-303600a5-b17f-42c9-a2d3-bb817bac31ba .shogun-image-content {
  
    align-items: center;
  
}

.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container {
      position: relative;
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-303600a5-b17f-42c9-a2d3-bb817bac31ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-281a6e57-2f14-40a4-ac57-79d35463d4a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-281a6e57-2f14-40a4-ac57-79d35463d4a5 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-79393c54-7c61-4456-a63b-df1efaf88a46 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-79393c54-7c61-4456-a63b-df1efaf88a46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-79393c54-7c61-4456-a63b-df1efaf88a46 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-79393c54-7c61-4456-a63b-df1efaf88a46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1d13eeae-2341-4d3d-9f29-b8f21466f244 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1d13eeae-2341-4d3d-9f29-b8f21466f244:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d13eeae-2341-4d3d-9f29-b8f21466f244:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d13eeae-2341-4d3d-9f29-b8f21466f244 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d13eeae-2341-4d3d-9f29-b8f21466f244.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d13eeae-2341-4d3d-9f29-b8f21466f244.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1d13eeae-2341-4d3d-9f29-b8f21466f244.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d13eeae-2341-4d3d-9f29-b8f21466f244.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-676c2b90-28b8-4ef3-a04a-975325740de0 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-676c2b90-28b8-4ef3-a04a-975325740de0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-676c2b90-28b8-4ef3-a04a-975325740de0"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-676c2b90-28b8-4ef3-a04a-975325740de0"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-676c2b90-28b8-4ef3-a04a-975325740de0"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-25ed4efa-ad3c-4254-8f05-45fcf8027864 {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/2000;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 {
    width: 100%;
    height: auto;
  }

  #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image {
    
    
  }


.s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864 {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container {
      position: relative;
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 {
    width: 100%;
    height: auto;
  }

  #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image {
    
    
  }


.s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864 {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container {
      position: relative;
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 {
    width: 100%;
    height: auto;
  }

  #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image {
    
    
  }


.s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864 {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container {
      position: relative;
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 {
    width: 100%;
    height: auto;
  }

  #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image {
    
    
  }


.s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864 {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container {
      position: relative;
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 {
    width: 100%;
    height: auto;
  }

  #s-25ed4efa-ad3c-4254-8f05-45fcf8027864 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image {
    
    
  }


.s-25ed4efa-ad3c-4254-8f05-45fcf8027864 .shogun-image-content {
  
    align-items: center;
  
}

.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864 {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container {
      position: relative;
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25ed4efa-ad3c-4254-8f05-45fcf8027864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee {
    width: 100%;
    height: auto;
  }

  #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image {
    
    
  }


.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shogun-image-content {
  
    align-items: center;
  
}

.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container {
      position: relative;
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee {
    width: 100%;
    height: auto;
  }

  #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image {
    
    
  }


.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shogun-image-content {
  
    align-items: center;
  
}

.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container {
      position: relative;
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee {
    width: 100%;
    height: auto;
  }

  #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image {
    
    
  }


.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shogun-image-content {
  
    align-items: center;
  
}

.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container {
      position: relative;
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee {
    width: 100%;
    height: auto;
  }

  #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image {
    
    
  }


.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shogun-image-content {
  
    align-items: center;
  
}

.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container {
      position: relative;
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee {
    width: 100%;
    height: auto;
  }

  #s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image {
    
    
  }


.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee .shogun-image-content {
  
    align-items: center;
  
}

.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container {
      position: relative;
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44e6d8cb-016a-4fd3-834e-0a1a7c1f78ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5c764908-d02d-44f4-a682-1dd3aa6920a1 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c764908-d02d-44f4-a682-1dd3aa6920a1 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-d4cea1b1-fdb5-407a-b112-ce79ac9e19ef {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-d4cea1b1-fdb5-407a-b112-ce79ac9e19ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d4cea1b1-fdb5-407a-b112-ce79ac9e19ef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d4cea1b1-fdb5-407a-b112-ce79ac9e19ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2810cfd9-0d58-4cd1-95e9-0fde02b6dd76 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2810cfd9-0d58-4cd1-95e9-0fde02b6dd76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2810cfd9-0d58-4cd1-95e9-0fde02b6dd76:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2810cfd9-0d58-4cd1-95e9-0fde02b6dd76 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2810cfd9-0d58-4cd1-95e9-0fde02b6dd76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2810cfd9-0d58-4cd1-95e9-0fde02b6dd76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2810cfd9-0d58-4cd1-95e9-0fde02b6dd76.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2810cfd9-0d58-4cd1-95e9-0fde02b6dd76.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 {
    width: 100%;
    height: auto;
  }

  #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image {
    
    
  }


.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shogun-image-content {
  
    align-items: center;
  
}

.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container {
      position: relative;
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 {
    width: 100%;
    height: auto;
  }

  #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image {
    
    
  }


.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shogun-image-content {
  
    align-items: center;
  
}

.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container {
      position: relative;
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 {
    width: 100%;
    height: auto;
  }

  #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image {
    
    
  }


.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shogun-image-content {
  
    align-items: center;
  
}

.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container {
      position: relative;
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 {
    width: 100%;
    height: auto;
  }

  #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image {
    
    
  }


.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shogun-image-content {
  
    align-items: center;
  
}

.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container {
      position: relative;
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 {
    width: 100%;
    height: auto;
  }

  #s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image {
    
    
  }


.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 .shogun-image-content {
  
    align-items: center;
  
}

.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container {
      position: relative;
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-334b4d20-3cf6-4597-87c6-963c2dfcbd97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-35817004-98aa-4101-9a87-a7082d0003f0 {
  margin-left: 0%;
margin-right: 0%;
}

#s-ee9a12c4-e482-495c-bc41-35885c97b9b5 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee9a12c4-e482-495c-bc41-35885c97b9b5 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-56d1f138-2025-422a-86a0-f469b1d4c189 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-56d1f138-2025-422a-86a0-f469b1d4c189 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-56d1f138-2025-422a-86a0-f469b1d4c189 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-56d1f138-2025-422a-86a0-f469b1d4c189 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d50dfd8e-ebd2-4ec1-a427-8c71cc59204b {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d50dfd8e-ebd2-4ec1-a427-8c71cc59204b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d50dfd8e-ebd2-4ec1-a427-8c71cc59204b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d50dfd8e-ebd2-4ec1-a427-8c71cc59204b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d50dfd8e-ebd2-4ec1-a427-8c71cc59204b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d50dfd8e-ebd2-4ec1-a427-8c71cc59204b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d50dfd8e-ebd2-4ec1-a427-8c71cc59204b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d50dfd8e-ebd2-4ec1-a427-8c71cc59204b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f9fad873-d0de-403b-a714-58a0d9005426 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
aspect-ratio: 960/1248;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f9fad873-d0de-403b-a714-58a0d9005426 {
    width: 100%;
    height: auto;
  }

  #s-f9fad873-d0de-403b-a714-58a0d9005426 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image {
    
    
  }


.s-f9fad873-d0de-403b-a714-58a0d9005426 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9fad873-d0de-403b-a714-58a0d9005426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9fad873-d0de-403b-a714-58a0d9005426 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container {
      position: relative;
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f9fad873-d0de-403b-a714-58a0d9005426 {
    width: 100%;
    height: auto;
  }

  #s-f9fad873-d0de-403b-a714-58a0d9005426 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image {
    
    
  }


.s-f9fad873-d0de-403b-a714-58a0d9005426 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9fad873-d0de-403b-a714-58a0d9005426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9fad873-d0de-403b-a714-58a0d9005426 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container {
      position: relative;
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f9fad873-d0de-403b-a714-58a0d9005426 {
    width: 100%;
    height: auto;
  }

  #s-f9fad873-d0de-403b-a714-58a0d9005426 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image {
    
    
  }


.s-f9fad873-d0de-403b-a714-58a0d9005426 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9fad873-d0de-403b-a714-58a0d9005426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9fad873-d0de-403b-a714-58a0d9005426 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container {
      position: relative;
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f9fad873-d0de-403b-a714-58a0d9005426 {
    width: 100%;
    height: auto;
  }

  #s-f9fad873-d0de-403b-a714-58a0d9005426 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image {
    
    
  }


.s-f9fad873-d0de-403b-a714-58a0d9005426 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9fad873-d0de-403b-a714-58a0d9005426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9fad873-d0de-403b-a714-58a0d9005426 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container {
      position: relative;
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shg-image-content-wrapper {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }

    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shogun-image-link {
      aspect-ratio: 960/1248;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9fad873-d0de-403b-a714-58a0d9005426 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f9fad873-d0de-403b-a714-58a0d9005426 {
    width: 100%;
    height: auto;
  }

  #s-f9fad873-d0de-403b-a714-58a0d9005426 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image {
    
    
  }


.s-f9fad873-d0de-403b-a714-58a0d9005426 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9fad873-d0de-403b-a714-58a0d9005426.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9fad873-d0de-403b-a714-58a0d9005426 {
      --shg-aspect-ratio: calc(960/1248); 
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container {
      position: relative;
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9fad873-d0de-403b-a714-58a0d9005426 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c080b1a2-2022-45d5-88f3-4232d1ef1c4b {
  margin-left: 0%;
margin-right: 0%;
}

#s-d1f7a3c4-bf23-4ae5-a894-33be206fc2fa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1f7a3c4-bf23-4ae5-a894-33be206fc2fa .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-12ebdbdd-fd2f-4750-96d5-11dce8fd60e5 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-12ebdbdd-fd2f-4750-96d5-11dce8fd60e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-12ebdbdd-fd2f-4750-96d5-11dce8fd60e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-12ebdbdd-fd2f-4750-96d5-11dce8fd60e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b8e615b7-ca1d-4b99-9f6d-be6785ba298d {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b8e615b7-ca1d-4b99-9f6d-be6785ba298d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8e615b7-ca1d-4b99-9f6d-be6785ba298d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b8e615b7-ca1d-4b99-9f6d-be6785ba298d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8e615b7-ca1d-4b99-9f6d-be6785ba298d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8e615b7-ca1d-4b99-9f6d-be6785ba298d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b8e615b7-ca1d-4b99-9f6d-be6785ba298d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b8e615b7-ca1d-4b99-9f6d-be6785ba298d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-433c31b8-da35-4cc8-abab-9ca41aa53f02 {
  margin-left: auto;
margin-right: auto;
}

#s-b25becf9-63b5-4269-b9d2-5268c40217d4 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b25becf9-63b5-4269-b9d2-5268c40217d4 {
    width: 100%;
    height: auto;
  }

  #s-b25becf9-63b5-4269-b9d2-5268c40217d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image {
    
    
  }


.s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b25becf9-63b5-4269-b9d2-5268c40217d4 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container {
      position: relative;
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b25becf9-63b5-4269-b9d2-5268c40217d4 {
    width: 100%;
    height: auto;
  }

  #s-b25becf9-63b5-4269-b9d2-5268c40217d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image {
    
    
  }


.s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b25becf9-63b5-4269-b9d2-5268c40217d4 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container {
      position: relative;
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b25becf9-63b5-4269-b9d2-5268c40217d4 {
    width: 100%;
    height: auto;
  }

  #s-b25becf9-63b5-4269-b9d2-5268c40217d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image {
    
    
  }


.s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b25becf9-63b5-4269-b9d2-5268c40217d4 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container {
      position: relative;
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b25becf9-63b5-4269-b9d2-5268c40217d4 {
    width: 100%;
    height: auto;
  }

  #s-b25becf9-63b5-4269-b9d2-5268c40217d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image {
    
    
  }


.s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b25becf9-63b5-4269-b9d2-5268c40217d4 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container {
      position: relative;
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b25becf9-63b5-4269-b9d2-5268c40217d4 {
    width: 100%;
    height: auto;
  }

  #s-b25becf9-63b5-4269-b9d2-5268c40217d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image {
    
    
  }


.s-b25becf9-63b5-4269-b9d2-5268c40217d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b25becf9-63b5-4269-b9d2-5268c40217d4 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container {
      position: relative;
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b25becf9-63b5-4269-b9d2-5268c40217d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-62594573-15ce-44d9-8201-e9fc2b003584 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62594573-15ce-44d9-8201-e9fc2b003584 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-5ce039f1-b865-42e1-aa59-2ae6fccfd46c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-5ce039f1-b865-42e1-aa59-2ae6fccfd46c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5ce039f1-b865-42e1-aa59-2ae6fccfd46c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5ce039f1-b865-42e1-aa59-2ae6fccfd46c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-70c1b939-e82a-4e15-a41b-81058241cb87 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-70c1b939-e82a-4e15-a41b-81058241cb87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70c1b939-e82a-4e15-a41b-81058241cb87:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70c1b939-e82a-4e15-a41b-81058241cb87 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-70c1b939-e82a-4e15-a41b-81058241cb87.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-70c1b939-e82a-4e15-a41b-81058241cb87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-70c1b939-e82a-4e15-a41b-81058241cb87.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-70c1b939-e82a-4e15-a41b-81058241cb87.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9ae9eaf9-8303-45e6-94ca-417f14a96fec {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 7%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ae9eaf9-8303-45e6-94ca-417f14a96fec {
  display: none;
}
#s-9ae9eaf9-8303-45e6-94ca-417f14a96fec, #wrap-s-9ae9eaf9-8303-45e6-94ca-417f14a96fec { display: none !important; }}@media (max-width: 767px){#s-9ae9eaf9-8303-45e6-94ca-417f14a96fec {
  display: none;
}
#s-9ae9eaf9-8303-45e6-94ca-417f14a96fec, #wrap-s-9ae9eaf9-8303-45e6-94ca-417f14a96fec { display: none !important; }}







#s-9ae9eaf9-8303-45e6-94ca-417f14a96fec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ae9eaf9-8303-45e6-94ca-417f14a96fec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dbddbd4-8d50-4ace-b45f-469d5d221e87 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6dbddbd4-8d50-4ace-b45f-469d5d221e87 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 2px;
  
}



#s-6806f75d-7b8b-4f04-8c02-600c7cb69896 {
  margin-left: 10%;
margin-right: 10%;
}

#s-43ccf4ba-12c9-4f43-afb9-90fa53175f72 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-43ccf4ba-12c9-4f43-afb9-90fa53175f72 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-43ccf4ba-12c9-4f43-afb9-90fa53175f72 .shg-sld-nav-button.shg-sld-left,
#s-43ccf4ba-12c9-4f43-afb9-90fa53175f72 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c78aef6a-b9c3-44be-8ecf-48cd24b2c005 {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-c78aef6a-b9c3-44be-8ecf-48cd24b2c005"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c78aef6a-b9c3-44be-8ecf-48cd24b2c005"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-c78aef6a-b9c3-44be-8ecf-48cd24b2c005"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-c78aef6a-b9c3-44be-8ecf-48cd24b2c005"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-e3950065-5bbf-4226-a06b-540aac6d43e2 {
  margin-left: auto;
margin-right: auto;
}

#s-30e95a3a-5540-45f6-8652-b0addc628314 {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/3328;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30e95a3a-5540-45f6-8652-b0addc628314 {
    width: 100%;
    height: auto;
  }

  #s-30e95a3a-5540-45f6-8652-b0addc628314 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image {
    
    
  }


.s-30e95a3a-5540-45f6-8652-b0addc628314 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e95a3a-5540-45f6-8652-b0addc628314.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30e95a3a-5540-45f6-8652-b0addc628314 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container {
      position: relative;
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30e95a3a-5540-45f6-8652-b0addc628314 {
    width: 100%;
    height: auto;
  }

  #s-30e95a3a-5540-45f6-8652-b0addc628314 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image {
    
    
  }


.s-30e95a3a-5540-45f6-8652-b0addc628314 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e95a3a-5540-45f6-8652-b0addc628314.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30e95a3a-5540-45f6-8652-b0addc628314 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container {
      position: relative;
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30e95a3a-5540-45f6-8652-b0addc628314 {
    width: 100%;
    height: auto;
  }

  #s-30e95a3a-5540-45f6-8652-b0addc628314 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image {
    
    
  }


.s-30e95a3a-5540-45f6-8652-b0addc628314 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e95a3a-5540-45f6-8652-b0addc628314.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30e95a3a-5540-45f6-8652-b0addc628314 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container {
      position: relative;
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30e95a3a-5540-45f6-8652-b0addc628314 {
    width: 100%;
    height: auto;
  }

  #s-30e95a3a-5540-45f6-8652-b0addc628314 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image {
    
    
  }


.s-30e95a3a-5540-45f6-8652-b0addc628314 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e95a3a-5540-45f6-8652-b0addc628314.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30e95a3a-5540-45f6-8652-b0addc628314 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container {
      position: relative;
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30e95a3a-5540-45f6-8652-b0addc628314 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-30e95a3a-5540-45f6-8652-b0addc628314 {
    width: 100%;
    height: auto;
  }

  #s-30e95a3a-5540-45f6-8652-b0addc628314 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image {
    
    
  }


.s-30e95a3a-5540-45f6-8652-b0addc628314 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e95a3a-5540-45f6-8652-b0addc628314.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30e95a3a-5540-45f6-8652-b0addc628314 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container {
      position: relative;
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30e95a3a-5540-45f6-8652-b0addc628314 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f82ddb15-1aad-4507-baa3-0e6854b81687 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f82ddb15-1aad-4507-baa3-0e6854b81687 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-03d9fcd2-9d14-400e-9ea0-351b307a4bf3 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-03d9fcd2-9d14-400e-9ea0-351b307a4bf3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-03d9fcd2-9d14-400e-9ea0-351b307a4bf3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-03d9fcd2-9d14-400e-9ea0-351b307a4bf3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-37e58d78-a8a3-42ce-a7a2-579ea2c6f0f7 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-37e58d78-a8a3-42ce-a7a2-579ea2c6f0f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37e58d78-a8a3-42ce-a7a2-579ea2c6f0f7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37e58d78-a8a3-42ce-a7a2-579ea2c6f0f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37e58d78-a8a3-42ce-a7a2-579ea2c6f0f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37e58d78-a8a3-42ce-a7a2-579ea2c6f0f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-37e58d78-a8a3-42ce-a7a2-579ea2c6f0f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-37e58d78-a8a3-42ce-a7a2-579ea2c6f0f7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0d302611-4911-4a28-b318-6f411808e2c7 {
  margin-left: auto;
margin-right: auto;
}

#s-4a69d0c1-be2f-4b93-8276-f4654dc80174 {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/3328;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 {
    width: 100%;
    height: auto;
  }

  #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image {
    
    
  }


.s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container {
      position: relative;
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 {
    width: 100%;
    height: auto;
  }

  #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image {
    
    
  }


.s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container {
      position: relative;
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 {
    width: 100%;
    height: auto;
  }

  #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image {
    
    
  }


.s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container {
      position: relative;
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 {
    width: 100%;
    height: auto;
  }

  #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image {
    
    
  }


.s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container {
      position: relative;
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 {
    width: 100%;
    height: auto;
  }

  #s-4a69d0c1-be2f-4b93-8276-f4654dc80174 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image {
    
    
  }


.s-4a69d0c1-be2f-4b93-8276-f4654dc80174 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174 {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container {
      position: relative;
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a69d0c1-be2f-4b93-8276-f4654dc80174 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-788ff07b-1e80-4d50-9c28-185debfa8f81 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-788ff07b-1e80-4d50-9c28-185debfa8f81 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-7f04e875-deaf-42ca-8e11-53260d51bfc4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-7f04e875-deaf-42ca-8e11-53260d51bfc4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7f04e875-deaf-42ca-8e11-53260d51bfc4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7f04e875-deaf-42ca-8e11-53260d51bfc4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d486d663-511f-4308-92ca-e283e4925bf8 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d486d663-511f-4308-92ca-e283e4925bf8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d486d663-511f-4308-92ca-e283e4925bf8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d486d663-511f-4308-92ca-e283e4925bf8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d486d663-511f-4308-92ca-e283e4925bf8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d486d663-511f-4308-92ca-e283e4925bf8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d486d663-511f-4308-92ca-e283e4925bf8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d486d663-511f-4308-92ca-e283e4925bf8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cf7a4699-17b3-4e14-ae80-caf05bffd0a9 {
  margin-left: auto;
margin-right: auto;
}

#s-e742f17f-e2a3-4130-a544-ad2f2d62e54f {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f {
    width: 100%;
    height: auto;
  }

  #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image {
    
    
  }


.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shogun-image-content {
  
    align-items: center;
  
}

.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container {
      position: relative;
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f {
    width: 100%;
    height: auto;
  }

  #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image {
    
    
  }


.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shogun-image-content {
  
    align-items: center;
  
}

.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container {
      position: relative;
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f {
    width: 100%;
    height: auto;
  }

  #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image {
    
    
  }


.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shogun-image-content {
  
    align-items: center;
  
}

.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container {
      position: relative;
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f {
    width: 100%;
    height: auto;
  }

  #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image {
    
    
  }


.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shogun-image-content {
  
    align-items: center;
  
}

.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container {
      position: relative;
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f {
    width: 100%;
    height: auto;
  }

  #s-e742f17f-e2a3-4130-a544-ad2f2d62e54f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image {
    
    
  }


.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f .shogun-image-content {
  
    align-items: center;
  
}

.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container {
      position: relative;
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e742f17f-e2a3-4130-a544-ad2f2d62e54f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7388b4f9-e7f2-4ae4-a876-ff8c62b94a14 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 10%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7388b4f9-e7f2-4ae4-a876-ff8c62b94a14 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-c4af527f-5a52-4e3b-ae66-4f4a1565be57 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-c4af527f-5a52-4e3b-ae66-4f4a1565be57 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c4af527f-5a52-4e3b-ae66-4f4a1565be57 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c4af527f-5a52-4e3b-ae66-4f4a1565be57 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-28e7b476-8ff3-4d62-9bf0-54011f375226 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-28e7b476-8ff3-4d62-9bf0-54011f375226:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28e7b476-8ff3-4d62-9bf0-54011f375226:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-28e7b476-8ff3-4d62-9bf0-54011f375226 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-28e7b476-8ff3-4d62-9bf0-54011f375226.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-28e7b476-8ff3-4d62-9bf0-54011f375226.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-28e7b476-8ff3-4d62-9bf0-54011f375226.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-28e7b476-8ff3-4d62-9bf0-54011f375226.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c0bf3c83-603f-4673-84ce-26bd0029ffcf {
  margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c0bf3c83-603f-4673-84ce-26bd0029ffcf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c0bf3c83-603f-4673-84ce-26bd0029ffcf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c0bf3c83-603f-4673-84ce-26bd0029ffcf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c0bf3c83-603f-4673-84ce-26bd0029ffcf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-fa1ba9bc-1af3-4a60-9973-398536b4dcef {
  margin-left: auto;
margin-right: auto;
}

#s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  img.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image {
    
    
  }


.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image {
    
    
  }


.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image {
  box-sizing: border-box;
}




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





  img.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image {
    
    
  }


.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image {
  box-sizing: border-box;
}




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





  img.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image {
    
    
  }


.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image {
  box-sizing: border-box;
}




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





  img.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image {
    
    
  }


.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa3f25a5-cf3f-4145-ae24-c9c7c4bbc025.shogun-image {
  box-sizing: border-box;
}




}
#s-c7279d5a-7821-407c-bd12-5c8899d8d710 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7279d5a-7821-407c-bd12-5c8899d8d710 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-73da9fed-123b-4bcc-808c-b1b5bac8377f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-73da9fed-123b-4bcc-808c-b1b5bac8377f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-73da9fed-123b-4bcc-808c-b1b5bac8377f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-73da9fed-123b-4bcc-808c-b1b5bac8377f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d755c58f-e155-41ba-a3e3-c8345c1aabd8 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d755c58f-e155-41ba-a3e3-c8345c1aabd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d755c58f-e155-41ba-a3e3-c8345c1aabd8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d755c58f-e155-41ba-a3e3-c8345c1aabd8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d755c58f-e155-41ba-a3e3-c8345c1aabd8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d755c58f-e155-41ba-a3e3-c8345c1aabd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d755c58f-e155-41ba-a3e3-c8345c1aabd8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d755c58f-e155-41ba-a3e3-c8345c1aabd8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5fbb8532-3eb5-46c7-8814-b600566c1872 {
  margin-left: auto;
margin-right: auto;
}

#s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 {
    width: 100%;
    height: auto;
  }

  #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image {
    
    
  }


.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container {
      position: relative;
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 {
    width: 100%;
    height: auto;
  }

  #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image {
    
    
  }


.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container {
      position: relative;
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 {
    width: 100%;
    height: auto;
  }

  #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image {
    
    
  }


.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container {
      position: relative;
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 {
    width: 100%;
    height: auto;
  }

  #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image {
    
    
  }


.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container {
      position: relative;
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 {
    width: 100%;
    height: auto;
  }

  #s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image {
    
    
  }


.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container {
      position: relative;
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb1d0adf-556a-4fb7-a2b8-b07ed1847ef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c038fb3d-5b6f-40c4-829f-51cd23921bc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c038fb3d-5b6f-40c4-829f-51cd23921bc7 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-ef2427e5-0246-4039-90dd-5672f1b70a99 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-ef2427e5-0246-4039-90dd-5672f1b70a99 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ef2427e5-0246-4039-90dd-5672f1b70a99 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ef2427e5-0246-4039-90dd-5672f1b70a99 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-782bd7d5-d895-43b3-a8db-1de185ac5d9d {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-782bd7d5-d895-43b3-a8db-1de185ac5d9d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-782bd7d5-d895-43b3-a8db-1de185ac5d9d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-782bd7d5-d895-43b3-a8db-1de185ac5d9d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-782bd7d5-d895-43b3-a8db-1de185ac5d9d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-782bd7d5-d895-43b3-a8db-1de185ac5d9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-782bd7d5-d895-43b3-a8db-1de185ac5d9d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-782bd7d5-d895-43b3-a8db-1de185ac5d9d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bac51a97-05b8-438c-834a-aad409737f98 {
  margin-left: auto;
margin-right: auto;
}

#s-0d55b400-19d9-4507-b251-05699e0926c0 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0d55b400-19d9-4507-b251-05699e0926c0 {
    width: 100%;
    height: auto;
  }

  #s-0d55b400-19d9-4507-b251-05699e0926c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image {
    
    
  }


.s-0d55b400-19d9-4507-b251-05699e0926c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d55b400-19d9-4507-b251-05699e0926c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d55b400-19d9-4507-b251-05699e0926c0 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container {
      position: relative;
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0d55b400-19d9-4507-b251-05699e0926c0 {
    width: 100%;
    height: auto;
  }

  #s-0d55b400-19d9-4507-b251-05699e0926c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image {
    
    
  }


.s-0d55b400-19d9-4507-b251-05699e0926c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d55b400-19d9-4507-b251-05699e0926c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d55b400-19d9-4507-b251-05699e0926c0 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container {
      position: relative;
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0d55b400-19d9-4507-b251-05699e0926c0 {
    width: 100%;
    height: auto;
  }

  #s-0d55b400-19d9-4507-b251-05699e0926c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image {
    
    
  }


.s-0d55b400-19d9-4507-b251-05699e0926c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d55b400-19d9-4507-b251-05699e0926c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d55b400-19d9-4507-b251-05699e0926c0 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container {
      position: relative;
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0d55b400-19d9-4507-b251-05699e0926c0 {
    width: 100%;
    height: auto;
  }

  #s-0d55b400-19d9-4507-b251-05699e0926c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image {
    
    
  }


.s-0d55b400-19d9-4507-b251-05699e0926c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d55b400-19d9-4507-b251-05699e0926c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d55b400-19d9-4507-b251-05699e0926c0 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container {
      position: relative;
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d55b400-19d9-4507-b251-05699e0926c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0d55b400-19d9-4507-b251-05699e0926c0 {
    width: 100%;
    height: auto;
  }

  #s-0d55b400-19d9-4507-b251-05699e0926c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image {
    
    
  }


.s-0d55b400-19d9-4507-b251-05699e0926c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0d55b400-19d9-4507-b251-05699e0926c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d55b400-19d9-4507-b251-05699e0926c0 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container {
      position: relative;
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d55b400-19d9-4507-b251-05699e0926c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7f3aad97-ac2f-497e-b277-dc9c264264a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f3aad97-ac2f-497e-b277-dc9c264264a9 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-25fb4c90-007b-41b2-a132-8629d7135e54 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-25fb4c90-007b-41b2-a132-8629d7135e54 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-25fb4c90-007b-41b2-a132-8629d7135e54 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-25fb4c90-007b-41b2-a132-8629d7135e54 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-abf8f283-94e9-4a12-93f2-38fcfbe47819 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-abf8f283-94e9-4a12-93f2-38fcfbe47819:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abf8f283-94e9-4a12-93f2-38fcfbe47819:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-abf8f283-94e9-4a12-93f2-38fcfbe47819 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abf8f283-94e9-4a12-93f2-38fcfbe47819.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abf8f283-94e9-4a12-93f2-38fcfbe47819.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-abf8f283-94e9-4a12-93f2-38fcfbe47819.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-abf8f283-94e9-4a12-93f2-38fcfbe47819.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-058f6ae0-00af-4132-832a-32d8ff9fa199 {
  margin-left: auto;
margin-right: auto;
}

#s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 {
    width: 100%;
    height: auto;
  }

  #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image {
    
    
  }


.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shogun-image-content {
  
    align-items: center;
  
}

.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container {
      position: relative;
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 {
    width: 100%;
    height: auto;
  }

  #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image {
    
    
  }


.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shogun-image-content {
  
    align-items: center;
  
}

.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container {
      position: relative;
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 {
    width: 100%;
    height: auto;
  }

  #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image {
    
    
  }


.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shogun-image-content {
  
    align-items: center;
  
}

.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container {
      position: relative;
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 {
    width: 100%;
    height: auto;
  }

  #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image {
    
    
  }


.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shogun-image-content {
  
    align-items: center;
  
}

.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container {
      position: relative;
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 {
    width: 100%;
    height: auto;
  }

  #s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image {
    
    
  }


.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 .shogun-image-content {
  
    align-items: center;
  
}

.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container {
      position: relative;
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41c16a14-8765-4bf1-9c0f-80e4fa10d433 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e0d4770f-42c2-4ca5-9852-1a3421197e0a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0d4770f-42c2-4ca5-9852-1a3421197e0a .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-dbfc468d-0994-454d-a8b6-5419f330258f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-dbfc468d-0994-454d-a8b6-5419f330258f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dbfc468d-0994-454d-a8b6-5419f330258f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-dbfc468d-0994-454d-a8b6-5419f330258f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6e33d158-b173-414d-9043-2b8fbe0ddae2 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6e33d158-b173-414d-9043-2b8fbe0ddae2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e33d158-b173-414d-9043-2b8fbe0ddae2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e33d158-b173-414d-9043-2b8fbe0ddae2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e33d158-b173-414d-9043-2b8fbe0ddae2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e33d158-b173-414d-9043-2b8fbe0ddae2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6e33d158-b173-414d-9043-2b8fbe0ddae2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6e33d158-b173-414d-9043-2b8fbe0ddae2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c6ffdc12-09c2-4c26-921d-b828e0268f90 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-c6ffdc12-09c2-4c26-921d-b828e0268f90"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c6ffdc12-09c2-4c26-921d-b828e0268f90"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-c6ffdc12-09c2-4c26-921d-b828e0268f90"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6ffdc12-09c2-4c26-921d-b828e0268f90"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/2000;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab {
    width: 100%;
    height: auto;
  }

  #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image {
    
    
  }


.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shogun-image-content {
  
    align-items: center;
  
}

.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container {
      position: relative;
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab {
    width: 100%;
    height: auto;
  }

  #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image {
    
    
  }


.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shogun-image-content {
  
    align-items: center;
  
}

.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container {
      position: relative;
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab {
    width: 100%;
    height: auto;
  }

  #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image {
    
    
  }


.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shogun-image-content {
  
    align-items: center;
  
}

.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container {
      position: relative;
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab {
    width: 100%;
    height: auto;
  }

  #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image {
    
    
  }


.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shogun-image-content {
  
    align-items: center;
  
}

.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container {
      position: relative;
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab {
    width: 100%;
    height: auto;
  }

  #s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image {
    
    
  }


.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab .shogun-image-content {
  
    align-items: center;
  
}

.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container {
      position: relative;
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4acdb5bf-4686-4d7b-bc5b-c57c5abc75ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-08ac446d-2f2d-4cbe-9be0-218b88eb943b {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/3328;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b {
    width: 100%;
    height: auto;
  }

  #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image {
    
    
  }


.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shogun-image-content {
  
    align-items: center;
  
}

.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container {
      position: relative;
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b {
    width: 100%;
    height: auto;
  }

  #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image {
    
    
  }


.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shogun-image-content {
  
    align-items: center;
  
}

.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container {
      position: relative;
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b {
    width: 100%;
    height: auto;
  }

  #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image {
    
    
  }


.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shogun-image-content {
  
    align-items: center;
  
}

.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container {
      position: relative;
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b {
    width: 100%;
    height: auto;
  }

  #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image {
    
    
  }


.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shogun-image-content {
  
    align-items: center;
  
}

.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container {
      position: relative;
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b {
    width: 100%;
    height: auto;
  }

  #s-08ac446d-2f2d-4cbe-9be0-218b88eb943b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image {
    
    
  }


.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b .shogun-image-content {
  
    align-items: center;
  
}

.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container {
      position: relative;
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-08ac446d-2f2d-4cbe-9be0-218b88eb943b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-18874839-d038-406c-acfe-56b5cac69673 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18874839-d038-406c-acfe-56b5cac69673 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-0fcdf398-d615-4d41-8624-928239d63d44 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 14%;
margin-right: auto;
text-align: center;
}

#s-0fcdf398-d615-4d41-8624-928239d63d44 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0fcdf398-d615-4d41-8624-928239d63d44 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0fcdf398-d615-4d41-8624-928239d63d44 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0eab6797-5ca5-4977-b91c-07a6e54f8584 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0eab6797-5ca5-4977-b91c-07a6e54f8584:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0eab6797-5ca5-4977-b91c-07a6e54f8584:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0eab6797-5ca5-4977-b91c-07a6e54f8584 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0eab6797-5ca5-4977-b91c-07a6e54f8584.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0eab6797-5ca5-4977-b91c-07a6e54f8584.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0eab6797-5ca5-4977-b91c-07a6e54f8584.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0eab6797-5ca5-4977-b91c-07a6e54f8584.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-09c12e59-47db-4b9b-aff3-5508a6b56d7b {
  margin-left: 0%;
margin-right: 0%;
}

#s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce {
  margin-left: auto;
margin-right: auto;
max-width: 984px;
aspect-ratio: 984/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce {
    width: 100%;
    height: auto;
  }

  #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image {
    
    
  }


.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shogun-image-content {
  
    align-items: center;
  
}

.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container {
      position: relative;
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce {
    width: 100%;
    height: auto;
  }

  #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image {
    
    
  }


.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shogun-image-content {
  
    align-items: center;
  
}

.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container {
      position: relative;
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce {
    width: 100%;
    height: auto;
  }

  #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image {
    
    
  }


.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shogun-image-content {
  
    align-items: center;
  
}

.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container {
      position: relative;
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce {
    width: 100%;
    height: auto;
  }

  #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image {
    
    
  }


.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shogun-image-content {
  
    align-items: center;
  
}

.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container {
      position: relative;
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce {
    width: 100%;
    height: auto;
  }

  #s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image {
    
    
  }


.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce .shogun-image-content {
  
    align-items: center;
  
}

.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container {
      position: relative;
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-15b029d8-c9d9-4f1a-9905-c8e103ad19ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-47af8459-2b18-4fd9-8e42-016886133667 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47af8459-2b18-4fd9-8e42-016886133667 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-47f652db-c2f9-421d-b730-356979a895a6 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 14%;
margin-right: auto;
text-align: center;
}

#s-47f652db-c2f9-421d-b730-356979a895a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-47f652db-c2f9-421d-b730-356979a895a6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-47f652db-c2f9-421d-b730-356979a895a6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b0374245-4a70-4b02-ac44-308750ca19b4 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b0374245-4a70-4b02-ac44-308750ca19b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0374245-4a70-4b02-ac44-308750ca19b4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b0374245-4a70-4b02-ac44-308750ca19b4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0374245-4a70-4b02-ac44-308750ca19b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0374245-4a70-4b02-ac44-308750ca19b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b0374245-4a70-4b02-ac44-308750ca19b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b0374245-4a70-4b02-ac44-308750ca19b4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-60dd7351-fbad-4a1b-a4eb-9d296c152163 {
  margin-left: auto;
margin-right: auto;
}

#s-9092d100-8890-4235-af79-5ee8ece2382f {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9092d100-8890-4235-af79-5ee8ece2382f .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9092d100-8890-4235-af79-5ee8ece2382f .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9092d100-8890-4235-af79-5ee8ece2382f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9092d100-8890-4235-af79-5ee8ece2382f {
    width: 100%;
    height: auto;
  }

  #s-9092d100-8890-4235-af79-5ee8ece2382f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image {
    
    
  }


.s-9092d100-8890-4235-af79-5ee8ece2382f .shogun-image-content {
  
    align-items: center;
  
}

.s-9092d100-8890-4235-af79-5ee8ece2382f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9092d100-8890-4235-af79-5ee8ece2382f {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container {
      position: relative;
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9092d100-8890-4235-af79-5ee8ece2382f .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9092d100-8890-4235-af79-5ee8ece2382f .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9092d100-8890-4235-af79-5ee8ece2382f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9092d100-8890-4235-af79-5ee8ece2382f {
    width: 100%;
    height: auto;
  }

  #s-9092d100-8890-4235-af79-5ee8ece2382f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image {
    
    
  }


.s-9092d100-8890-4235-af79-5ee8ece2382f .shogun-image-content {
  
    align-items: center;
  
}

.s-9092d100-8890-4235-af79-5ee8ece2382f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9092d100-8890-4235-af79-5ee8ece2382f {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container {
      position: relative;
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9092d100-8890-4235-af79-5ee8ece2382f .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9092d100-8890-4235-af79-5ee8ece2382f .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9092d100-8890-4235-af79-5ee8ece2382f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9092d100-8890-4235-af79-5ee8ece2382f {
    width: 100%;
    height: auto;
  }

  #s-9092d100-8890-4235-af79-5ee8ece2382f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image {
    
    
  }


.s-9092d100-8890-4235-af79-5ee8ece2382f .shogun-image-content {
  
    align-items: center;
  
}

.s-9092d100-8890-4235-af79-5ee8ece2382f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9092d100-8890-4235-af79-5ee8ece2382f {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container {
      position: relative;
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9092d100-8890-4235-af79-5ee8ece2382f .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9092d100-8890-4235-af79-5ee8ece2382f .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9092d100-8890-4235-af79-5ee8ece2382f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9092d100-8890-4235-af79-5ee8ece2382f {
    width: 100%;
    height: auto;
  }

  #s-9092d100-8890-4235-af79-5ee8ece2382f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image {
    
    
  }


.s-9092d100-8890-4235-af79-5ee8ece2382f .shogun-image-content {
  
    align-items: center;
  
}

.s-9092d100-8890-4235-af79-5ee8ece2382f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9092d100-8890-4235-af79-5ee8ece2382f {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container {
      position: relative;
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9092d100-8890-4235-af79-5ee8ece2382f .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-9092d100-8890-4235-af79-5ee8ece2382f .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9092d100-8890-4235-af79-5ee8ece2382f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9092d100-8890-4235-af79-5ee8ece2382f {
    width: 100%;
    height: auto;
  }

  #s-9092d100-8890-4235-af79-5ee8ece2382f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image {
    
    
  }


.s-9092d100-8890-4235-af79-5ee8ece2382f .shogun-image-content {
  
    align-items: center;
  
}

.s-9092d100-8890-4235-af79-5ee8ece2382f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9092d100-8890-4235-af79-5ee8ece2382f {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container {
      position: relative;
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9092d100-8890-4235-af79-5ee8ece2382f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-61f32028-3024-49ce-a312-267ffcf34b8b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61f32028-3024-49ce-a312-267ffcf34b8b .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-f583cae4-860b-4fb1-9301-1709377d0933 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 14%;
margin-right: auto;
text-align: center;
}

#s-f583cae4-860b-4fb1-9301-1709377d0933 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f583cae4-860b-4fb1-9301-1709377d0933 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f583cae4-860b-4fb1-9301-1709377d0933 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-45f027cd-99be-4ea3-930f-52854e3f75fd {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-45f027cd-99be-4ea3-930f-52854e3f75fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-45f027cd-99be-4ea3-930f-52854e3f75fd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-45f027cd-99be-4ea3-930f-52854e3f75fd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45f027cd-99be-4ea3-930f-52854e3f75fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45f027cd-99be-4ea3-930f-52854e3f75fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-45f027cd-99be-4ea3-930f-52854e3f75fd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-45f027cd-99be-4ea3-930f-52854e3f75fd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cdca5bf1-1eb9-4133-8fe1-e9cb80a4c209 {
  margin-left: auto;
margin-right: auto;
}

#s-b711e5e0-1839-44f7-9ab0-941c6953b7bf {
  margin-left: auto;
margin-right: auto;
max-width: 2560px;
aspect-ratio: 2560/3328;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf {
    width: 100%;
    height: auto;
  }

  #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image {
    
    
  }


.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shogun-image-content {
  
    align-items: center;
  
}

.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container {
      position: relative;
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf {
    width: 100%;
    height: auto;
  }

  #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image {
    
    
  }


.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shogun-image-content {
  
    align-items: center;
  
}

.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container {
      position: relative;
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf {
    width: 100%;
    height: auto;
  }

  #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image {
    
    
  }


.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shogun-image-content {
  
    align-items: center;
  
}

.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container {
      position: relative;
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf {
    width: 100%;
    height: auto;
  }

  #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image {
    
    
  }


.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shogun-image-content {
  
    align-items: center;
  
}

.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container {
      position: relative;
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shg-image-content-wrapper {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }

    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shogun-image-link {
      aspect-ratio: 2560/3328;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf {
    width: 100%;
    height: auto;
  }

  #s-b711e5e0-1839-44f7-9ab0-941c6953b7bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image {
    
    
  }


.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf .shogun-image-content {
  
    align-items: center;
  
}

.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf {
      --shg-aspect-ratio: calc(2560/3328); 
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container {
      position: relative;
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b711e5e0-1839-44f7-9ab0-941c6953b7bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3650752e-755a-42cc-bd2e-b8a3331c1105 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3650752e-755a-42cc-bd2e-b8a3331c1105 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-025537c9-af6f-43d6-bd96-6ffb7e69fda2 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-025537c9-af6f-43d6-bd96-6ffb7e69fda2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-025537c9-af6f-43d6-bd96-6ffb7e69fda2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-025537c9-af6f-43d6-bd96-6ffb7e69fda2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-185fd114-26bf-4292-a8f7-541125574e0d {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-185fd114-26bf-4292-a8f7-541125574e0d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-185fd114-26bf-4292-a8f7-541125574e0d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-185fd114-26bf-4292-a8f7-541125574e0d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-185fd114-26bf-4292-a8f7-541125574e0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-185fd114-26bf-4292-a8f7-541125574e0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-185fd114-26bf-4292-a8f7-541125574e0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-185fd114-26bf-4292-a8f7-541125574e0d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6b7e3bc0-63b2-4988-846a-ac5a324be83a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b7e3bc0-63b2-4988-846a-ac5a324be83a {
  display: none;
}
#s-6b7e3bc0-63b2-4988-846a-ac5a324be83a, #wrap-s-6b7e3bc0-63b2-4988-846a-ac5a324be83a { display: none !important; }}@media (max-width: 767px){#s-6b7e3bc0-63b2-4988-846a-ac5a324be83a {
  display: none;
}
#s-6b7e3bc0-63b2-4988-846a-ac5a324be83a, #wrap-s-6b7e3bc0-63b2-4988-846a-ac5a324be83a { display: none !important; }}







#s-6b7e3bc0-63b2-4988-846a-ac5a324be83a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b7e3bc0-63b2-4988-846a-ac5a324be83a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7514204f-b5c6-4b13-88a4-0149cbd687d2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7514204f-b5c6-4b13-88a4-0149cbd687d2 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 2px;
  
}



#s-0082c6bd-a947-40f6-a730-7eed6bb997d1 {
  margin-left: 10%;
margin-right: 10%;
}

#s-a6f77125-1408-4287-81cf-b2b2ab4932c0 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a6f77125-1408-4287-81cf-b2b2ab4932c0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a6f77125-1408-4287-81cf-b2b2ab4932c0 .shg-sld-nav-button.shg-sld-left,
#s-a6f77125-1408-4287-81cf-b2b2ab4932c0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c203d6c0-677d-486b-8633-e27dc10d31bc {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-c203d6c0-677d-486b-8633-e27dc10d31bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c203d6c0-677d-486b-8633-e27dc10d31bc"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-c203d6c0-677d-486b-8633-e27dc10d31bc"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-c203d6c0-677d-486b-8633-e27dc10d31bc"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-88bed506-1750-41b8-a25f-b6d186899b3a {
  margin-left: auto;
margin-right: auto;
}

#s-e3fc7091-7675-4377-a291-5424e13c402e {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fc7091-7675-4377-a291-5424e13c402e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e3fc7091-7675-4377-a291-5424e13c402e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fc7091-7675-4377-a291-5424e13c402e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3fc7091-7675-4377-a291-5424e13c402e {
    width: 100%;
    height: auto;
  }

  #s-e3fc7091-7675-4377-a291-5424e13c402e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image {
    
    
  }


.s-e3fc7091-7675-4377-a291-5424e13c402e .shogun-image-content {
  
    align-items: center;
  
}

.s-e3fc7091-7675-4377-a291-5424e13c402e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3fc7091-7675-4377-a291-5424e13c402e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container {
      position: relative;
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fc7091-7675-4377-a291-5424e13c402e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e3fc7091-7675-4377-a291-5424e13c402e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fc7091-7675-4377-a291-5424e13c402e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3fc7091-7675-4377-a291-5424e13c402e {
    width: 100%;
    height: auto;
  }

  #s-e3fc7091-7675-4377-a291-5424e13c402e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image {
    
    
  }


.s-e3fc7091-7675-4377-a291-5424e13c402e .shogun-image-content {
  
    align-items: center;
  
}

.s-e3fc7091-7675-4377-a291-5424e13c402e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3fc7091-7675-4377-a291-5424e13c402e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container {
      position: relative;
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fc7091-7675-4377-a291-5424e13c402e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e3fc7091-7675-4377-a291-5424e13c402e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fc7091-7675-4377-a291-5424e13c402e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3fc7091-7675-4377-a291-5424e13c402e {
    width: 100%;
    height: auto;
  }

  #s-e3fc7091-7675-4377-a291-5424e13c402e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image {
    
    
  }


.s-e3fc7091-7675-4377-a291-5424e13c402e .shogun-image-content {
  
    align-items: center;
  
}

.s-e3fc7091-7675-4377-a291-5424e13c402e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3fc7091-7675-4377-a291-5424e13c402e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container {
      position: relative;
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fc7091-7675-4377-a291-5424e13c402e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e3fc7091-7675-4377-a291-5424e13c402e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fc7091-7675-4377-a291-5424e13c402e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3fc7091-7675-4377-a291-5424e13c402e {
    width: 100%;
    height: auto;
  }

  #s-e3fc7091-7675-4377-a291-5424e13c402e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image {
    
    
  }


.s-e3fc7091-7675-4377-a291-5424e13c402e .shogun-image-content {
  
    align-items: center;
  
}

.s-e3fc7091-7675-4377-a291-5424e13c402e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3fc7091-7675-4377-a291-5424e13c402e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container {
      position: relative;
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3fc7091-7675-4377-a291-5424e13c402e .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-e3fc7091-7675-4377-a291-5424e13c402e .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3fc7091-7675-4377-a291-5424e13c402e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-e3fc7091-7675-4377-a291-5424e13c402e {
    width: 100%;
    height: auto;
  }

  #s-e3fc7091-7675-4377-a291-5424e13c402e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image {
    
    
  }


.s-e3fc7091-7675-4377-a291-5424e13c402e .shogun-image-content {
  
    align-items: center;
  
}

.s-e3fc7091-7675-4377-a291-5424e13c402e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3fc7091-7675-4377-a291-5424e13c402e {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container {
      position: relative;
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3fc7091-7675-4377-a291-5424e13c402e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-37b4c27f-e9bd-4222-99d6-5f102f88bc61 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37b4c27f-e9bd-4222-99d6-5f102f88bc61 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-bfd09905-439a-48ae-a670-4908ed5d9682 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-bfd09905-439a-48ae-a670-4908ed5d9682 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bfd09905-439a-48ae-a670-4908ed5d9682 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-bfd09905-439a-48ae-a670-4908ed5d9682 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-253a8c4c-6be6-4d24-bc0d-03a438185f96 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-253a8c4c-6be6-4d24-bc0d-03a438185f96:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-253a8c4c-6be6-4d24-bc0d-03a438185f96:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-253a8c4c-6be6-4d24-bc0d-03a438185f96 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-253a8c4c-6be6-4d24-bc0d-03a438185f96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-253a8c4c-6be6-4d24-bc0d-03a438185f96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-253a8c4c-6be6-4d24-bc0d-03a438185f96.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-253a8c4c-6be6-4d24-bc0d-03a438185f96.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-69d1ec7c-dc9a-40e5-a59a-e2b3d67ef9f8 {
  margin-left: auto;
margin-right: auto;
}

#s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf {
    width: 100%;
    height: auto;
  }

  #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image {
    
    
  }


.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shogun-image-content {
  
    align-items: center;
  
}

.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container {
      position: relative;
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf {
    width: 100%;
    height: auto;
  }

  #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image {
    
    
  }


.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shogun-image-content {
  
    align-items: center;
  
}

.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container {
      position: relative;
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf {
    width: 100%;
    height: auto;
  }

  #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image {
    
    
  }


.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shogun-image-content {
  
    align-items: center;
  
}

.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container {
      position: relative;
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf {
    width: 100%;
    height: auto;
  }

  #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image {
    
    
  }


.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shogun-image-content {
  
    align-items: center;
  
}

.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container {
      position: relative;
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf {
    width: 100%;
    height: auto;
  }

  #s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image {
    
    
  }


.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf .shogun-image-content {
  
    align-items: center;
  
}

.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container {
      position: relative;
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-965b94ab-d6a2-4e70-9ada-c59109b6b1bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e6332e92-44bb-4e3a-95d8-a8235934f1f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6332e92-44bb-4e3a-95d8-a8235934f1f0 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-6aaa102f-4edd-4cf0-8c9b-c3f79265c25a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-6aaa102f-4edd-4cf0-8c9b-c3f79265c25a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6aaa102f-4edd-4cf0-8c9b-c3f79265c25a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6aaa102f-4edd-4cf0-8c9b-c3f79265c25a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-de8bfaa0-53fa-4437-97c4-eaf633e63879 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-de8bfaa0-53fa-4437-97c4-eaf633e63879:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de8bfaa0-53fa-4437-97c4-eaf633e63879:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de8bfaa0-53fa-4437-97c4-eaf633e63879 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de8bfaa0-53fa-4437-97c4-eaf633e63879.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de8bfaa0-53fa-4437-97c4-eaf633e63879.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-de8bfaa0-53fa-4437-97c4-eaf633e63879.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-de8bfaa0-53fa-4437-97c4-eaf633e63879.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0c0a8364-85ae-43a8-bb3c-4d063108a382 {
  margin-left: auto;
margin-right: auto;
}

#s-419f6e24-3051-4caf-a997-edfa55096a8d {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-419f6e24-3051-4caf-a997-edfa55096a8d {
    width: 100%;
    height: auto;
  }

  #s-419f6e24-3051-4caf-a997-edfa55096a8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image {
    
    
  }


.s-419f6e24-3051-4caf-a997-edfa55096a8d .shogun-image-content {
  
    align-items: center;
  
}

.s-419f6e24-3051-4caf-a997-edfa55096a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-419f6e24-3051-4caf-a997-edfa55096a8d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container {
      position: relative;
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-419f6e24-3051-4caf-a997-edfa55096a8d {
    width: 100%;
    height: auto;
  }

  #s-419f6e24-3051-4caf-a997-edfa55096a8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image {
    
    
  }


.s-419f6e24-3051-4caf-a997-edfa55096a8d .shogun-image-content {
  
    align-items: center;
  
}

.s-419f6e24-3051-4caf-a997-edfa55096a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-419f6e24-3051-4caf-a997-edfa55096a8d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container {
      position: relative;
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-419f6e24-3051-4caf-a997-edfa55096a8d {
    width: 100%;
    height: auto;
  }

  #s-419f6e24-3051-4caf-a997-edfa55096a8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image {
    
    
  }


.s-419f6e24-3051-4caf-a997-edfa55096a8d .shogun-image-content {
  
    align-items: center;
  
}

.s-419f6e24-3051-4caf-a997-edfa55096a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-419f6e24-3051-4caf-a997-edfa55096a8d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container {
      position: relative;
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-419f6e24-3051-4caf-a997-edfa55096a8d {
    width: 100%;
    height: auto;
  }

  #s-419f6e24-3051-4caf-a997-edfa55096a8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image {
    
    
  }


.s-419f6e24-3051-4caf-a997-edfa55096a8d .shogun-image-content {
  
    align-items: center;
  
}

.s-419f6e24-3051-4caf-a997-edfa55096a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-419f6e24-3051-4caf-a997-edfa55096a8d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container {
      position: relative;
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-419f6e24-3051-4caf-a997-edfa55096a8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-419f6e24-3051-4caf-a997-edfa55096a8d {
    width: 100%;
    height: auto;
  }

  #s-419f6e24-3051-4caf-a997-edfa55096a8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image {
    
    
  }


.s-419f6e24-3051-4caf-a997-edfa55096a8d .shogun-image-content {
  
    align-items: center;
  
}

.s-419f6e24-3051-4caf-a997-edfa55096a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-419f6e24-3051-4caf-a997-edfa55096a8d {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container {
      position: relative;
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-419f6e24-3051-4caf-a997-edfa55096a8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0020f279-f055-4c69-8f25-6c08c65146a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0020f279-f055-4c69-8f25-6c08c65146a8 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-d02a6164-7271-47e3-ac4f-ace398993b99 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-d02a6164-7271-47e3-ac4f-ace398993b99 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d02a6164-7271-47e3-ac4f-ace398993b99 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d02a6164-7271-47e3-ac4f-ace398993b99 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-92060b1f-e589-451e-af01-55d53cc786cc {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-92060b1f-e589-451e-af01-55d53cc786cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92060b1f-e589-451e-af01-55d53cc786cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-92060b1f-e589-451e-af01-55d53cc786cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92060b1f-e589-451e-af01-55d53cc786cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92060b1f-e589-451e-af01-55d53cc786cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-92060b1f-e589-451e-af01-55d53cc786cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-92060b1f-e589-451e-af01-55d53cc786cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7ddf3b02-c408-4bba-a857-11078eecb8f9 {
  margin-left: auto;
margin-right: auto;
}

#s-781406d9-acfe-4dac-b0ee-665a13ea7991 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-781406d9-acfe-4dac-b0ee-665a13ea7991 {
    width: 100%;
    height: auto;
  }

  #s-781406d9-acfe-4dac-b0ee-665a13ea7991 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image {
    
    
  }


.s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shogun-image-content {
  
    align-items: center;
  
}

.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-781406d9-acfe-4dac-b0ee-665a13ea7991 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container {
      position: relative;
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-781406d9-acfe-4dac-b0ee-665a13ea7991 {
    width: 100%;
    height: auto;
  }

  #s-781406d9-acfe-4dac-b0ee-665a13ea7991 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image {
    
    
  }


.s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shogun-image-content {
  
    align-items: center;
  
}

.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-781406d9-acfe-4dac-b0ee-665a13ea7991 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container {
      position: relative;
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-781406d9-acfe-4dac-b0ee-665a13ea7991 {
    width: 100%;
    height: auto;
  }

  #s-781406d9-acfe-4dac-b0ee-665a13ea7991 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image {
    
    
  }


.s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shogun-image-content {
  
    align-items: center;
  
}

.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-781406d9-acfe-4dac-b0ee-665a13ea7991 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container {
      position: relative;
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-781406d9-acfe-4dac-b0ee-665a13ea7991 {
    width: 100%;
    height: auto;
  }

  #s-781406d9-acfe-4dac-b0ee-665a13ea7991 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image {
    
    
  }


.s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shogun-image-content {
  
    align-items: center;
  
}

.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-781406d9-acfe-4dac-b0ee-665a13ea7991 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container {
      position: relative;
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-781406d9-acfe-4dac-b0ee-665a13ea7991 {
    width: 100%;
    height: auto;
  }

  #s-781406d9-acfe-4dac-b0ee-665a13ea7991 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image {
    
    
  }


.s-781406d9-acfe-4dac-b0ee-665a13ea7991 .shogun-image-content {
  
    align-items: center;
  
}

.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-781406d9-acfe-4dac-b0ee-665a13ea7991 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container {
      position: relative;
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-781406d9-acfe-4dac-b0ee-665a13ea7991 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b3575df3-77e2-4814-bc00-4ed96db518ee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3575df3-77e2-4814-bc00-4ed96db518ee .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-ad54a155-e1e4-4c15-84c5-f1499473e4f0 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-ad54a155-e1e4-4c15-84c5-f1499473e4f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ad54a155-e1e4-4c15-84c5-f1499473e4f0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ad54a155-e1e4-4c15-84c5-f1499473e4f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f4079359-6caf-46ac-8244-21f8e97049be {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f4079359-6caf-46ac-8244-21f8e97049be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4079359-6caf-46ac-8244-21f8e97049be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4079359-6caf-46ac-8244-21f8e97049be {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4079359-6caf-46ac-8244-21f8e97049be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4079359-6caf-46ac-8244-21f8e97049be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f4079359-6caf-46ac-8244-21f8e97049be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f4079359-6caf-46ac-8244-21f8e97049be.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4d4b4b12-508c-4a99-9077-f983cf056a3d {
  margin-left: auto;
margin-right: auto;
}

#s-aa1afec5-412c-4c01-a141-a9b327ab4631 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aa1afec5-412c-4c01-a141-a9b327ab4631 {
    width: 100%;
    height: auto;
  }

  #s-aa1afec5-412c-4c01-a141-a9b327ab4631 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image {
    
    
  }


.s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa1afec5-412c-4c01-a141-a9b327ab4631 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container {
      position: relative;
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aa1afec5-412c-4c01-a141-a9b327ab4631 {
    width: 100%;
    height: auto;
  }

  #s-aa1afec5-412c-4c01-a141-a9b327ab4631 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image {
    
    
  }


.s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa1afec5-412c-4c01-a141-a9b327ab4631 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container {
      position: relative;
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aa1afec5-412c-4c01-a141-a9b327ab4631 {
    width: 100%;
    height: auto;
  }

  #s-aa1afec5-412c-4c01-a141-a9b327ab4631 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image {
    
    
  }


.s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa1afec5-412c-4c01-a141-a9b327ab4631 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container {
      position: relative;
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aa1afec5-412c-4c01-a141-a9b327ab4631 {
    width: 100%;
    height: auto;
  }

  #s-aa1afec5-412c-4c01-a141-a9b327ab4631 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image {
    
    
  }


.s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa1afec5-412c-4c01-a141-a9b327ab4631 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container {
      position: relative;
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-aa1afec5-412c-4c01-a141-a9b327ab4631 {
    width: 100%;
    height: auto;
  }

  #s-aa1afec5-412c-4c01-a141-a9b327ab4631 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image {
    
    
  }


.s-aa1afec5-412c-4c01-a141-a9b327ab4631 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa1afec5-412c-4c01-a141-a9b327ab4631 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container {
      position: relative;
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1afec5-412c-4c01-a141-a9b327ab4631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6475c33a-ce3c-486d-aec0-228e77236e2c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6475c33a-ce3c-486d-aec0-228e77236e2c .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-5a04033e-0f91-40a0-abfb-d153f96b0dea {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-5a04033e-0f91-40a0-abfb-d153f96b0dea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5a04033e-0f91-40a0-abfb-d153f96b0dea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5a04033e-0f91-40a0-abfb-d153f96b0dea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fcdff6b6-cc63-4a4c-a1df-b959f53d3fa2 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fcdff6b6-cc63-4a4c-a1df-b959f53d3fa2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fcdff6b6-cc63-4a4c-a1df-b959f53d3fa2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fcdff6b6-cc63-4a4c-a1df-b959f53d3fa2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fcdff6b6-cc63-4a4c-a1df-b959f53d3fa2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fcdff6b6-cc63-4a4c-a1df-b959f53d3fa2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fcdff6b6-cc63-4a4c-a1df-b959f53d3fa2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fcdff6b6-cc63-4a4c-a1df-b959f53d3fa2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9923d3d5-056a-4cbb-88f6-38c0eafc02ed {
  margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-9923d3d5-056a-4cbb-88f6-38c0eafc02ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9923d3d5-056a-4cbb-88f6-38c0eafc02ed"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-9923d3d5-056a-4cbb-88f6-38c0eafc02ed"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-9923d3d5-056a-4cbb-88f6-38c0eafc02ed"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-b34225ff-26d0-47b3-a350-a761af763fa5 {
  margin-left: auto;
margin-right: auto;
}

#s-6cc5185b-a23c-4f25-b299-6f627173023f {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6cc5185b-a23c-4f25-b299-6f627173023f {
    width: 100%;
    height: auto;
  }

  #s-6cc5185b-a23c-4f25-b299-6f627173023f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image {
    
    
  }


.s-6cc5185b-a23c-4f25-b299-6f627173023f .shogun-image-content {
  
    align-items: center;
  
}

.s-6cc5185b-a23c-4f25-b299-6f627173023f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cc5185b-a23c-4f25-b299-6f627173023f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container {
      position: relative;
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6cc5185b-a23c-4f25-b299-6f627173023f {
    width: 100%;
    height: auto;
  }

  #s-6cc5185b-a23c-4f25-b299-6f627173023f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image {
    
    
  }


.s-6cc5185b-a23c-4f25-b299-6f627173023f .shogun-image-content {
  
    align-items: center;
  
}

.s-6cc5185b-a23c-4f25-b299-6f627173023f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cc5185b-a23c-4f25-b299-6f627173023f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container {
      position: relative;
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6cc5185b-a23c-4f25-b299-6f627173023f {
    width: 100%;
    height: auto;
  }

  #s-6cc5185b-a23c-4f25-b299-6f627173023f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image {
    
    
  }


.s-6cc5185b-a23c-4f25-b299-6f627173023f .shogun-image-content {
  
    align-items: center;
  
}

.s-6cc5185b-a23c-4f25-b299-6f627173023f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cc5185b-a23c-4f25-b299-6f627173023f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container {
      position: relative;
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6cc5185b-a23c-4f25-b299-6f627173023f {
    width: 100%;
    height: auto;
  }

  #s-6cc5185b-a23c-4f25-b299-6f627173023f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image {
    
    
  }


.s-6cc5185b-a23c-4f25-b299-6f627173023f .shogun-image-content {
  
    align-items: center;
  
}

.s-6cc5185b-a23c-4f25-b299-6f627173023f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cc5185b-a23c-4f25-b299-6f627173023f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container {
      position: relative;
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6cc5185b-a23c-4f25-b299-6f627173023f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6cc5185b-a23c-4f25-b299-6f627173023f {
    width: 100%;
    height: auto;
  }

  #s-6cc5185b-a23c-4f25-b299-6f627173023f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image {
    
    
  }


.s-6cc5185b-a23c-4f25-b299-6f627173023f .shogun-image-content {
  
    align-items: center;
  
}

.s-6cc5185b-a23c-4f25-b299-6f627173023f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6cc5185b-a23c-4f25-b299-6f627173023f {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container {
      position: relative;
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6cc5185b-a23c-4f25-b299-6f627173023f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-91ecbfb6-6f1f-4664-bf82-80a015bda043 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91ecbfb6-6f1f-4664-bf82-80a015bda043 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-25a864fe-cbe1-4280-86f6-c371893eaf9f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-25a864fe-cbe1-4280-86f6-c371893eaf9f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-25a864fe-cbe1-4280-86f6-c371893eaf9f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-25a864fe-cbe1-4280-86f6-c371893eaf9f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d5cc29d9-b01b-4ce7-8e61-da890b469861 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d5cc29d9-b01b-4ce7-8e61-da890b469861:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5cc29d9-b01b-4ce7-8e61-da890b469861:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d5cc29d9-b01b-4ce7-8e61-da890b469861 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d5cc29d9-b01b-4ce7-8e61-da890b469861.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5cc29d9-b01b-4ce7-8e61-da890b469861.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d5cc29d9-b01b-4ce7-8e61-da890b469861.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d5cc29d9-b01b-4ce7-8e61-da890b469861.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-97b7cf52-2c99-4a00-8ad8-d862d451d1b0 {
  margin-left: auto;
margin-right: auto;
}

#s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 {
  margin-left: auto;
margin-right: auto;
max-width: 985px;
aspect-ratio: 985/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 {
    width: 100%;
    height: auto;
  }

  #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image {
    
    
  }


.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container {
      position: relative;
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 {
    width: 100%;
    height: auto;
  }

  #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image {
    
    
  }


.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container {
      position: relative;
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 {
    width: 100%;
    height: auto;
  }

  #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image {
    
    
  }


.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container {
      position: relative;
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 {
    width: 100%;
    height: auto;
  }

  #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image {
    
    
  }


.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container {
      position: relative;
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shg-image-content-wrapper {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }

    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shogun-image-link {
      aspect-ratio: 985/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 {
    width: 100%;
    height: auto;
  }

  #s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image {
    
    
  }


.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 {
      --shg-aspect-ratio: calc(985/1280); 
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container {
      position: relative;
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-906b3fe8-b2ac-4cd4-b3ba-aa5932790ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-92f6691d-17d2-4025-9a60-798ce0708890 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92f6691d-17d2-4025-9a60-798ce0708890 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-43210345-8471-4df1-8491-839c41a9060e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-43210345-8471-4df1-8491-839c41a9060e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-43210345-8471-4df1-8491-839c41a9060e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-43210345-8471-4df1-8491-839c41a9060e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7dea5d6b-8717-4a93-b1bc-962153b76cd5 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7dea5d6b-8717-4a93-b1bc-962153b76cd5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7dea5d6b-8717-4a93-b1bc-962153b76cd5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7dea5d6b-8717-4a93-b1bc-962153b76cd5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7dea5d6b-8717-4a93-b1bc-962153b76cd5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7dea5d6b-8717-4a93-b1bc-962153b76cd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7dea5d6b-8717-4a93-b1bc-962153b76cd5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7dea5d6b-8717-4a93-b1bc-962153b76cd5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5557a136-6405-4ec0-ad1d-d9a12a645505 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-5557a136-6405-4ec0-ad1d-d9a12a645505"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5557a136-6405-4ec0-ad1d-d9a12a645505"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-5557a136-6405-4ec0-ad1d-d9a12a645505"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-5557a136-6405-4ec0-ad1d-d9a12a645505"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-6e351e94-e893-4037-93e4-78f89d7462c0 {
  margin-left: auto;
margin-right: auto;
max-width: 998px;
aspect-ratio: 998/2000;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e351e94-e893-4037-93e4-78f89d7462c0 {
    width: 100%;
    height: auto;
  }

  #s-6e351e94-e893-4037-93e4-78f89d7462c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image {
    
    
  }


.s-6e351e94-e893-4037-93e4-78f89d7462c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e351e94-e893-4037-93e4-78f89d7462c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e351e94-e893-4037-93e4-78f89d7462c0 {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container {
      position: relative;
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e351e94-e893-4037-93e4-78f89d7462c0 {
    width: 100%;
    height: auto;
  }

  #s-6e351e94-e893-4037-93e4-78f89d7462c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image {
    
    
  }


.s-6e351e94-e893-4037-93e4-78f89d7462c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e351e94-e893-4037-93e4-78f89d7462c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e351e94-e893-4037-93e4-78f89d7462c0 {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container {
      position: relative;
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e351e94-e893-4037-93e4-78f89d7462c0 {
    width: 100%;
    height: auto;
  }

  #s-6e351e94-e893-4037-93e4-78f89d7462c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image {
    
    
  }


.s-6e351e94-e893-4037-93e4-78f89d7462c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e351e94-e893-4037-93e4-78f89d7462c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e351e94-e893-4037-93e4-78f89d7462c0 {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container {
      position: relative;
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e351e94-e893-4037-93e4-78f89d7462c0 {
    width: 100%;
    height: auto;
  }

  #s-6e351e94-e893-4037-93e4-78f89d7462c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image {
    
    
  }


.s-6e351e94-e893-4037-93e4-78f89d7462c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e351e94-e893-4037-93e4-78f89d7462c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e351e94-e893-4037-93e4-78f89d7462c0 {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container {
      position: relative;
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shg-image-content-wrapper {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }

    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shogun-image-link {
      aspect-ratio: 998/2000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e351e94-e893-4037-93e4-78f89d7462c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6e351e94-e893-4037-93e4-78f89d7462c0 {
    width: 100%;
    height: auto;
  }

  #s-6e351e94-e893-4037-93e4-78f89d7462c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image {
    
    
  }


.s-6e351e94-e893-4037-93e4-78f89d7462c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e351e94-e893-4037-93e4-78f89d7462c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e351e94-e893-4037-93e4-78f89d7462c0 {
      --shg-aspect-ratio: calc(998/2000); 
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container {
      position: relative;
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e351e94-e893-4037-93e4-78f89d7462c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4b11bb9c-92bc-4834-9bf5-81da5d3aef58 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4b11bb9c-92bc-4834-9bf5-81da5d3aef58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b11bb9c-92bc-4834-9bf5-81da5d3aef58 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4b11bb9c-92bc-4834-9bf5-81da5d3aef58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b11bb9c-92bc-4834-9bf5-81da5d3aef58 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b11bb9c-92bc-4834-9bf5-81da5d3aef58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b11bb9c-92bc-4834-9bf5-81da5d3aef58 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b11bb9c-92bc-4834-9bf5-81da5d3aef58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b11bb9c-92bc-4834-9bf5-81da5d3aef58 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b11bb9c-92bc-4834-9bf5-81da5d3aef58 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b11bb9c-92bc-4834-9bf5-81da5d3aef58 img.shogun-image {
  width: 100%;
}



}
#s-9bebcdff-50e8-4972-9170-7adf667c96ca {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bebcdff-50e8-4972-9170-7adf667c96ca .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-fb7f5c0c-f9bb-4111-adb4-1a71f12134f7 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 14%;
margin-right: auto;
text-align: center;
}

#s-fb7f5c0c-f9bb-4111-adb4-1a71f12134f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fb7f5c0c-f9bb-4111-adb4-1a71f12134f7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-fb7f5c0c-f9bb-4111-adb4-1a71f12134f7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-78123156-b03a-4f88-ba59-61d028a48eb1 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-78123156-b03a-4f88-ba59-61d028a48eb1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78123156-b03a-4f88-ba59-61d028a48eb1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78123156-b03a-4f88-ba59-61d028a48eb1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78123156-b03a-4f88-ba59-61d028a48eb1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78123156-b03a-4f88-ba59-61d028a48eb1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-78123156-b03a-4f88-ba59-61d028a48eb1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-78123156-b03a-4f88-ba59-61d028a48eb1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f62ca61c-0506-4429-8447-efe81c524c3f {
  margin-left: 0%;
margin-right: 0%;
}

#s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 {
  margin-left: auto;
margin-right: auto;
max-width: 984px;
aspect-ratio: 984/1280;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 {
    width: 100%;
    height: auto;
  }

  #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image {
    
    
  }


.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container {
      position: relative;
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 {
    width: 100%;
    height: auto;
  }

  #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image {
    
    
  }


.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container {
      position: relative;
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 {
    width: 100%;
    height: auto;
  }

  #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image {
    
    
  }


.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container {
      position: relative;
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 {
    width: 100%;
    height: auto;
  }

  #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image {
    
    
  }


.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container {
      position: relative;
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shg-image-content-wrapper {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }

    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shogun-image-link {
      aspect-ratio: 984/1280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 {
    width: 100%;
    height: auto;
  }

  #s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image {
    
    
  }


.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 .shogun-image-content {
  
    align-items: center;
  
}

.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 {
      --shg-aspect-ratio: calc(984/1280); 
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container {
      position: relative;
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97a555f0-7aba-45b0-b7fb-3a416f7e8fa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2fdb387a-65bd-4bec-916c-0ae881d4cd04 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fdb387a-65bd-4bec-916c-0ae881d4cd04 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-f29172ae-f8a6-445c-8a16-e53d2c8ceffd {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-f29172ae-f8a6-445c-8a16-e53d2c8ceffd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f29172ae-f8a6-445c-8a16-e53d2c8ceffd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f29172ae-f8a6-445c-8a16-e53d2c8ceffd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ef2558de-7807-47f6-835d-0037d28d2d72 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ef2558de-7807-47f6-835d-0037d28d2d72:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef2558de-7807-47f6-835d-0037d28d2d72:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ef2558de-7807-47f6-835d-0037d28d2d72 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef2558de-7807-47f6-835d-0037d28d2d72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef2558de-7807-47f6-835d-0037d28d2d72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ef2558de-7807-47f6-835d-0037d28d2d72.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ef2558de-7807-47f6-835d-0037d28d2d72.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8ce7474d-b118-427f-8a70-351451cb50de {
  margin-left: auto;
margin-right: auto;
}

#s-486b86e2-05e3-45ac-a271-2550823a20d8 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/2496;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-486b86e2-05e3-45ac-a271-2550823a20d8 {
    width: 100%;
    height: auto;
  }

  #s-486b86e2-05e3-45ac-a271-2550823a20d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image {
    
    
  }


.s-486b86e2-05e3-45ac-a271-2550823a20d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-486b86e2-05e3-45ac-a271-2550823a20d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-486b86e2-05e3-45ac-a271-2550823a20d8 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container {
      position: relative;
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-486b86e2-05e3-45ac-a271-2550823a20d8 {
    width: 100%;
    height: auto;
  }

  #s-486b86e2-05e3-45ac-a271-2550823a20d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image {
    
    
  }


.s-486b86e2-05e3-45ac-a271-2550823a20d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-486b86e2-05e3-45ac-a271-2550823a20d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-486b86e2-05e3-45ac-a271-2550823a20d8 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container {
      position: relative;
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-486b86e2-05e3-45ac-a271-2550823a20d8 {
    width: 100%;
    height: auto;
  }

  #s-486b86e2-05e3-45ac-a271-2550823a20d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image {
    
    
  }


.s-486b86e2-05e3-45ac-a271-2550823a20d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-486b86e2-05e3-45ac-a271-2550823a20d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-486b86e2-05e3-45ac-a271-2550823a20d8 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container {
      position: relative;
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-486b86e2-05e3-45ac-a271-2550823a20d8 {
    width: 100%;
    height: auto;
  }

  #s-486b86e2-05e3-45ac-a271-2550823a20d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image {
    
    
  }


.s-486b86e2-05e3-45ac-a271-2550823a20d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-486b86e2-05e3-45ac-a271-2550823a20d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-486b86e2-05e3-45ac-a271-2550823a20d8 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container {
      position: relative;
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shg-image-content-wrapper {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }

    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shogun-image-link {
      aspect-ratio: 1920/2496;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-486b86e2-05e3-45ac-a271-2550823a20d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-486b86e2-05e3-45ac-a271-2550823a20d8 {
    width: 100%;
    height: auto;
  }

  #s-486b86e2-05e3-45ac-a271-2550823a20d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image {
    
    
  }


.s-486b86e2-05e3-45ac-a271-2550823a20d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-486b86e2-05e3-45ac-a271-2550823a20d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-486b86e2-05e3-45ac-a271-2550823a20d8 {
      --shg-aspect-ratio: calc(1920/2496); 
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container {
      position: relative;
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-486b86e2-05e3-45ac-a271-2550823a20d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a4ece2d2-8e86-45b4-be35-f7404e677c49 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4ece2d2-8e86-45b4-be35-f7404e677c49 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-e83067db-6c86-452d-ac31-5d6d183808ac {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-e83067db-6c86-452d-ac31-5d6d183808ac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e83067db-6c86-452d-ac31-5d6d183808ac .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e83067db-6c86-452d-ac31-5d6d183808ac .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c54505d2-e3cf-4e0d-b102-aaedee98c549 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c54505d2-e3cf-4e0d-b102-aaedee98c549:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c54505d2-e3cf-4e0d-b102-aaedee98c549:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c54505d2-e3cf-4e0d-b102-aaedee98c549 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c54505d2-e3cf-4e0d-b102-aaedee98c549.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c54505d2-e3cf-4e0d-b102-aaedee98c549.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c54505d2-e3cf-4e0d-b102-aaedee98c549.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c54505d2-e3cf-4e0d-b102-aaedee98c549.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9b46d287-82bc-430a-94bc-c22a759a8437 {
  margin-left: auto;
margin-right: auto;
}

#s-7125d278-e0a4-43b7-bf05-a5c80917ae2a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7125d278-e0a4-43b7-bf05-a5c80917ae2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7125d278-e0a4-43b7-bf05-a5c80917ae2a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7125d278-e0a4-43b7-bf05-a5c80917ae2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7125d278-e0a4-43b7-bf05-a5c80917ae2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7125d278-e0a4-43b7-bf05-a5c80917ae2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7125d278-e0a4-43b7-bf05-a5c80917ae2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7125d278-e0a4-43b7-bf05-a5c80917ae2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7125d278-e0a4-43b7-bf05-a5c80917ae2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7125d278-e0a4-43b7-bf05-a5c80917ae2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7125d278-e0a4-43b7-bf05-a5c80917ae2a img.shogun-image {
  width: 100%;
}



}
#s-f2e7f560-f1bd-4764-ab3f-8060e337e4f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2e7f560-f1bd-4764-ab3f-8060e337e4f0 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-a751d7d2-b555-45a7-aa9b-c7430c38a964 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
text-align: center;
}

#s-a751d7d2-b555-45a7-aa9b-c7430c38a964 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a751d7d2-b555-45a7-aa9b-c7430c38a964 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a751d7d2-b555-45a7-aa9b-c7430c38a964 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e4e8acf0-e590-471a-bca8-a5027f21115b {
  margin-left: 10%;
margin-right: 10%;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 12px;
padding-right: 0px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e4e8acf0-e590-471a-bca8-a5027f21115b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4e8acf0-e590-471a-bca8-a5027f21115b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e4e8acf0-e590-471a-bca8-a5027f21115b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4e8acf0-e590-471a-bca8-a5027f21115b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4e8acf0-e590-471a-bca8-a5027f21115b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e4e8acf0-e590-471a-bca8-a5027f21115b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4e8acf0-e590-471a-bca8-a5027f21115b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-97c40d9c-398c-43bf-b2c5-11cc144af2e7 {
  text-align: left;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* 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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;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;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-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
