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

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

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

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

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

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

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

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

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

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

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

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

#s-3634d9ab-2180-4d6d-be60-597de0712d44 {
  min-height: 50px;
}








#s-3634d9ab-2180-4d6d-be60-597de0712d44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3634d9ab-2180-4d6d-be60-597de0712d44.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-ed3de4c1-fb08-4aa1-9866-e1ee678470de {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-60bb6b65-d5ad-48a1-a579-2081e3e2c20c {
  text-align: center;
}
@media (max-width: 767px){#s-60bb6b65-d5ad-48a1-a579-2081e3e2c20c {
  display: none;
}
#s-60bb6b65-d5ad-48a1-a579-2081e3e2c20c, #wrap-s-60bb6b65-d5ad-48a1-a579-2081e3e2c20c { display: none !important; }}







#s-60bb6b65-d5ad-48a1-a579-2081e3e2c20c .shogun-image-content {
  
    align-items: center;
  
}

#s-4f825ec6-6bc4-4b92-a159-d75443f1986d {
  max-width: 1200px;
text-align: center;
}
@media (min-width: 1200px){#s-4f825ec6-6bc4-4b92-a159-d75443f1986d {
  display: none;
}
#s-4f825ec6-6bc4-4b92-a159-d75443f1986d, #wrap-s-4f825ec6-6bc4-4b92-a159-d75443f1986d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f825ec6-6bc4-4b92-a159-d75443f1986d {
  display: none;
}
#s-4f825ec6-6bc4-4b92-a159-d75443f1986d, #wrap-s-4f825ec6-6bc4-4b92-a159-d75443f1986d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f825ec6-6bc4-4b92-a159-d75443f1986d {
  display: none;
}
#s-4f825ec6-6bc4-4b92-a159-d75443f1986d, #wrap-s-4f825ec6-6bc4-4b92-a159-d75443f1986d { display: none !important; }}@media (max-width: 767px){#s-4f825ec6-6bc4-4b92-a159-d75443f1986d {
  
}
}






  #s-4f825ec6-6bc4-4b92-a159-d75443f1986d img.shogun-image {
    

    
    
    
  }


#s-4f825ec6-6bc4-4b92-a159-d75443f1986d .shogun-image-content {
  
    align-items: center;
  
}

#s-5a76d8de-7b40-4ecc-aa48-5958bae19609 {
  padding-left: 2%;
padding-right: 2%;
background-color: rgba(249, 249, 249, 1);
}

#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (max-width: 767px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}







#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  min-height: 50px;
}
@media (min-width: 1200px){#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  
}
}@media (max-width: 767px){#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  
}
}







#s-19569bf8-453a-4b35-a3aa-b94baa9287ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19569bf8-453a-4b35-a3aa-b94baa9287ed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f30b1c60-96c9-4e34-b32b-23293fd06690 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
min-height: 50px;
}








#s-f30b1c60-96c9-4e34-b32b-23293fd06690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f30b1c60-96c9-4e34-b32b-23293fd06690.shg-box.shg-c {
  justify-content: center;
}

#s-37508480-4c8d-451b-9fc5-ef5f55af6fc6 .shogun-icon-wrapper {
  text-align: center;
}


#s-37508480-4c8d-451b-9fc5-ef5f55af6fc6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

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

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

#s-9a31de3e-69c2-4be3-9c9d-317296ed4976 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-9a31de3e-69c2-4be3-9c9d-317296ed4976 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a31de3e-69c2-4be3-9c9d-317296ed4976 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a31de3e-69c2-4be3-9c9d-317296ed4976 {
  
}
}@media (max-width: 767px){#s-9a31de3e-69c2-4be3-9c9d-317296ed4976 {
  
}
}
#s-9a31de3e-69c2-4be3-9c9d-317296ed4976 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



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

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

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

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

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

#s-fe2ee93b-862f-4151-b891-238d06a57afd {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-fe2ee93b-862f-4151-b891-238d06a57afd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe2ee93b-862f-4151-b891-238d06a57afd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe2ee93b-862f-4151-b891-238d06a57afd {
  
}
}@media (max-width: 767px){#s-fe2ee93b-862f-4151-b891-238d06a57afd {
  
}
}
@media (min-width: 0px) {
[id="s-fe2ee93b-862f-4151-b891-238d06a57afd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fe2ee93b-862f-4151-b891-238d06a57afd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-fe2ee93b-862f-4151-b891-238d06a57afd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-fe2ee93b-862f-4151-b891-238d06a57afd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-8f7bd701-0e45-48b4-8a10-4abd32a8289d {
  margin-bottom: 20px;
min-height: 300px;
text-align: center;
}
@media (min-width: 1200px){#s-8f7bd701-0e45-48b4-8a10-4abd32a8289d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f7bd701-0e45-48b4-8a10-4abd32a8289d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f7bd701-0e45-48b4-8a10-4abd32a8289d {
  
}
}@media (max-width: 767px){#s-8f7bd701-0e45-48b4-8a10-4abd32a8289d {
  
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4037363e-efe3-4d5a-b312-23cf97e6d331 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image {
    
    
  }


.s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shogun-image-content {
  
    align-items: center;
  
}

.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
      position: relative;
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
  
  
  
  
}

#s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4037363e-efe3-4d5a-b312-23cf97e6d331 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image {
    
    
  }


.s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shogun-image-content {
  
    align-items: center;
  
}

.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
      position: relative;
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
  
  
  
  
}

#s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4037363e-efe3-4d5a-b312-23cf97e6d331 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image {
    
    
  }


.s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shogun-image-content {
  
    align-items: center;
  
}

.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
      position: relative;
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
  
  
  
  
}

#s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4037363e-efe3-4d5a-b312-23cf97e6d331 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image {
    
    
  }


.s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shogun-image-content {
  
    align-items: center;
  
}

.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
      position: relative;
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
  
  
  
  
}

#s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4037363e-efe3-4d5a-b312-23cf97e6d331 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image {
    
    
  }


.s-4037363e-efe3-4d5a-b312-23cf97e6d331 .shogun-image-content {
  
    align-items: center;
  
}

.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4037363e-efe3-4d5a-b312-23cf97e6d331 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container {
      position: relative;
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4037363e-efe3-4d5a-b312-23cf97e6d331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d7a4e5e4-46c9-4b2b-92b0-998db06e6809 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3d9bb910-11f1-40da-a675-ee1bdb091cce {
  text-align: center;
}
@media (min-width: 1200px){#s-3d9bb910-11f1-40da-a675-ee1bdb091cce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d9bb910-11f1-40da-a675-ee1bdb091cce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d9bb910-11f1-40da-a675-ee1bdb091cce {
  
}
}@media (max-width: 767px){#s-3d9bb910-11f1-40da-a675-ee1bdb091cce {
  
}
}
#s-3d9bb910-11f1-40da-a675-ee1bdb091cce .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-3d9bb910-11f1-40da-a675-ee1bdb091cce .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3d9bb910-11f1-40da-a675-ee1bdb091cce .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-dc362a95-6784-4c97-9a9e-235ee666efdb {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dc362a95-6784-4c97-9a9e-235ee666efdb:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dc362a95-6784-4c97-9a9e-235ee666efdb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-dc362a95-6784-4c97-9a9e-235ee666efdb-root {
    text-align: center;
  }


#s-dc362a95-6784-4c97-9a9e-235ee666efdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc362a95-6784-4c97-9a9e-235ee666efdb-root {
    text-align: center;
  }


#s-dc362a95-6784-4c97-9a9e-235ee666efdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc362a95-6784-4c97-9a9e-235ee666efdb-root {
    text-align: center;
  }


#s-dc362a95-6784-4c97-9a9e-235ee666efdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc362a95-6784-4c97-9a9e-235ee666efdb-root {
    text-align: center;
  }


#s-dc362a95-6784-4c97-9a9e-235ee666efdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc362a95-6784-4c97-9a9e-235ee666efdb-root {
    text-align: center;
  }


#s-dc362a95-6784-4c97-9a9e-235ee666efdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f6911e8a-1b74-4549-921a-f3604201f037 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-f6911e8a-1b74-4549-921a-f3604201f037 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6911e8a-1b74-4549-921a-f3604201f037 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6911e8a-1b74-4549-921a-f3604201f037 {
  
}
}@media (max-width: 767px){#s-f6911e8a-1b74-4549-921a-f3604201f037 {
  
}
}
#s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image {
    
    
  }


.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
      position: relative;
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
  
  
  
  
}

#s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image {
    
    
  }


.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
      position: relative;
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
  
  
  
  
}

#s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image {
    
    
  }


.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
      position: relative;
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
  
  
  
  
}

#s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image {
    
    
  }


.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
      position: relative;
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
  
  
  
  
}

#s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image {
    
    
  }


.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c .shogun-image-content {
  
    align-items: center;
  
}

.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container {
      position: relative;
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e19a05b9-537a-4b4e-8b7e-e15cc51f6c2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-374b9718-1a55-4e91-8cb1-2e90524361aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-4bd65953-ea10-4b81-83a2-689280c867e1 {
  text-align: center;
}
@media (min-width: 1200px){#s-4bd65953-ea10-4b81-83a2-689280c867e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4bd65953-ea10-4b81-83a2-689280c867e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bd65953-ea10-4b81-83a2-689280c867e1 {
  
}
}@media (max-width: 767px){#s-4bd65953-ea10-4b81-83a2-689280c867e1 {
  
}
}
#s-4bd65953-ea10-4b81-83a2-689280c867e1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-4bd65953-ea10-4b81-83a2-689280c867e1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4bd65953-ea10-4b81-83a2-689280c867e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0-root {
    text-align: center;
  }


#s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0-root {
    text-align: center;
  }


#s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0-root {
    text-align: center;
  }


#s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0-root {
    text-align: center;
  }


#s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0-root {
    text-align: center;
  }


#s-bf9b3a66-8434-461b-a11e-4d6b8c3947e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-0911a245-45f7-4876-b527-104019c6ad72 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-0911a245-45f7-4876-b527-104019c6ad72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0911a245-45f7-4876-b527-104019c6ad72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0911a245-45f7-4876-b527-104019c6ad72 {
  
}
}@media (max-width: 767px){#s-0911a245-45f7-4876-b527-104019c6ad72 {
  
}
}
#s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image {
    
    
  }


.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shogun-image-content {
  
    align-items: center;
  
}

.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
      position: relative;
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
  
  
  
  
}

#s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image {
    
    
  }


.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shogun-image-content {
  
    align-items: center;
  
}

.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
      position: relative;
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
  
  
  
  
}

#s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image {
    
    
  }


.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shogun-image-content {
  
    align-items: center;
  
}

.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
      position: relative;
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
  
  
  
  
}

#s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image {
    
    
  }


.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shogun-image-content {
  
    align-items: center;
  
}

.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
      position: relative;
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
  
  
  
  
}

#s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image {
    
    
  }


.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c .shogun-image-content {
  
    align-items: center;
  
}

.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container {
      position: relative;
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-887fa0e8-4068-444f-9bc1-0e2336ba0c0c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-23f67669-f8a2-4e84-90a4-22259b9b01d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-062dd309-ce47-4cd0-9a58-fe659e686254 {
  text-align: center;
}
@media (min-width: 1200px){#s-062dd309-ce47-4cd0-9a58-fe659e686254 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-062dd309-ce47-4cd0-9a58-fe659e686254 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-062dd309-ce47-4cd0-9a58-fe659e686254 {
  
}
}@media (max-width: 767px){#s-062dd309-ce47-4cd0-9a58-fe659e686254 {
  
}
}
#s-062dd309-ce47-4cd0-9a58-fe659e686254 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-062dd309-ce47-4cd0-9a58-fe659e686254 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-062dd309-ce47-4cd0-9a58-fe659e686254 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-a20289c7-1bff-474b-a98f-e635c44c7892 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a20289c7-1bff-474b-a98f-e635c44c7892:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a20289c7-1bff-474b-a98f-e635c44c7892:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-a20289c7-1bff-474b-a98f-e635c44c7892-root {
    text-align: center;
  }


#s-a20289c7-1bff-474b-a98f-e635c44c7892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a20289c7-1bff-474b-a98f-e635c44c7892-root {
    text-align: center;
  }


#s-a20289c7-1bff-474b-a98f-e635c44c7892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a20289c7-1bff-474b-a98f-e635c44c7892-root {
    text-align: center;
  }


#s-a20289c7-1bff-474b-a98f-e635c44c7892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a20289c7-1bff-474b-a98f-e635c44c7892-root {
    text-align: center;
  }


#s-a20289c7-1bff-474b-a98f-e635c44c7892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a20289c7-1bff-474b-a98f-e635c44c7892-root {
    text-align: center;
  }


#s-a20289c7-1bff-474b-a98f-e635c44c7892.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-537bf66a-91f5-4bab-a30c-7a526851ea8f {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-537bf66a-91f5-4bab-a30c-7a526851ea8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-537bf66a-91f5-4bab-a30c-7a526851ea8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-537bf66a-91f5-4bab-a30c-7a526851ea8f {
  
}
}@media (max-width: 767px){#s-537bf66a-91f5-4bab-a30c-7a526851ea8f {
  
}
}
#s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image {
    
    
  }


.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shogun-image-content {
  
    align-items: center;
  
}

.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
      position: relative;
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
  
  
  
  
}

#s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image {
    
    
  }


.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shogun-image-content {
  
    align-items: center;
  
}

.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
      position: relative;
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
  
  
  
  
}

#s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image {
    
    
  }


.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shogun-image-content {
  
    align-items: center;
  
}

.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
      position: relative;
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
  
  
  
  
}

#s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image {
    
    
  }


.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shogun-image-content {
  
    align-items: center;
  
}

.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
      position: relative;
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
  
  
  
  
}

#s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image {
    
    
  }


.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c .shogun-image-content {
  
    align-items: center;
  
}

.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container {
      position: relative;
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d67442d8-3ec0-4ce7-a968-a9a73b42d43c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2aed9bba-b9b8-481f-b5ae-2a0f54fddad9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1dbf8811-49ab-4c50-847d-61912a22743c {
  text-align: center;
}
@media (min-width: 1200px){#s-1dbf8811-49ab-4c50-847d-61912a22743c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dbf8811-49ab-4c50-847d-61912a22743c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dbf8811-49ab-4c50-847d-61912a22743c {
  
}
}@media (max-width: 767px){#s-1dbf8811-49ab-4c50-847d-61912a22743c {
  
}
}
#s-1dbf8811-49ab-4c50-847d-61912a22743c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-1dbf8811-49ab-4c50-847d-61912a22743c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1dbf8811-49ab-4c50-847d-61912a22743c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c-root {
    text-align: center;
  }


#s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c-root {
    text-align: center;
  }


#s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c-root {
    text-align: center;
  }


#s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c-root {
    text-align: center;
  }


#s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c-root {
    text-align: center;
  }


#s-bae16227-5ed5-4f1a-853e-1c3da2f96f4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-7197f3ab-30d3-4736-a1d6-308b53b1c40d {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-7197f3ab-30d3-4736-a1d6-308b53b1c40d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7197f3ab-30d3-4736-a1d6-308b53b1c40d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7197f3ab-30d3-4736-a1d6-308b53b1c40d {
  
}
}@media (max-width: 767px){#s-7197f3ab-30d3-4736-a1d6-308b53b1c40d {
  
}
}
#s-5c518047-4b99-4e06-bab1-b01c84820564 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-5c518047-4b99-4e06-bab1-b01c84820564 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5c518047-4b99-4e06-bab1-b01c84820564 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c518047-4b99-4e06-bab1-b01c84820564 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image {
    
    
  }


.s-5c518047-4b99-4e06-bab1-b01c84820564 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c518047-4b99-4e06-bab1-b01c84820564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c518047-4b99-4e06-bab1-b01c84820564 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
      position: relative;
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5c518047-4b99-4e06-bab1-b01c84820564 {
  
  
  
  
}

#s-5c518047-4b99-4e06-bab1-b01c84820564 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c518047-4b99-4e06-bab1-b01c84820564 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image {
    
    
  }


.s-5c518047-4b99-4e06-bab1-b01c84820564 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c518047-4b99-4e06-bab1-b01c84820564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c518047-4b99-4e06-bab1-b01c84820564 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
      position: relative;
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5c518047-4b99-4e06-bab1-b01c84820564 {
  
  
  
  
}

#s-5c518047-4b99-4e06-bab1-b01c84820564 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c518047-4b99-4e06-bab1-b01c84820564 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image {
    
    
  }


.s-5c518047-4b99-4e06-bab1-b01c84820564 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c518047-4b99-4e06-bab1-b01c84820564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c518047-4b99-4e06-bab1-b01c84820564 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
      position: relative;
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5c518047-4b99-4e06-bab1-b01c84820564 {
  
  
  
  
}

#s-5c518047-4b99-4e06-bab1-b01c84820564 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c518047-4b99-4e06-bab1-b01c84820564 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image {
    
    
  }


.s-5c518047-4b99-4e06-bab1-b01c84820564 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c518047-4b99-4e06-bab1-b01c84820564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c518047-4b99-4e06-bab1-b01c84820564 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
      position: relative;
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5c518047-4b99-4e06-bab1-b01c84820564 {
  
  
  
  
}

#s-5c518047-4b99-4e06-bab1-b01c84820564 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c518047-4b99-4e06-bab1-b01c84820564 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c518047-4b99-4e06-bab1-b01c84820564 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image {
    
    
  }


.s-5c518047-4b99-4e06-bab1-b01c84820564 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c518047-4b99-4e06-bab1-b01c84820564.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c518047-4b99-4e06-bab1-b01c84820564 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container {
      position: relative;
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c518047-4b99-4e06-bab1-b01c84820564 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6fec8273-b3fb-4825-be59-cc38fe4798c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-0eb143ce-902f-4dd2-8c6a-686e5da63e70 {
  text-align: center;
}
@media (min-width: 1200px){#s-0eb143ce-902f-4dd2-8c6a-686e5da63e70 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0eb143ce-902f-4dd2-8c6a-686e5da63e70 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0eb143ce-902f-4dd2-8c6a-686e5da63e70 {
  
}
}@media (max-width: 767px){#s-0eb143ce-902f-4dd2-8c6a-686e5da63e70 {
  
}
}
#s-0eb143ce-902f-4dd2-8c6a-686e5da63e70 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-0eb143ce-902f-4dd2-8c6a-686e5da63e70 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0eb143ce-902f-4dd2-8c6a-686e5da63e70 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2-root {
    text-align: center;
  }


#s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2-root {
    text-align: center;
  }


#s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2-root {
    text-align: center;
  }


#s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2-root {
    text-align: center;
  }


#s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2-root {
    text-align: center;
  }


#s-8b8d37b9-72f7-4f82-a9d6-b891a07fe9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e9837ad3-2285-4c30-b831-b90777f2b9b7 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-e9837ad3-2285-4c30-b831-b90777f2b9b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9837ad3-2285-4c30-b831-b90777f2b9b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9837ad3-2285-4c30-b831-b90777f2b9b7 {
  
}
}@media (max-width: 767px){#s-e9837ad3-2285-4c30-b831-b90777f2b9b7 {
  
}
}
#s-64af6483-2db8-4697-9294-c082c5592cfc {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-64af6483-2db8-4697-9294-c082c5592cfc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-64af6483-2db8-4697-9294-c082c5592cfc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64af6483-2db8-4697-9294-c082c5592cfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64af6483-2db8-4697-9294-c082c5592cfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64af6483-2db8-4697-9294-c082c5592cfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64af6483-2db8-4697-9294-c082c5592cfc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image {
    
    
  }


.s-64af6483-2db8-4697-9294-c082c5592cfc .shogun-image-content {
  
    align-items: center;
  
}

.s-64af6483-2db8-4697-9294-c082c5592cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64af6483-2db8-4697-9294-c082c5592cfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
      position: relative;
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-64af6483-2db8-4697-9294-c082c5592cfc {
  
  
  
  
}

#s-64af6483-2db8-4697-9294-c082c5592cfc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64af6483-2db8-4697-9294-c082c5592cfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64af6483-2db8-4697-9294-c082c5592cfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64af6483-2db8-4697-9294-c082c5592cfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64af6483-2db8-4697-9294-c082c5592cfc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image {
    
    
  }


.s-64af6483-2db8-4697-9294-c082c5592cfc .shogun-image-content {
  
    align-items: center;
  
}

.s-64af6483-2db8-4697-9294-c082c5592cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64af6483-2db8-4697-9294-c082c5592cfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
      position: relative;
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-64af6483-2db8-4697-9294-c082c5592cfc {
  
  
  
  
}

#s-64af6483-2db8-4697-9294-c082c5592cfc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64af6483-2db8-4697-9294-c082c5592cfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64af6483-2db8-4697-9294-c082c5592cfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64af6483-2db8-4697-9294-c082c5592cfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64af6483-2db8-4697-9294-c082c5592cfc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image {
    
    
  }


.s-64af6483-2db8-4697-9294-c082c5592cfc .shogun-image-content {
  
    align-items: center;
  
}

.s-64af6483-2db8-4697-9294-c082c5592cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64af6483-2db8-4697-9294-c082c5592cfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
      position: relative;
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-64af6483-2db8-4697-9294-c082c5592cfc {
  
  
  
  
}

#s-64af6483-2db8-4697-9294-c082c5592cfc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64af6483-2db8-4697-9294-c082c5592cfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64af6483-2db8-4697-9294-c082c5592cfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64af6483-2db8-4697-9294-c082c5592cfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64af6483-2db8-4697-9294-c082c5592cfc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image {
    
    
  }


.s-64af6483-2db8-4697-9294-c082c5592cfc .shogun-image-content {
  
    align-items: center;
  
}

.s-64af6483-2db8-4697-9294-c082c5592cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64af6483-2db8-4697-9294-c082c5592cfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
      position: relative;
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-64af6483-2db8-4697-9294-c082c5592cfc {
  
  
  
  
}

#s-64af6483-2db8-4697-9294-c082c5592cfc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64af6483-2db8-4697-9294-c082c5592cfc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-64af6483-2db8-4697-9294-c082c5592cfc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64af6483-2db8-4697-9294-c082c5592cfc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64af6483-2db8-4697-9294-c082c5592cfc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image {
    
    
  }


.s-64af6483-2db8-4697-9294-c082c5592cfc .shogun-image-content {
  
    align-items: center;
  
}

.s-64af6483-2db8-4697-9294-c082c5592cfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64af6483-2db8-4697-9294-c082c5592cfc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container {
      position: relative;
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64af6483-2db8-4697-9294-c082c5592cfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8855930f-4735-41d8-9a38-ce72a57dc81b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-73a35828-28f4-43c2-b454-3b85628b60dd {
  text-align: center;
}
@media (min-width: 1200px){#s-73a35828-28f4-43c2-b454-3b85628b60dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73a35828-28f4-43c2-b454-3b85628b60dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73a35828-28f4-43c2-b454-3b85628b60dd {
  
}
}@media (max-width: 767px){#s-73a35828-28f4-43c2-b454-3b85628b60dd {
  
}
}
#s-73a35828-28f4-43c2-b454-3b85628b60dd .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  
  font-style:  normal ;
}

#s-73a35828-28f4-43c2-b454-3b85628b60dd .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  
}

#s-73a35828-28f4-43c2-b454-3b85628b60dd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5917892e-7181-4823-8910-177fe8522f48 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5917892e-7181-4823-8910-177fe8522f48:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5917892e-7181-4823-8910-177fe8522f48:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-5917892e-7181-4823-8910-177fe8522f48-root {
    text-align: center;
  }


#s-5917892e-7181-4823-8910-177fe8522f48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5917892e-7181-4823-8910-177fe8522f48-root {
    text-align: center;
  }


#s-5917892e-7181-4823-8910-177fe8522f48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5917892e-7181-4823-8910-177fe8522f48-root {
    text-align: center;
  }


#s-5917892e-7181-4823-8910-177fe8522f48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5917892e-7181-4823-8910-177fe8522f48-root {
    text-align: center;
  }


#s-5917892e-7181-4823-8910-177fe8522f48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5917892e-7181-4823-8910-177fe8522f48-root {
    text-align: center;
  }


#s-5917892e-7181-4823-8910-177fe8522f48.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-403a1339-0fa9-446d-a004-ec97cb7be81b .shogun-icon-wrapper {
  text-align: center;
}


#s-403a1339-0fa9-446d-a004-ec97cb7be81b .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-43deb20c-7161-4454-ad14-dce266f6dc85 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-43deb20c-7161-4454-ad14-dce266f6dc85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43deb20c-7161-4454-ad14-dce266f6dc85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43deb20c-7161-4454-ad14-dce266f6dc85 {
  
}
}@media (max-width: 767px){#s-43deb20c-7161-4454-ad14-dce266f6dc85 {
  
}
}
#s-43deb20c-7161-4454-ad14-dce266f6dc85 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-369b0d83-c999-4e09-83dc-d47537df021d {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-369b0d83-c999-4e09-83dc-d47537df021d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-369b0d83-c999-4e09-83dc-d47537df021d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-369b0d83-c999-4e09-83dc-d47537df021d {
  
}
}@media (max-width: 767px){#s-369b0d83-c999-4e09-83dc-d47537df021d {
  
}
}
@media (min-width: 0px) {
[id="s-369b0d83-c999-4e09-83dc-d47537df021d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-369b0d83-c999-4e09-83dc-d47537df021d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-369b0d83-c999-4e09-83dc-d47537df021d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-369b0d83-c999-4e09-83dc-d47537df021d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d4c89449-1dea-4c69-8326-58cdd58e7bdb {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-d4c89449-1dea-4c69-8326-58cdd58e7bdb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4c89449-1dea-4c69-8326-58cdd58e7bdb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4c89449-1dea-4c69-8326-58cdd58e7bdb {
  
}
}@media (max-width: 767px){#s-d4c89449-1dea-4c69-8326-58cdd58e7bdb {
  
}
}
#s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image {
    
    
  }


.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
      position: relative;
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
  
  
  
  
}

#s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image {
    
    
  }


.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
      position: relative;
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
  
  
  
  
}

#s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image {
    
    
  }


.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
      position: relative;
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
  
  
  
  
}

#s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image {
    
    
  }


.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
      position: relative;
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
  
  
  
  
}

#s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d3825f-b803-4de3-92c4-1e016ac78a0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image {
    
    
  }


.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container {
      position: relative;
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d3825f-b803-4de3-92c4-1e016ac78a0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9b740ff7-6e0f-402b-b99d-88163a1e2a80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ddddd9a9-67d4-4ff9-a67b-623d0d5975aa {
  text-align: center;
}
@media (min-width: 1200px){#s-ddddd9a9-67d4-4ff9-a67b-623d0d5975aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ddddd9a9-67d4-4ff9-a67b-623d0d5975aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ddddd9a9-67d4-4ff9-a67b-623d0d5975aa {
  
}
}@media (max-width: 767px){#s-ddddd9a9-67d4-4ff9-a67b-623d0d5975aa {
  
}
}
#s-ddddd9a9-67d4-4ff9-a67b-623d0d5975aa .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-ddddd9a9-67d4-4ff9-a67b-623d0d5975aa .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-ddddd9a9-67d4-4ff9-a67b-623d0d5975aa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-6008d720-8104-43b3-8c78-833965ec261b {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6008d720-8104-43b3-8c78-833965ec261b:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6008d720-8104-43b3-8c78-833965ec261b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-6008d720-8104-43b3-8c78-833965ec261b-root {
    text-align: center;
  }


#s-6008d720-8104-43b3-8c78-833965ec261b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6008d720-8104-43b3-8c78-833965ec261b-root {
    text-align: center;
  }


#s-6008d720-8104-43b3-8c78-833965ec261b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6008d720-8104-43b3-8c78-833965ec261b-root {
    text-align: center;
  }


#s-6008d720-8104-43b3-8c78-833965ec261b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6008d720-8104-43b3-8c78-833965ec261b-root {
    text-align: center;
  }


#s-6008d720-8104-43b3-8c78-833965ec261b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6008d720-8104-43b3-8c78-833965ec261b-root {
    text-align: center;
  }


#s-6008d720-8104-43b3-8c78-833965ec261b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-2fc4429d-c3de-4656-9d15-12a8b904dd33 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-2fc4429d-c3de-4656-9d15-12a8b904dd33 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fc4429d-c3de-4656-9d15-12a8b904dd33 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fc4429d-c3de-4656-9d15-12a8b904dd33 {
  
}
}@media (max-width: 767px){#s-2fc4429d-c3de-4656-9d15-12a8b904dd33 {
  
}
}
#s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b857ee0-3a5c-4768-ad23-62c4788621ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image {
    
    
  }


.s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shogun-image-content {
  
    align-items: center;
  
}

.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
      position: relative;
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
  
  
  
  
}

#s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b857ee0-3a5c-4768-ad23-62c4788621ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image {
    
    
  }


.s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shogun-image-content {
  
    align-items: center;
  
}

.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
      position: relative;
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
  
  
  
  
}

#s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b857ee0-3a5c-4768-ad23-62c4788621ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image {
    
    
  }


.s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shogun-image-content {
  
    align-items: center;
  
}

.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
      position: relative;
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
  
  
  
  
}

#s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b857ee0-3a5c-4768-ad23-62c4788621ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image {
    
    
  }


.s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shogun-image-content {
  
    align-items: center;
  
}

.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
      position: relative;
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
  
  
  
  
}

#s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b857ee0-3a5c-4768-ad23-62c4788621ac img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image {
    
    
  }


.s-4b857ee0-3a5c-4768-ad23-62c4788621ac .shogun-image-content {
  
    align-items: center;
  
}

.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container {
      position: relative;
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b857ee0-3a5c-4768-ad23-62c4788621ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c6a1226a-f660-48d9-b54b-d4d3731bcfce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1bba3d61-ffc3-4e9e-85eb-089f0bcebc9e {
  text-align: center;
}
@media (min-width: 1200px){#s-1bba3d61-ffc3-4e9e-85eb-089f0bcebc9e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1bba3d61-ffc3-4e9e-85eb-089f0bcebc9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1bba3d61-ffc3-4e9e-85eb-089f0bcebc9e {
  
}
}@media (max-width: 767px){#s-1bba3d61-ffc3-4e9e-85eb-089f0bcebc9e {
  
}
}
#s-1bba3d61-ffc3-4e9e-85eb-089f0bcebc9e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-1bba3d61-ffc3-4e9e-85eb-089f0bcebc9e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1bba3d61-ffc3-4e9e-85eb-089f0bcebc9e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f-root {
    text-align: center;
  }


#s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f-root {
    text-align: center;
  }


#s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f-root {
    text-align: center;
  }


#s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f-root {
    text-align: center;
  }


#s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f-root {
    text-align: center;
  }


#s-b8500e7a-3072-4c42-a9cd-553ff4b9de5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-589397a5-40db-4147-a550-d4bb733b24a6 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-589397a5-40db-4147-a550-d4bb733b24a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-589397a5-40db-4147-a550-d4bb733b24a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-589397a5-40db-4147-a550-d4bb733b24a6 {
  
}
}@media (max-width: 767px){#s-589397a5-40db-4147-a550-d4bb733b24a6 {
  
}
}
#s-495cfcac-fe0b-4c73-8036-538876db7def {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-495cfcac-fe0b-4c73-8036-538876db7def {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-495cfcac-fe0b-4c73-8036-538876db7def {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-495cfcac-fe0b-4c73-8036-538876db7def .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-495cfcac-fe0b-4c73-8036-538876db7def .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-495cfcac-fe0b-4c73-8036-538876db7def .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-495cfcac-fe0b-4c73-8036-538876db7def img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image {
    
    
  }


.s-495cfcac-fe0b-4c73-8036-538876db7def .shogun-image-content {
  
    align-items: center;
  
}

.s-495cfcac-fe0b-4c73-8036-538876db7def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-495cfcac-fe0b-4c73-8036-538876db7def {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
      position: relative;
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-495cfcac-fe0b-4c73-8036-538876db7def {
  
  
  
  
}

#s-495cfcac-fe0b-4c73-8036-538876db7def {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-495cfcac-fe0b-4c73-8036-538876db7def .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-495cfcac-fe0b-4c73-8036-538876db7def .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-495cfcac-fe0b-4c73-8036-538876db7def .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-495cfcac-fe0b-4c73-8036-538876db7def img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image {
    
    
  }


.s-495cfcac-fe0b-4c73-8036-538876db7def .shogun-image-content {
  
    align-items: center;
  
}

.s-495cfcac-fe0b-4c73-8036-538876db7def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-495cfcac-fe0b-4c73-8036-538876db7def {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
      position: relative;
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-495cfcac-fe0b-4c73-8036-538876db7def {
  
  
  
  
}

#s-495cfcac-fe0b-4c73-8036-538876db7def {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-495cfcac-fe0b-4c73-8036-538876db7def .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-495cfcac-fe0b-4c73-8036-538876db7def .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-495cfcac-fe0b-4c73-8036-538876db7def .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-495cfcac-fe0b-4c73-8036-538876db7def img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image {
    
    
  }


.s-495cfcac-fe0b-4c73-8036-538876db7def .shogun-image-content {
  
    align-items: center;
  
}

.s-495cfcac-fe0b-4c73-8036-538876db7def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-495cfcac-fe0b-4c73-8036-538876db7def {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
      position: relative;
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-495cfcac-fe0b-4c73-8036-538876db7def {
  
  
  
  
}

#s-495cfcac-fe0b-4c73-8036-538876db7def {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-495cfcac-fe0b-4c73-8036-538876db7def .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-495cfcac-fe0b-4c73-8036-538876db7def .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-495cfcac-fe0b-4c73-8036-538876db7def .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-495cfcac-fe0b-4c73-8036-538876db7def img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image {
    
    
  }


.s-495cfcac-fe0b-4c73-8036-538876db7def .shogun-image-content {
  
    align-items: center;
  
}

.s-495cfcac-fe0b-4c73-8036-538876db7def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-495cfcac-fe0b-4c73-8036-538876db7def {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
      position: relative;
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-495cfcac-fe0b-4c73-8036-538876db7def {
  
  
  
  
}

#s-495cfcac-fe0b-4c73-8036-538876db7def {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-495cfcac-fe0b-4c73-8036-538876db7def .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-495cfcac-fe0b-4c73-8036-538876db7def .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-495cfcac-fe0b-4c73-8036-538876db7def .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-495cfcac-fe0b-4c73-8036-538876db7def img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image {
    
    
  }


.s-495cfcac-fe0b-4c73-8036-538876db7def .shogun-image-content {
  
    align-items: center;
  
}

.s-495cfcac-fe0b-4c73-8036-538876db7def.shg-align-container {
  display: flex;
  justify-content: center
}

.s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-495cfcac-fe0b-4c73-8036-538876db7def {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container {
      position: relative;
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-495cfcac-fe0b-4c73-8036-538876db7def img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

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

#s-4fa22cd4-a1cd-45a9-8cb7-305b8fe382c7 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-4fa22cd4-a1cd-45a9-8cb7-305b8fe382c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fa22cd4-a1cd-45a9-8cb7-305b8fe382c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fa22cd4-a1cd-45a9-8cb7-305b8fe382c7 {
  
}
}@media (max-width: 767px){#s-4fa22cd4-a1cd-45a9-8cb7-305b8fe382c7 {
  
}
}
#s-4fa22cd4-a1cd-45a9-8cb7-305b8fe382c7 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  
  
  
}

#s-d6db9975-6d72-484b-95da-8938413acd6c {
  text-align: center;
}
@media (min-width: 1200px){#s-d6db9975-6d72-484b-95da-8938413acd6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6db9975-6d72-484b-95da-8938413acd6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6db9975-6d72-484b-95da-8938413acd6c {
  
}
}@media (max-width: 767px){#s-d6db9975-6d72-484b-95da-8938413acd6c {
  
}
}
#s-d6db9975-6d72-484b-95da-8938413acd6c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d6db9975-6d72-484b-95da-8938413acd6c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d6db9975-6d72-484b-95da-8938413acd6c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-eb229b87-be71-42ed-8058-095cd7fdb69a {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-eb229b87-be71-42ed-8058-095cd7fdb69a:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eb229b87-be71-42ed-8058-095cd7fdb69a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-eb229b87-be71-42ed-8058-095cd7fdb69a-root {
    text-align: center;
  }


#s-eb229b87-be71-42ed-8058-095cd7fdb69a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-eb229b87-be71-42ed-8058-095cd7fdb69a-root {
    text-align: center;
  }


#s-eb229b87-be71-42ed-8058-095cd7fdb69a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb229b87-be71-42ed-8058-095cd7fdb69a-root {
    text-align: center;
  }


#s-eb229b87-be71-42ed-8058-095cd7fdb69a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb229b87-be71-42ed-8058-095cd7fdb69a-root {
    text-align: center;
  }


#s-eb229b87-be71-42ed-8058-095cd7fdb69a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-eb229b87-be71-42ed-8058-095cd7fdb69a-root {
    text-align: center;
  }


#s-eb229b87-be71-42ed-8058-095cd7fdb69a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-948b62e0-d250-481c-aa13-bd2d799c537c {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-948b62e0-d250-481c-aa13-bd2d799c537c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-948b62e0-d250-481c-aa13-bd2d799c537c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-948b62e0-d250-481c-aa13-bd2d799c537c {
  
}
}@media (max-width: 767px){#s-948b62e0-d250-481c-aa13-bd2d799c537c {
  
}
}
#s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image {
    
    
  }


.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
      position: relative;
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
  
  
  
  
}

#s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image {
    
    
  }


.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
      position: relative;
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
  
  
  
  
}

#s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image {
    
    
  }


.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
      position: relative;
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
  
  
  
  
}

#s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image {
    
    
  }


.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
      position: relative;
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
  
  
  
  
}

#s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image {
    
    
  }


.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container {
      position: relative;
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd8ba413-3aab-44d4-ac5d-fd3ba1304459 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-044c09c2-32b8-4573-89d4-836cae1715a2 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-044c09c2-32b8-4573-89d4-836cae1715a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-044c09c2-32b8-4573-89d4-836cae1715a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-044c09c2-32b8-4573-89d4-836cae1715a2 {
  
}
}@media (max-width: 767px){#s-044c09c2-32b8-4573-89d4-836cae1715a2 {
  
}
}
#s-044c09c2-32b8-4573-89d4-836cae1715a2 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  
  
  
}

#s-94c6dfc1-344d-4638-8e93-f3a37cea1dd8 {
  text-align: center;
}
@media (min-width: 1200px){#s-94c6dfc1-344d-4638-8e93-f3a37cea1dd8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94c6dfc1-344d-4638-8e93-f3a37cea1dd8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94c6dfc1-344d-4638-8e93-f3a37cea1dd8 {
  
}
}@media (max-width: 767px){#s-94c6dfc1-344d-4638-8e93-f3a37cea1dd8 {
  
}
}
#s-94c6dfc1-344d-4638-8e93-f3a37cea1dd8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-94c6dfc1-344d-4638-8e93-f3a37cea1dd8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-94c6dfc1-344d-4638-8e93-f3a37cea1dd8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-bc6009d1-415e-465e-96b7-cb7654c177d1 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bc6009d1-415e-465e-96b7-cb7654c177d1:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bc6009d1-415e-465e-96b7-cb7654c177d1:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-bc6009d1-415e-465e-96b7-cb7654c177d1-root {
    text-align: center;
  }


#s-bc6009d1-415e-465e-96b7-cb7654c177d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bc6009d1-415e-465e-96b7-cb7654c177d1-root {
    text-align: center;
  }


#s-bc6009d1-415e-465e-96b7-cb7654c177d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc6009d1-415e-465e-96b7-cb7654c177d1-root {
    text-align: center;
  }


#s-bc6009d1-415e-465e-96b7-cb7654c177d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc6009d1-415e-465e-96b7-cb7654c177d1-root {
    text-align: center;
  }


#s-bc6009d1-415e-465e-96b7-cb7654c177d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bc6009d1-415e-465e-96b7-cb7654c177d1-root {
    text-align: center;
  }


#s-bc6009d1-415e-465e-96b7-cb7654c177d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5e4bb3ca-7567-450d-a271-8ff53eeed420 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-5e4bb3ca-7567-450d-a271-8ff53eeed420 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e4bb3ca-7567-450d-a271-8ff53eeed420.shg-box.shg-c {
  justify-content: center;
}

#s-c3c52551-645c-40c3-a33e-ccae0b718e22 .shogun-icon-wrapper {
  text-align: center;
}


#s-c3c52551-645c-40c3-a33e-ccae0b718e22 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a4a65ca4-a92e-48fd-8f51-b571daca32b1 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-a4a65ca4-a92e-48fd-8f51-b571daca32b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4a65ca4-a92e-48fd-8f51-b571daca32b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4a65ca4-a92e-48fd-8f51-b571daca32b1 {
  
}
}@media (max-width: 767px){#s-a4a65ca4-a92e-48fd-8f51-b571daca32b1 {
  
}
}
#s-a4a65ca4-a92e-48fd-8f51-b571daca32b1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-1e4ff31b-9d97-4092-8c9e-b1c8a1fc234d {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-1e4ff31b-9d97-4092-8c9e-b1c8a1fc234d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e4ff31b-9d97-4092-8c9e-b1c8a1fc234d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e4ff31b-9d97-4092-8c9e-b1c8a1fc234d {
  
}
}@media (max-width: 767px){#s-1e4ff31b-9d97-4092-8c9e-b1c8a1fc234d {
  
}
}
@media (min-width: 0px) {
[id="s-1e4ff31b-9d97-4092-8c9e-b1c8a1fc234d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1e4ff31b-9d97-4092-8c9e-b1c8a1fc234d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1e4ff31b-9d97-4092-8c9e-b1c8a1fc234d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1e4ff31b-9d97-4092-8c9e-b1c8a1fc234d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-7932e661-b1ce-44c0-b462-97941f39c525 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-7932e661-b1ce-44c0-b462-97941f39c525 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7932e661-b1ce-44c0-b462-97941f39c525 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7932e661-b1ce-44c0-b462-97941f39c525 {
  
}
}@media (max-width: 767px){#s-7932e661-b1ce-44c0-b462-97941f39c525 {
  
}
}
#s-29905c68-6141-4613-9305-86f67bcbf7c3 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-29905c68-6141-4613-9305-86f67bcbf7c3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-29905c68-6141-4613-9305-86f67bcbf7c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29905c68-6141-4613-9305-86f67bcbf7c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image {
    
    
  }


.s-29905c68-6141-4613-9305-86f67bcbf7c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-29905c68-6141-4613-9305-86f67bcbf7c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29905c68-6141-4613-9305-86f67bcbf7c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
      position: relative;
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-29905c68-6141-4613-9305-86f67bcbf7c3 {
  
  
  
  
}

#s-29905c68-6141-4613-9305-86f67bcbf7c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29905c68-6141-4613-9305-86f67bcbf7c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image {
    
    
  }


.s-29905c68-6141-4613-9305-86f67bcbf7c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-29905c68-6141-4613-9305-86f67bcbf7c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29905c68-6141-4613-9305-86f67bcbf7c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
      position: relative;
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-29905c68-6141-4613-9305-86f67bcbf7c3 {
  
  
  
  
}

#s-29905c68-6141-4613-9305-86f67bcbf7c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29905c68-6141-4613-9305-86f67bcbf7c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image {
    
    
  }


.s-29905c68-6141-4613-9305-86f67bcbf7c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-29905c68-6141-4613-9305-86f67bcbf7c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29905c68-6141-4613-9305-86f67bcbf7c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
      position: relative;
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-29905c68-6141-4613-9305-86f67bcbf7c3 {
  
  
  
  
}

#s-29905c68-6141-4613-9305-86f67bcbf7c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29905c68-6141-4613-9305-86f67bcbf7c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image {
    
    
  }


.s-29905c68-6141-4613-9305-86f67bcbf7c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-29905c68-6141-4613-9305-86f67bcbf7c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29905c68-6141-4613-9305-86f67bcbf7c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
      position: relative;
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-29905c68-6141-4613-9305-86f67bcbf7c3 {
  
  
  
  
}

#s-29905c68-6141-4613-9305-86f67bcbf7c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29905c68-6141-4613-9305-86f67bcbf7c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29905c68-6141-4613-9305-86f67bcbf7c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image {
    
    
  }


.s-29905c68-6141-4613-9305-86f67bcbf7c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-29905c68-6141-4613-9305-86f67bcbf7c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29905c68-6141-4613-9305-86f67bcbf7c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container {
      position: relative;
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29905c68-6141-4613-9305-86f67bcbf7c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fe438956-60a5-40c3-ba1f-881048f94ee7 {
  margin-left: auto;
margin-right: auto;
}

#s-bad6cb51-ac29-4d28-84fd-90fde14b504e {
  text-align: center;
}
@media (min-width: 1200px){#s-bad6cb51-ac29-4d28-84fd-90fde14b504e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bad6cb51-ac29-4d28-84fd-90fde14b504e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bad6cb51-ac29-4d28-84fd-90fde14b504e {
  
}
}@media (max-width: 767px){#s-bad6cb51-ac29-4d28-84fd-90fde14b504e {
  
}
}
#s-bad6cb51-ac29-4d28-84fd-90fde14b504e .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-bad6cb51-ac29-4d28-84fd-90fde14b504e .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bad6cb51-ac29-4d28-84fd-90fde14b504e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-f73cd310-089a-44e0-bf8e-1b02d923b41d {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f73cd310-089a-44e0-bf8e-1b02d923b41d:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f73cd310-089a-44e0-bf8e-1b02d923b41d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-f73cd310-089a-44e0-bf8e-1b02d923b41d-root {
    text-align: center;
  }


#s-f73cd310-089a-44e0-bf8e-1b02d923b41d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f73cd310-089a-44e0-bf8e-1b02d923b41d-root {
    text-align: center;
  }


#s-f73cd310-089a-44e0-bf8e-1b02d923b41d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f73cd310-089a-44e0-bf8e-1b02d923b41d-root {
    text-align: center;
  }


#s-f73cd310-089a-44e0-bf8e-1b02d923b41d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f73cd310-089a-44e0-bf8e-1b02d923b41d-root {
    text-align: center;
  }


#s-f73cd310-089a-44e0-bf8e-1b02d923b41d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f73cd310-089a-44e0-bf8e-1b02d923b41d-root {
    text-align: center;
  }


#s-f73cd310-089a-44e0-bf8e-1b02d923b41d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f228f710-9786-42b1-a93c-4478a812d2f4 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-f228f710-9786-42b1-a93c-4478a812d2f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f228f710-9786-42b1-a93c-4478a812d2f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f228f710-9786-42b1-a93c-4478a812d2f4 {
  
}
}@media (max-width: 767px){#s-f228f710-9786-42b1-a93c-4478a812d2f4 {
  
}
}
#s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image {
    
    
  }


.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shogun-image-content {
  
    align-items: center;
  
}

.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
      position: relative;
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
  
  
  
  
}

#s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image {
    
    
  }


.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shogun-image-content {
  
    align-items: center;
  
}

.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
      position: relative;
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
  
  
  
  
}

#s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image {
    
    
  }


.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shogun-image-content {
  
    align-items: center;
  
}

.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
      position: relative;
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
  
  
  
  
}

#s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image {
    
    
  }


.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shogun-image-content {
  
    align-items: center;
  
}

.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
      position: relative;
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
  
  
  
  
}

#s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image {
    
    
  }


.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 .shogun-image-content {
  
    align-items: center;
  
}

.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container {
      position: relative;
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-42367cc7-3ec4-42f2-ae95-baf60d7c4222 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-482d7ace-c6b9-4413-8673-6cbc49ac142a {
  margin-left: auto;
margin-right: auto;
}

#s-01cb184a-ff6f-42ad-93c6-db532d8f48a1 {
  text-align: center;
}
@media (min-width: 1200px){#s-01cb184a-ff6f-42ad-93c6-db532d8f48a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01cb184a-ff6f-42ad-93c6-db532d8f48a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01cb184a-ff6f-42ad-93c6-db532d8f48a1 {
  
}
}@media (max-width: 767px){#s-01cb184a-ff6f-42ad-93c6-db532d8f48a1 {
  
}
}
#s-01cb184a-ff6f-42ad-93c6-db532d8f48a1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-01cb184a-ff6f-42ad-93c6-db532d8f48a1 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-01cb184a-ff6f-42ad-93c6-db532d8f48a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-de9f1120-df2c-4728-8e28-83665da0640d {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-de9f1120-df2c-4728-8e28-83665da0640d:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-de9f1120-df2c-4728-8e28-83665da0640d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-de9f1120-df2c-4728-8e28-83665da0640d-root {
    text-align: center;
  }


#s-de9f1120-df2c-4728-8e28-83665da0640d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-de9f1120-df2c-4728-8e28-83665da0640d-root {
    text-align: center;
  }


#s-de9f1120-df2c-4728-8e28-83665da0640d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de9f1120-df2c-4728-8e28-83665da0640d-root {
    text-align: center;
  }


#s-de9f1120-df2c-4728-8e28-83665da0640d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de9f1120-df2c-4728-8e28-83665da0640d-root {
    text-align: center;
  }


#s-de9f1120-df2c-4728-8e28-83665da0640d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-de9f1120-df2c-4728-8e28-83665da0640d-root {
    text-align: center;
  }


#s-de9f1120-df2c-4728-8e28-83665da0640d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-ba1e9349-5faa-417c-b93f-6b8ecd9815b7 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-ba1e9349-5faa-417c-b93f-6b8ecd9815b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba1e9349-5faa-417c-b93f-6b8ecd9815b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba1e9349-5faa-417c-b93f-6b8ecd9815b7 {
  
}
}@media (max-width: 767px){#s-ba1e9349-5faa-417c-b93f-6b8ecd9815b7 {
  
}
}
#s-9ea275fa-8aed-48f3-917e-220da6048599 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-9ea275fa-8aed-48f3-917e-220da6048599 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9ea275fa-8aed-48f3-917e-220da6048599 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ea275fa-8aed-48f3-917e-220da6048599 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image {
    
    
  }


.s-9ea275fa-8aed-48f3-917e-220da6048599 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea275fa-8aed-48f3-917e-220da6048599.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ea275fa-8aed-48f3-917e-220da6048599 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
      position: relative;
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9ea275fa-8aed-48f3-917e-220da6048599 {
  
  
  
  
}

#s-9ea275fa-8aed-48f3-917e-220da6048599 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ea275fa-8aed-48f3-917e-220da6048599 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image {
    
    
  }


.s-9ea275fa-8aed-48f3-917e-220da6048599 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea275fa-8aed-48f3-917e-220da6048599.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ea275fa-8aed-48f3-917e-220da6048599 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
      position: relative;
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9ea275fa-8aed-48f3-917e-220da6048599 {
  
  
  
  
}

#s-9ea275fa-8aed-48f3-917e-220da6048599 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ea275fa-8aed-48f3-917e-220da6048599 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image {
    
    
  }


.s-9ea275fa-8aed-48f3-917e-220da6048599 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea275fa-8aed-48f3-917e-220da6048599.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ea275fa-8aed-48f3-917e-220da6048599 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
      position: relative;
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9ea275fa-8aed-48f3-917e-220da6048599 {
  
  
  
  
}

#s-9ea275fa-8aed-48f3-917e-220da6048599 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ea275fa-8aed-48f3-917e-220da6048599 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image {
    
    
  }


.s-9ea275fa-8aed-48f3-917e-220da6048599 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea275fa-8aed-48f3-917e-220da6048599.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ea275fa-8aed-48f3-917e-220da6048599 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
      position: relative;
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9ea275fa-8aed-48f3-917e-220da6048599 {
  
  
  
  
}

#s-9ea275fa-8aed-48f3-917e-220da6048599 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ea275fa-8aed-48f3-917e-220da6048599 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ea275fa-8aed-48f3-917e-220da6048599 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image {
    
    
  }


.s-9ea275fa-8aed-48f3-917e-220da6048599 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ea275fa-8aed-48f3-917e-220da6048599.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ea275fa-8aed-48f3-917e-220da6048599 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container {
      position: relative;
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ea275fa-8aed-48f3-917e-220da6048599 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f00732b6-a63a-435e-b69a-cf991bdc9f10 {
  margin-left: auto;
margin-right: auto;
}

#s-a02440eb-ed6b-453b-839d-9dfca7d7c451 {
  text-align: center;
}
@media (min-width: 1200px){#s-a02440eb-ed6b-453b-839d-9dfca7d7c451 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a02440eb-ed6b-453b-839d-9dfca7d7c451 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a02440eb-ed6b-453b-839d-9dfca7d7c451 {
  
}
}@media (max-width: 767px){#s-a02440eb-ed6b-453b-839d-9dfca7d7c451 {
  
}
}
#s-a02440eb-ed6b-453b-839d-9dfca7d7c451 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-a02440eb-ed6b-453b-839d-9dfca7d7c451 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a02440eb-ed6b-453b-839d-9dfca7d7c451 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-5d636cfc-030b-4590-9c9e-2552abe599a7 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5d636cfc-030b-4590-9c9e-2552abe599a7:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5d636cfc-030b-4590-9c9e-2552abe599a7:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-5d636cfc-030b-4590-9c9e-2552abe599a7-root {
    text-align: center;
  }


#s-5d636cfc-030b-4590-9c9e-2552abe599a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5d636cfc-030b-4590-9c9e-2552abe599a7-root {
    text-align: center;
  }


#s-5d636cfc-030b-4590-9c9e-2552abe599a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d636cfc-030b-4590-9c9e-2552abe599a7-root {
    text-align: center;
  }


#s-5d636cfc-030b-4590-9c9e-2552abe599a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d636cfc-030b-4590-9c9e-2552abe599a7-root {
    text-align: center;
  }


#s-5d636cfc-030b-4590-9c9e-2552abe599a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5d636cfc-030b-4590-9c9e-2552abe599a7-root {
    text-align: center;
  }


#s-5d636cfc-030b-4590-9c9e-2552abe599a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-529a59e7-492e-4b09-af23-45457839be9b {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-529a59e7-492e-4b09-af23-45457839be9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-529a59e7-492e-4b09-af23-45457839be9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-529a59e7-492e-4b09-af23-45457839be9b {
  
}
}@media (max-width: 767px){#s-529a59e7-492e-4b09-af23-45457839be9b {
  
}
}
#s-fa200526-a6dd-4843-9907-a701e9ac050e {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-fa200526-a6dd-4843-9907-a701e9ac050e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fa200526-a6dd-4843-9907-a701e9ac050e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa200526-a6dd-4843-9907-a701e9ac050e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image {
    
    
  }


.s-fa200526-a6dd-4843-9907-a701e9ac050e .shogun-image-content {
  
    align-items: center;
  
}

.s-fa200526-a6dd-4843-9907-a701e9ac050e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa200526-a6dd-4843-9907-a701e9ac050e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
      position: relative;
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fa200526-a6dd-4843-9907-a701e9ac050e {
  
  
  
  
}

#s-fa200526-a6dd-4843-9907-a701e9ac050e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa200526-a6dd-4843-9907-a701e9ac050e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image {
    
    
  }


.s-fa200526-a6dd-4843-9907-a701e9ac050e .shogun-image-content {
  
    align-items: center;
  
}

.s-fa200526-a6dd-4843-9907-a701e9ac050e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa200526-a6dd-4843-9907-a701e9ac050e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
      position: relative;
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fa200526-a6dd-4843-9907-a701e9ac050e {
  
  
  
  
}

#s-fa200526-a6dd-4843-9907-a701e9ac050e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa200526-a6dd-4843-9907-a701e9ac050e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image {
    
    
  }


.s-fa200526-a6dd-4843-9907-a701e9ac050e .shogun-image-content {
  
    align-items: center;
  
}

.s-fa200526-a6dd-4843-9907-a701e9ac050e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa200526-a6dd-4843-9907-a701e9ac050e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
      position: relative;
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fa200526-a6dd-4843-9907-a701e9ac050e {
  
  
  
  
}

#s-fa200526-a6dd-4843-9907-a701e9ac050e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa200526-a6dd-4843-9907-a701e9ac050e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image {
    
    
  }


.s-fa200526-a6dd-4843-9907-a701e9ac050e .shogun-image-content {
  
    align-items: center;
  
}

.s-fa200526-a6dd-4843-9907-a701e9ac050e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa200526-a6dd-4843-9907-a701e9ac050e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
      position: relative;
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fa200526-a6dd-4843-9907-a701e9ac050e {
  
  
  
  
}

#s-fa200526-a6dd-4843-9907-a701e9ac050e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa200526-a6dd-4843-9907-a701e9ac050e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa200526-a6dd-4843-9907-a701e9ac050e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image {
    
    
  }


.s-fa200526-a6dd-4843-9907-a701e9ac050e .shogun-image-content {
  
    align-items: center;
  
}

.s-fa200526-a6dd-4843-9907-a701e9ac050e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa200526-a6dd-4843-9907-a701e9ac050e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container {
      position: relative;
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa200526-a6dd-4843-9907-a701e9ac050e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5c2b30f2-6ff1-4b95-8f9f-268feaf7de97 {
  margin-left: auto;
margin-right: auto;
}

#s-95159cdf-3e17-4dec-b310-f8d90f45d7eb {
  text-align: center;
}
@media (min-width: 1200px){#s-95159cdf-3e17-4dec-b310-f8d90f45d7eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95159cdf-3e17-4dec-b310-f8d90f45d7eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-95159cdf-3e17-4dec-b310-f8d90f45d7eb {
  
}
}@media (max-width: 767px){#s-95159cdf-3e17-4dec-b310-f8d90f45d7eb {
  
}
}
#s-95159cdf-3e17-4dec-b310-f8d90f45d7eb .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-95159cdf-3e17-4dec-b310-f8d90f45d7eb .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-95159cdf-3e17-4dec-b310-f8d90f45d7eb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-7984c99a-c363-45eb-baca-f95711107135 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7984c99a-c363-45eb-baca-f95711107135:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7984c99a-c363-45eb-baca-f95711107135:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-7984c99a-c363-45eb-baca-f95711107135-root {
    text-align: center;
  }


#s-7984c99a-c363-45eb-baca-f95711107135.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7984c99a-c363-45eb-baca-f95711107135-root {
    text-align: center;
  }


#s-7984c99a-c363-45eb-baca-f95711107135.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7984c99a-c363-45eb-baca-f95711107135-root {
    text-align: center;
  }


#s-7984c99a-c363-45eb-baca-f95711107135.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7984c99a-c363-45eb-baca-f95711107135-root {
    text-align: center;
  }


#s-7984c99a-c363-45eb-baca-f95711107135.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7984c99a-c363-45eb-baca-f95711107135-root {
    text-align: center;
  }


#s-7984c99a-c363-45eb-baca-f95711107135.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-09cb5060-cf9a-4512-966c-f37b6f954147 {
  min-height: 50px;
}








#s-09cb5060-cf9a-4512-966c-f37b6f954147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09cb5060-cf9a-4512-966c-f37b6f954147.shg-box.shg-c {
  justify-content: center;
}

#s-f60cab31-31ef-460f-ad94-66a79b4fddd8 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-f60cab31-31ef-460f-ad94-66a79b4fddd8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f60cab31-31ef-460f-ad94-66a79b4fddd8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f60cab31-31ef-460f-ad94-66a79b4fddd8 {
  
}
}@media (max-width: 767px){#s-f60cab31-31ef-460f-ad94-66a79b4fddd8 {
  
}
}







#s-f60cab31-31ef-460f-ad94-66a79b4fddd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f60cab31-31ef-460f-ad94-66a79b4fddd8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-687d605d-8fa2-42ec-a684-31312b450a54 .shogun-icon-wrapper {
  text-align: center;
}


#s-687d605d-8fa2-42ec-a684-31312b450a54 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-76073f64-d09a-4ab8-a4fc-3e4bc1696ed9 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-76073f64-d09a-4ab8-a4fc-3e4bc1696ed9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76073f64-d09a-4ab8-a4fc-3e4bc1696ed9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-76073f64-d09a-4ab8-a4fc-3e4bc1696ed9 {
  
}
}@media (max-width: 767px){#s-76073f64-d09a-4ab8-a4fc-3e4bc1696ed9 {
  
}
}
#s-76073f64-d09a-4ab8-a4fc-3e4bc1696ed9 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9d7efa38-b756-488c-a5df-d49bdd81d263 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-9d7efa38-b756-488c-a5df-d49bdd81d263 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d7efa38-b756-488c-a5df-d49bdd81d263 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d7efa38-b756-488c-a5df-d49bdd81d263 {
  
}
}@media (max-width: 767px){#s-9d7efa38-b756-488c-a5df-d49bdd81d263 {
  
}
}
@media (min-width: 0px) {
[id="s-9d7efa38-b756-488c-a5df-d49bdd81d263"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9d7efa38-b756-488c-a5df-d49bdd81d263"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9d7efa38-b756-488c-a5df-d49bdd81d263"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9d7efa38-b756-488c-a5df-d49bdd81d263"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-a0dbfd15-4075-496a-9c9c-178a9e201219 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-a0dbfd15-4075-496a-9c9c-178a9e201219 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0dbfd15-4075-496a-9c9c-178a9e201219 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0dbfd15-4075-496a-9c9c-178a9e201219 {
  
}
}@media (max-width: 767px){#s-a0dbfd15-4075-496a-9c9c-178a9e201219 {
  
}
}
#s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-909a5694-7b2c-4d69-b39f-c407c6a55636 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image {
    
    
  }


.s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shogun-image-content {
  
    align-items: center;
  
}

.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
      position: relative;
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
  
  
  
  
}

#s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-909a5694-7b2c-4d69-b39f-c407c6a55636 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image {
    
    
  }


.s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shogun-image-content {
  
    align-items: center;
  
}

.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
      position: relative;
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
  
  
  
  
}

#s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-909a5694-7b2c-4d69-b39f-c407c6a55636 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image {
    
    
  }


.s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shogun-image-content {
  
    align-items: center;
  
}

.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
      position: relative;
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
  
  
  
  
}

#s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-909a5694-7b2c-4d69-b39f-c407c6a55636 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image {
    
    
  }


.s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shogun-image-content {
  
    align-items: center;
  
}

.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
      position: relative;
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
  
  
  
  
}

#s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-909a5694-7b2c-4d69-b39f-c407c6a55636 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image {
    
    
  }


.s-909a5694-7b2c-4d69-b39f-c407c6a55636 .shogun-image-content {
  
    align-items: center;
  
}

.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shg-align-container {
  display: flex;
  justify-content: center
}

.s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-909a5694-7b2c-4d69-b39f-c407c6a55636 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container {
      position: relative;
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-909a5694-7b2c-4d69-b39f-c407c6a55636 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4c080fa1-2673-4232-b4c5-01788507641d {
  margin-left: auto;
margin-right: auto;
}

#s-7edf4885-0e55-4919-810c-a932828cc0a8 {
  text-align: center;
}
@media (min-width: 1200px){#s-7edf4885-0e55-4919-810c-a932828cc0a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7edf4885-0e55-4919-810c-a932828cc0a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7edf4885-0e55-4919-810c-a932828cc0a8 {
  
}
}@media (max-width: 767px){#s-7edf4885-0e55-4919-810c-a932828cc0a8 {
  
}
}
#s-7edf4885-0e55-4919-810c-a932828cc0a8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7edf4885-0e55-4919-810c-a932828cc0a8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7edf4885-0e55-4919-810c-a932828cc0a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8-root {
    text-align: center;
  }


#s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8-root {
    text-align: center;
  }


#s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8-root {
    text-align: center;
  }


#s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8-root {
    text-align: center;
  }


#s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8-root {
    text-align: center;
  }


#s-8192bf5f-d17f-4aa9-8cd0-32e96b78e3d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-281c9e8d-79c2-4a8c-a487-f7f0c89ff3f8 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-281c9e8d-79c2-4a8c-a487-f7f0c89ff3f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-281c9e8d-79c2-4a8c-a487-f7f0c89ff3f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-281c9e8d-79c2-4a8c-a487-f7f0c89ff3f8 {
  
}
}@media (max-width: 767px){#s-281c9e8d-79c2-4a8c-a487-f7f0c89ff3f8 {
  
}
}
#s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image {
    
    
  }


.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shogun-image-content {
  
    align-items: center;
  
}

.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
      position: relative;
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
  
  
  
  
}

#s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image {
    
    
  }


.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shogun-image-content {
  
    align-items: center;
  
}

.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
      position: relative;
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
  
  
  
  
}

#s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image {
    
    
  }


.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shogun-image-content {
  
    align-items: center;
  
}

.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
      position: relative;
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
  
  
  
  
}

#s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image {
    
    
  }


.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shogun-image-content {
  
    align-items: center;
  
}

.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
      position: relative;
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
  
  
  
  
}

#s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image {
    
    
  }


.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba .shogun-image-content {
  
    align-items: center;
  
}

.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container {
      position: relative;
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca094ea7-955e-4853-84cb-b9a1cc87a7ba img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f4227695-fc24-4ba2-9ee7-bdae478cd509 {
  margin-left: auto;
margin-right: auto;
}

#s-22a0e21b-e0a4-401e-a940-46c0e6049700 {
  text-align: center;
}
@media (min-width: 1200px){#s-22a0e21b-e0a4-401e-a940-46c0e6049700 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22a0e21b-e0a4-401e-a940-46c0e6049700 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22a0e21b-e0a4-401e-a940-46c0e6049700 {
  
}
}@media (max-width: 767px){#s-22a0e21b-e0a4-401e-a940-46c0e6049700 {
  
}
}
#s-22a0e21b-e0a4-401e-a940-46c0e6049700 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-22a0e21b-e0a4-401e-a940-46c0e6049700 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-22a0e21b-e0a4-401e-a940-46c0e6049700 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-aaa6d10b-28ae-460b-8faa-1c146958e00a {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-aaa6d10b-28ae-460b-8faa-1c146958e00a:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aaa6d10b-28ae-460b-8faa-1c146958e00a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-aaa6d10b-28ae-460b-8faa-1c146958e00a-root {
    text-align: center;
  }


#s-aaa6d10b-28ae-460b-8faa-1c146958e00a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-aaa6d10b-28ae-460b-8faa-1c146958e00a-root {
    text-align: center;
  }


#s-aaa6d10b-28ae-460b-8faa-1c146958e00a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aaa6d10b-28ae-460b-8faa-1c146958e00a-root {
    text-align: center;
  }


#s-aaa6d10b-28ae-460b-8faa-1c146958e00a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aaa6d10b-28ae-460b-8faa-1c146958e00a-root {
    text-align: center;
  }


#s-aaa6d10b-28ae-460b-8faa-1c146958e00a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-aaa6d10b-28ae-460b-8faa-1c146958e00a-root {
    text-align: center;
  }


#s-aaa6d10b-28ae-460b-8faa-1c146958e00a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-ba9f3e4c-cdb9-46a2-bf47-d79d40c70d96 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-ba9f3e4c-cdb9-46a2-bf47-d79d40c70d96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba9f3e4c-cdb9-46a2-bf47-d79d40c70d96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba9f3e4c-cdb9-46a2-bf47-d79d40c70d96 {
  
}
}@media (max-width: 767px){#s-ba9f3e4c-cdb9-46a2-bf47-d79d40c70d96 {
  
}
}
#s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fb5ec84-9f63-47cc-810d-8651dab92592 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image {
    
    
  }


.s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
      position: relative;
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
  
  
  
  
}

#s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fb5ec84-9f63-47cc-810d-8651dab92592 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image {
    
    
  }


.s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
      position: relative;
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
  
  
  
  
}

#s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fb5ec84-9f63-47cc-810d-8651dab92592 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image {
    
    
  }


.s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
      position: relative;
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
  
  
  
  
}

#s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fb5ec84-9f63-47cc-810d-8651dab92592 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image {
    
    
  }


.s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
      position: relative;
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
  
  
  
  
}

#s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2fb5ec84-9f63-47cc-810d-8651dab92592 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image {
    
    
  }


.s-2fb5ec84-9f63-47cc-810d-8651dab92592 .shogun-image-content {
  
    align-items: center;
  
}

.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2fb5ec84-9f63-47cc-810d-8651dab92592 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container {
      position: relative;
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2fb5ec84-9f63-47cc-810d-8651dab92592 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-82f95cc1-6909-4e49-883e-f2a15a199100 {
  margin-left: auto;
margin-right: auto;
}

#s-6d611991-6303-43c4-b2e6-cc8fdd13ffa8 {
  text-align: center;
}
@media (min-width: 1200px){#s-6d611991-6303-43c4-b2e6-cc8fdd13ffa8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d611991-6303-43c4-b2e6-cc8fdd13ffa8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d611991-6303-43c4-b2e6-cc8fdd13ffa8 {
  
}
}@media (max-width: 767px){#s-6d611991-6303-43c4-b2e6-cc8fdd13ffa8 {
  
}
}
#s-6d611991-6303-43c4-b2e6-cc8fdd13ffa8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-6d611991-6303-43c4-b2e6-cc8fdd13ffa8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6d611991-6303-43c4-b2e6-cc8fdd13ffa8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc-root {
    text-align: center;
  }


#s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc-root {
    text-align: center;
  }


#s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc-root {
    text-align: center;
  }


#s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc-root {
    text-align: center;
  }


#s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc-root {
    text-align: center;
  }


#s-0ed9c56a-ad80-4755-874e-9c87fc2ebddc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-c46be7df-45b2-42ef-8066-b3ad8d6d09b4 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-c46be7df-45b2-42ef-8066-b3ad8d6d09b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c46be7df-45b2-42ef-8066-b3ad8d6d09b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c46be7df-45b2-42ef-8066-b3ad8d6d09b4 {
  
}
}@media (max-width: 767px){#s-c46be7df-45b2-42ef-8066-b3ad8d6d09b4 {
  
}
}
#s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image {
    
    
  }


.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
      position: relative;
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
  
  
  
  
}

#s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image {
    
    
  }


.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
      position: relative;
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
  
  
  
  
}

#s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image {
    
    
  }


.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
      position: relative;
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
  
  
  
  
}

#s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image {
    
    
  }


.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
      position: relative;
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
  
  
  
  
}

#s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image {
    
    
  }


.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container {
      position: relative;
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a7b692c-8b6a-4e57-ad7c-bf5b02eb1370 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-48d292ea-9ed1-4e22-bc65-73461007c595 {
  margin-left: auto;
margin-right: auto;
}

#s-982aa0d8-ecc3-4f33-a4f2-15689922fc2d {
  text-align: center;
}
@media (min-width: 1200px){#s-982aa0d8-ecc3-4f33-a4f2-15689922fc2d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-982aa0d8-ecc3-4f33-a4f2-15689922fc2d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-982aa0d8-ecc3-4f33-a4f2-15689922fc2d {
  
}
}@media (max-width: 767px){#s-982aa0d8-ecc3-4f33-a4f2-15689922fc2d {
  
}
}
#s-982aa0d8-ecc3-4f33-a4f2-15689922fc2d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-982aa0d8-ecc3-4f33-a4f2-15689922fc2d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-982aa0d8-ecc3-4f33-a4f2-15689922fc2d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7-root {
    text-align: center;
  }


#s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7-root {
    text-align: center;
  }


#s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7-root {
    text-align: center;
  }


#s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7-root {
    text-align: center;
  }


#s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7-root {
    text-align: center;
  }


#s-e3bd6b44-fe63-4d2b-8053-6612dcc110e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-befb382f-6667-485d-a0b2-d2d2459e2859 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-befb382f-6667-485d-a0b2-d2d2459e2859 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-befb382f-6667-485d-a0b2-d2d2459e2859 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-befb382f-6667-485d-a0b2-d2d2459e2859 {
  
}
}@media (max-width: 767px){#s-befb382f-6667-485d-a0b2-d2d2459e2859 {
  
}
}
#s-dbdec87a-6e58-4182-807c-e7907314f870 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-dbdec87a-6e58-4182-807c-e7907314f870 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dbdec87a-6e58-4182-807c-e7907314f870 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbdec87a-6e58-4182-807c-e7907314f870 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image {
    
    
  }


.s-dbdec87a-6e58-4182-807c-e7907314f870 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdec87a-6e58-4182-807c-e7907314f870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbdec87a-6e58-4182-807c-e7907314f870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
      position: relative;
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dbdec87a-6e58-4182-807c-e7907314f870 {
  
  
  
  
}

#s-dbdec87a-6e58-4182-807c-e7907314f870 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbdec87a-6e58-4182-807c-e7907314f870 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image {
    
    
  }


.s-dbdec87a-6e58-4182-807c-e7907314f870 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdec87a-6e58-4182-807c-e7907314f870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbdec87a-6e58-4182-807c-e7907314f870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
      position: relative;
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dbdec87a-6e58-4182-807c-e7907314f870 {
  
  
  
  
}

#s-dbdec87a-6e58-4182-807c-e7907314f870 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbdec87a-6e58-4182-807c-e7907314f870 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image {
    
    
  }


.s-dbdec87a-6e58-4182-807c-e7907314f870 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdec87a-6e58-4182-807c-e7907314f870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbdec87a-6e58-4182-807c-e7907314f870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
      position: relative;
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dbdec87a-6e58-4182-807c-e7907314f870 {
  
  
  
  
}

#s-dbdec87a-6e58-4182-807c-e7907314f870 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbdec87a-6e58-4182-807c-e7907314f870 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image {
    
    
  }


.s-dbdec87a-6e58-4182-807c-e7907314f870 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdec87a-6e58-4182-807c-e7907314f870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbdec87a-6e58-4182-807c-e7907314f870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
      position: relative;
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dbdec87a-6e58-4182-807c-e7907314f870 {
  
  
  
  
}

#s-dbdec87a-6e58-4182-807c-e7907314f870 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbdec87a-6e58-4182-807c-e7907314f870 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbdec87a-6e58-4182-807c-e7907314f870 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image {
    
    
  }


.s-dbdec87a-6e58-4182-807c-e7907314f870 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdec87a-6e58-4182-807c-e7907314f870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbdec87a-6e58-4182-807c-e7907314f870 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container {
      position: relative;
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbdec87a-6e58-4182-807c-e7907314f870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3c87dcdd-4aaf-4e76-8e0e-66fd0e5a4866 {
  margin-left: auto;
margin-right: auto;
}

#s-46308986-3016-455c-ac20-c29253c0e6f2 {
  text-align: center;
}
@media (min-width: 1200px){#s-46308986-3016-455c-ac20-c29253c0e6f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46308986-3016-455c-ac20-c29253c0e6f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-46308986-3016-455c-ac20-c29253c0e6f2 {
  
}
}@media (max-width: 767px){#s-46308986-3016-455c-ac20-c29253c0e6f2 {
  
}
}
#s-46308986-3016-455c-ac20-c29253c0e6f2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-46308986-3016-455c-ac20-c29253c0e6f2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-46308986-3016-455c-ac20-c29253c0e6f2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c-root {
    text-align: center;
  }


#s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c-root {
    text-align: center;
  }


#s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c-root {
    text-align: center;
  }


#s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c-root {
    text-align: center;
  }


#s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c-root {
    text-align: center;
  }


#s-994bda2b-f62e-4b2a-9cce-9d77ff56d42c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-4e2dc95c-aae4-4e49-8d24-bec6d93e1769 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-4e2dc95c-aae4-4e49-8d24-bec6d93e1769 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e2dc95c-aae4-4e49-8d24-bec6d93e1769 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e2dc95c-aae4-4e49-8d24-bec6d93e1769 {
  
}
}@media (max-width: 767px){#s-4e2dc95c-aae4-4e49-8d24-bec6d93e1769 {
  
}
}
#s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image {
    
    
  }


.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shogun-image-content {
  
    align-items: center;
  
}

.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
      position: relative;
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
  
  
  
  
}

#s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image {
    
    
  }


.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shogun-image-content {
  
    align-items: center;
  
}

.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
      position: relative;
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
  
  
  
  
}

#s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image {
    
    
  }


.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shogun-image-content {
  
    align-items: center;
  
}

.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
      position: relative;
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
  
  
  
  
}

#s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image {
    
    
  }


.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shogun-image-content {
  
    align-items: center;
  
}

.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
      position: relative;
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
  
  
  
  
}

#s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image {
    
    
  }


.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c .shogun-image-content {
  
    align-items: center;
  
}

.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container {
      position: relative;
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14a3597e-7a94-4ff6-aca1-c1aba4bfdd9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-68080082-2161-4d46-87f4-68e2a4c8bf86 {
  margin-left: auto;
margin-right: auto;
}

#s-ea0e7307-4094-4fad-ba25-046104be28b0 {
  text-align: center;
}
@media (min-width: 1200px){#s-ea0e7307-4094-4fad-ba25-046104be28b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea0e7307-4094-4fad-ba25-046104be28b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea0e7307-4094-4fad-ba25-046104be28b0 {
  
}
}@media (max-width: 767px){#s-ea0e7307-4094-4fad-ba25-046104be28b0 {
  
}
}
#s-ea0e7307-4094-4fad-ba25-046104be28b0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  
  
  
  font-style:  normal ;
}

#s-ea0e7307-4094-4fad-ba25-046104be28b0 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  
}

#s-ea0e7307-4094-4fad-ba25-046104be28b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f-root {
    text-align: center;
  }


#s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f-root {
    text-align: center;
  }


#s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f-root {
    text-align: center;
  }


#s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f-root {
    text-align: center;
  }


#s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f-root {
    text-align: center;
  }


#s-ced5cdab-e8a2-4a24-93fd-78d6da05ed3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8fa91edc-8c3d-4670-9621-44a5c0a4dd8f .shogun-icon-wrapper {
  text-align: center;
}


#s-8fa91edc-8c3d-4670-9621-44a5c0a4dd8f .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-fb843bb5-5682-403b-8415-cf0ce782f6b0 {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-fb843bb5-5682-403b-8415-cf0ce782f6b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb843bb5-5682-403b-8415-cf0ce782f6b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb843bb5-5682-403b-8415-cf0ce782f6b0 {
  
}
}@media (max-width: 767px){#s-fb843bb5-5682-403b-8415-cf0ce782f6b0 {
  
}
}
#s-fb843bb5-5682-403b-8415-cf0ce782f6b0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8177c6dc-b04e-44a0-9e52-6adb43bee66e {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-8177c6dc-b04e-44a0-9e52-6adb43bee66e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8177c6dc-b04e-44a0-9e52-6adb43bee66e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8177c6dc-b04e-44a0-9e52-6adb43bee66e {
  
}
}@media (max-width: 767px){#s-8177c6dc-b04e-44a0-9e52-6adb43bee66e {
  
}
}
@media (min-width: 0px) {
[id="s-8177c6dc-b04e-44a0-9e52-6adb43bee66e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8177c6dc-b04e-44a0-9e52-6adb43bee66e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8177c6dc-b04e-44a0-9e52-6adb43bee66e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8177c6dc-b04e-44a0-9e52-6adb43bee66e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-2bfe3e3d-88de-4863-9adb-7f1470ae36b2 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-2bfe3e3d-88de-4863-9adb-7f1470ae36b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bfe3e3d-88de-4863-9adb-7f1470ae36b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bfe3e3d-88de-4863-9adb-7f1470ae36b2 {
  
}
}@media (max-width: 767px){#s-2bfe3e3d-88de-4863-9adb-7f1470ae36b2 {
  
}
}
#s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image {
    
    
  }


.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
      position: relative;
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
  
  
  
  
}

#s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image {
    
    
  }


.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
      position: relative;
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
  
  
  
  
}

#s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image {
    
    
  }


.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
      position: relative;
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
  
  
  
  
}

#s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image {
    
    
  }


.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
      position: relative;
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
  
  
  
  
}

#s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image {
    
    
  }


.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f .shogun-image-content {
  
    align-items: center;
  
}

.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container {
      position: relative;
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fa9a949-06b8-4c25-85a5-ed83e5d38d5f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-390fa176-c7f9-4ee8-a2d7-a0129c1228d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-5a69d08b-7035-4edb-8161-299d418f3b1b {
  text-align: center;
}
@media (min-width: 1200px){#s-5a69d08b-7035-4edb-8161-299d418f3b1b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a69d08b-7035-4edb-8161-299d418f3b1b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a69d08b-7035-4edb-8161-299d418f3b1b {
  
}
}@media (max-width: 767px){#s-5a69d08b-7035-4edb-8161-299d418f3b1b {
  
}
}
#s-5a69d08b-7035-4edb-8161-299d418f3b1b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-5a69d08b-7035-4edb-8161-299d418f3b1b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5a69d08b-7035-4edb-8161-299d418f3b1b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-5551815f-ad00-402e-b050-47e29b136510 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5551815f-ad00-402e-b050-47e29b136510:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5551815f-ad00-402e-b050-47e29b136510:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-5551815f-ad00-402e-b050-47e29b136510-root {
    text-align: center;
  }


#s-5551815f-ad00-402e-b050-47e29b136510.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5551815f-ad00-402e-b050-47e29b136510-root {
    text-align: center;
  }


#s-5551815f-ad00-402e-b050-47e29b136510.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5551815f-ad00-402e-b050-47e29b136510-root {
    text-align: center;
  }


#s-5551815f-ad00-402e-b050-47e29b136510.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5551815f-ad00-402e-b050-47e29b136510-root {
    text-align: center;
  }


#s-5551815f-ad00-402e-b050-47e29b136510.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5551815f-ad00-402e-b050-47e29b136510-root {
    text-align: center;
  }


#s-5551815f-ad00-402e-b050-47e29b136510.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-927f1010-dafc-4911-831c-3dfba53f741b {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-927f1010-dafc-4911-831c-3dfba53f741b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-927f1010-dafc-4911-831c-3dfba53f741b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-927f1010-dafc-4911-831c-3dfba53f741b {
  
}
}@media (max-width: 767px){#s-927f1010-dafc-4911-831c-3dfba53f741b {
  
}
}
#s-d1584ae8-6013-461a-9870-350757c83d66 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-d1584ae8-6013-461a-9870-350757c83d66 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d1584ae8-6013-461a-9870-350757c83d66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1584ae8-6013-461a-9870-350757c83d66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1584ae8-6013-461a-9870-350757c83d66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1584ae8-6013-461a-9870-350757c83d66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1584ae8-6013-461a-9870-350757c83d66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image {
    
    
  }


.s-d1584ae8-6013-461a-9870-350757c83d66 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1584ae8-6013-461a-9870-350757c83d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1584ae8-6013-461a-9870-350757c83d66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
      position: relative;
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d1584ae8-6013-461a-9870-350757c83d66 {
  
  
  
  
}

#s-d1584ae8-6013-461a-9870-350757c83d66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1584ae8-6013-461a-9870-350757c83d66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1584ae8-6013-461a-9870-350757c83d66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1584ae8-6013-461a-9870-350757c83d66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1584ae8-6013-461a-9870-350757c83d66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image {
    
    
  }


.s-d1584ae8-6013-461a-9870-350757c83d66 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1584ae8-6013-461a-9870-350757c83d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1584ae8-6013-461a-9870-350757c83d66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
      position: relative;
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d1584ae8-6013-461a-9870-350757c83d66 {
  
  
  
  
}

#s-d1584ae8-6013-461a-9870-350757c83d66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1584ae8-6013-461a-9870-350757c83d66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1584ae8-6013-461a-9870-350757c83d66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1584ae8-6013-461a-9870-350757c83d66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1584ae8-6013-461a-9870-350757c83d66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image {
    
    
  }


.s-d1584ae8-6013-461a-9870-350757c83d66 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1584ae8-6013-461a-9870-350757c83d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1584ae8-6013-461a-9870-350757c83d66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
      position: relative;
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d1584ae8-6013-461a-9870-350757c83d66 {
  
  
  
  
}

#s-d1584ae8-6013-461a-9870-350757c83d66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1584ae8-6013-461a-9870-350757c83d66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1584ae8-6013-461a-9870-350757c83d66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1584ae8-6013-461a-9870-350757c83d66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1584ae8-6013-461a-9870-350757c83d66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image {
    
    
  }


.s-d1584ae8-6013-461a-9870-350757c83d66 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1584ae8-6013-461a-9870-350757c83d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1584ae8-6013-461a-9870-350757c83d66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
      position: relative;
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d1584ae8-6013-461a-9870-350757c83d66 {
  
  
  
  
}

#s-d1584ae8-6013-461a-9870-350757c83d66 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1584ae8-6013-461a-9870-350757c83d66 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1584ae8-6013-461a-9870-350757c83d66 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1584ae8-6013-461a-9870-350757c83d66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1584ae8-6013-461a-9870-350757c83d66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image {
    
    
  }


.s-d1584ae8-6013-461a-9870-350757c83d66 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1584ae8-6013-461a-9870-350757c83d66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1584ae8-6013-461a-9870-350757c83d66 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container {
      position: relative;
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1584ae8-6013-461a-9870-350757c83d66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-90a96f02-4a9a-44d0-bd4c-f03c523b0f8d {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-90a96f02-4a9a-44d0-bd4c-f03c523b0f8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90a96f02-4a9a-44d0-bd4c-f03c523b0f8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90a96f02-4a9a-44d0-bd4c-f03c523b0f8d {
  
}
}@media (max-width: 767px){#s-90a96f02-4a9a-44d0-bd4c-f03c523b0f8d {
  
}
}
#s-90a96f02-4a9a-44d0-bd4c-f03c523b0f8d .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  
  
  
}

#s-e03c4ed5-018c-4792-8f14-86a9d3538e83 {
  text-align: center;
}
@media (min-width: 1200px){#s-e03c4ed5-018c-4792-8f14-86a9d3538e83 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e03c4ed5-018c-4792-8f14-86a9d3538e83 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e03c4ed5-018c-4792-8f14-86a9d3538e83 {
  
}
}@media (max-width: 767px){#s-e03c4ed5-018c-4792-8f14-86a9d3538e83 {
  
}
}
#s-e03c4ed5-018c-4792-8f14-86a9d3538e83 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-e03c4ed5-018c-4792-8f14-86a9d3538e83 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e03c4ed5-018c-4792-8f14-86a9d3538e83 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836-root {
    text-align: center;
  }


#s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836-root {
    text-align: center;
  }


#s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836-root {
    text-align: center;
  }


#s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836-root {
    text-align: center;
  }


#s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836-root {
    text-align: center;
  }


#s-e01d7b54-b5da-4b83-b6b3-dfa531ac3836.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-0d3d8220-4ccd-449d-baa5-b02e86246cd2 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-0d3d8220-4ccd-449d-baa5-b02e86246cd2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d3d8220-4ccd-449d-baa5-b02e86246cd2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d3d8220-4ccd-449d-baa5-b02e86246cd2 {
  
}
}@media (max-width: 767px){#s-0d3d8220-4ccd-449d-baa5-b02e86246cd2 {
  
}
}
#s-92058609-e4b3-47b0-a25f-9d74854bee8f {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-92058609-e4b3-47b0-a25f-9d74854bee8f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-92058609-e4b3-47b0-a25f-9d74854bee8f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92058609-e4b3-47b0-a25f-9d74854bee8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image {
    
    
  }


.s-92058609-e4b3-47b0-a25f-9d74854bee8f .shogun-image-content {
  
    align-items: center;
  
}

.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92058609-e4b3-47b0-a25f-9d74854bee8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
      position: relative;
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92058609-e4b3-47b0-a25f-9d74854bee8f {
  
  
  
  
}

#s-92058609-e4b3-47b0-a25f-9d74854bee8f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92058609-e4b3-47b0-a25f-9d74854bee8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image {
    
    
  }


.s-92058609-e4b3-47b0-a25f-9d74854bee8f .shogun-image-content {
  
    align-items: center;
  
}

.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92058609-e4b3-47b0-a25f-9d74854bee8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
      position: relative;
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92058609-e4b3-47b0-a25f-9d74854bee8f {
  
  
  
  
}

#s-92058609-e4b3-47b0-a25f-9d74854bee8f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92058609-e4b3-47b0-a25f-9d74854bee8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image {
    
    
  }


.s-92058609-e4b3-47b0-a25f-9d74854bee8f .shogun-image-content {
  
    align-items: center;
  
}

.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92058609-e4b3-47b0-a25f-9d74854bee8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
      position: relative;
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92058609-e4b3-47b0-a25f-9d74854bee8f {
  
  
  
  
}

#s-92058609-e4b3-47b0-a25f-9d74854bee8f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92058609-e4b3-47b0-a25f-9d74854bee8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image {
    
    
  }


.s-92058609-e4b3-47b0-a25f-9d74854bee8f .shogun-image-content {
  
    align-items: center;
  
}

.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92058609-e4b3-47b0-a25f-9d74854bee8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
      position: relative;
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92058609-e4b3-47b0-a25f-9d74854bee8f {
  
  
  
  
}

#s-92058609-e4b3-47b0-a25f-9d74854bee8f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92058609-e4b3-47b0-a25f-9d74854bee8f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92058609-e4b3-47b0-a25f-9d74854bee8f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image {
    
    
  }


.s-92058609-e4b3-47b0-a25f-9d74854bee8f .shogun-image-content {
  
    align-items: center;
  
}

.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92058609-e4b3-47b0-a25f-9d74854bee8f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container {
      position: relative;
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92058609-e4b3-47b0-a25f-9d74854bee8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fad15546-7ceb-45a1-8545-5e7b0dbec8ed {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-fad15546-7ceb-45a1-8545-5e7b0dbec8ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fad15546-7ceb-45a1-8545-5e7b0dbec8ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fad15546-7ceb-45a1-8545-5e7b0dbec8ed {
  
}
}@media (max-width: 767px){#s-fad15546-7ceb-45a1-8545-5e7b0dbec8ed {
  
}
}
#s-fad15546-7ceb-45a1-8545-5e7b0dbec8ed .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  
  
  
}

#s-dc1e3a1d-422b-40c8-ade4-17472790e7b4 {
  text-align: center;
}
@media (min-width: 1200px){#s-dc1e3a1d-422b-40c8-ade4-17472790e7b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc1e3a1d-422b-40c8-ade4-17472790e7b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc1e3a1d-422b-40c8-ade4-17472790e7b4 {
  
}
}@media (max-width: 767px){#s-dc1e3a1d-422b-40c8-ade4-17472790e7b4 {
  
}
}
#s-dc1e3a1d-422b-40c8-ade4-17472790e7b4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-dc1e3a1d-422b-40c8-ade4-17472790e7b4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dc1e3a1d-422b-40c8-ade4-17472790e7b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-400ef58b-a4a1-4f19-93cd-d2025ed61eff {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-400ef58b-a4a1-4f19-93cd-d2025ed61eff:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-400ef58b-a4a1-4f19-93cd-d2025ed61eff:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-400ef58b-a4a1-4f19-93cd-d2025ed61eff-root {
    text-align: center;
  }


#s-400ef58b-a4a1-4f19-93cd-d2025ed61eff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-400ef58b-a4a1-4f19-93cd-d2025ed61eff-root {
    text-align: center;
  }


#s-400ef58b-a4a1-4f19-93cd-d2025ed61eff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-400ef58b-a4a1-4f19-93cd-d2025ed61eff-root {
    text-align: center;
  }


#s-400ef58b-a4a1-4f19-93cd-d2025ed61eff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-400ef58b-a4a1-4f19-93cd-d2025ed61eff-root {
    text-align: center;
  }


#s-400ef58b-a4a1-4f19-93cd-d2025ed61eff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-400ef58b-a4a1-4f19-93cd-d2025ed61eff-root {
    text-align: center;
  }


#s-400ef58b-a4a1-4f19-93cd-d2025ed61eff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-22b64501-2d0a-4837-831f-fc034659b673 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-22b64501-2d0a-4837-831f-fc034659b673 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22b64501-2d0a-4837-831f-fc034659b673 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22b64501-2d0a-4837-831f-fc034659b673 {
  
}
}@media (max-width: 767px){#s-22b64501-2d0a-4837-831f-fc034659b673 {
  
}
}
#s-3683e25f-c084-4c02-8336-96d01a28bba3 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}



.shg-image-margin-container-s-3683e25f-c084-4c02-8336-96d01a28bba3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3683e25f-c084-4c02-8336-96d01a28bba3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3683e25f-c084-4c02-8336-96d01a28bba3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image {
    
    
  }


.s-3683e25f-c084-4c02-8336-96d01a28bba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3683e25f-c084-4c02-8336-96d01a28bba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3683e25f-c084-4c02-8336-96d01a28bba3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
      position: relative;
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3683e25f-c084-4c02-8336-96d01a28bba3 {
  
  
  
  
}

#s-3683e25f-c084-4c02-8336-96d01a28bba3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3683e25f-c084-4c02-8336-96d01a28bba3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image {
    
    
  }


.s-3683e25f-c084-4c02-8336-96d01a28bba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3683e25f-c084-4c02-8336-96d01a28bba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3683e25f-c084-4c02-8336-96d01a28bba3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
      position: relative;
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3683e25f-c084-4c02-8336-96d01a28bba3 {
  
  
  
  
}

#s-3683e25f-c084-4c02-8336-96d01a28bba3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3683e25f-c084-4c02-8336-96d01a28bba3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image {
    
    
  }


.s-3683e25f-c084-4c02-8336-96d01a28bba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3683e25f-c084-4c02-8336-96d01a28bba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3683e25f-c084-4c02-8336-96d01a28bba3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
      position: relative;
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3683e25f-c084-4c02-8336-96d01a28bba3 {
  
  
  
  
}

#s-3683e25f-c084-4c02-8336-96d01a28bba3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3683e25f-c084-4c02-8336-96d01a28bba3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image {
    
    
  }


.s-3683e25f-c084-4c02-8336-96d01a28bba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3683e25f-c084-4c02-8336-96d01a28bba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3683e25f-c084-4c02-8336-96d01a28bba3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
      position: relative;
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3683e25f-c084-4c02-8336-96d01a28bba3 {
  
  
  
  
}

#s-3683e25f-c084-4c02-8336-96d01a28bba3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3683e25f-c084-4c02-8336-96d01a28bba3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3683e25f-c084-4c02-8336-96d01a28bba3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image {
    
    
  }


.s-3683e25f-c084-4c02-8336-96d01a28bba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-3683e25f-c084-4c02-8336-96d01a28bba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3683e25f-c084-4c02-8336-96d01a28bba3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container {
      position: relative;
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3683e25f-c084-4c02-8336-96d01a28bba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6f812de4-b779-4154-9bc5-992628f1b3a9 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-6f812de4-b779-4154-9bc5-992628f1b3a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f812de4-b779-4154-9bc5-992628f1b3a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f812de4-b779-4154-9bc5-992628f1b3a9 {
  
}
}@media (max-width: 767px){#s-6f812de4-b779-4154-9bc5-992628f1b3a9 {
  
}
}
#s-6f812de4-b779-4154-9bc5-992628f1b3a9 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  
  
  
}

#s-6aefc02c-5280-49bf-ad9f-18a8f5191f38 {
  text-align: center;
}
@media (min-width: 1200px){#s-6aefc02c-5280-49bf-ad9f-18a8f5191f38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6aefc02c-5280-49bf-ad9f-18a8f5191f38 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6aefc02c-5280-49bf-ad9f-18a8f5191f38 {
  
}
}@media (max-width: 767px){#s-6aefc02c-5280-49bf-ad9f-18a8f5191f38 {
  
}
}
#s-6aefc02c-5280-49bf-ad9f-18a8f5191f38 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-6aefc02c-5280-49bf-ad9f-18a8f5191f38 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6aefc02c-5280-49bf-ad9f-18a8f5191f38 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-f573ac9d-b292-47a0-928d-85ac9b487e7b {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 71, 143, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f573ac9d-b292-47a0-928d-85ac9b487e7b:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f573ac9d-b292-47a0-928d-85ac9b487e7b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTE4Mzg1Y2EtYmVmMS00MDdiLWEzMmEtZWExYTRlYzhmMmVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTgzODVjYS1iZWYxLTQwN2ItYTMyYS1lYTFhNGVjOGYyZWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}

  #s-f573ac9d-b292-47a0-928d-85ac9b487e7b-root {
    text-align: center;
  }


#s-f573ac9d-b292-47a0-928d-85ac9b487e7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f573ac9d-b292-47a0-928d-85ac9b487e7b-root {
    text-align: center;
  }


#s-f573ac9d-b292-47a0-928d-85ac9b487e7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f573ac9d-b292-47a0-928d-85ac9b487e7b-root {
    text-align: center;
  }


#s-f573ac9d-b292-47a0-928d-85ac9b487e7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f573ac9d-b292-47a0-928d-85ac9b487e7b-root {
    text-align: center;
  }


#s-f573ac9d-b292-47a0-928d-85ac9b487e7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f573ac9d-b292-47a0-928d-85ac9b487e7b-root {
    text-align: center;
  }


#s-f573ac9d-b292-47a0-928d-85ac9b487e7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-2b4e0ed5-4985-4fef-af8c-f0dfaa7feb74 .shogun-icon-wrapper {
  text-align: center;
}


#s-2b4e0ed5-4985-4fef-af8c-f0dfaa7feb74 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8121a064-afa3-4d5b-92b0-25632868956e {
  box-shadow:1px 1px 1px 1px rgba(243, 245, 246, 1);
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(243, 245, 246, 1);
}
@media (min-width: 1200px){#s-8121a064-afa3-4d5b-92b0-25632868956e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8121a064-afa3-4d5b-92b0-25632868956e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8121a064-afa3-4d5b-92b0-25632868956e {
  
}
}@media (max-width: 767px){#s-8121a064-afa3-4d5b-92b0-25632868956e {
  
}
}
#s-8121a064-afa3-4d5b-92b0-25632868956e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c650c7f9-3965-4f09-a4b7-5dddcb098d43 {
  padding-left: 1%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-c650c7f9-3965-4f09-a4b7-5dddcb098d43"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c650c7f9-3965-4f09-a4b7-5dddcb098d43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c650c7f9-3965-4f09-a4b7-5dddcb098d43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c650c7f9-3965-4f09-a4b7-5dddcb098d43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-46436994-03ed-4dd9-8ecb-670cde1b608e {
  text-align: center;
}








#s-46436994-03ed-4dd9-8ecb-670cde1b608e .shogun-image-content {
  
    align-items: center;
  
}

#s-fc946fdd-2d96-489a-bf6b-d16bca4842c8 {
  margin-left: auto;
margin-right: auto;
}

#s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(59, 103, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c-root {
    text-align: center;
  }


#s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c-root {
    text-align: center;
  }


#s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c-root {
    text-align: center;
  }


#s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c-root {
    text-align: center;
  }


#s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c-root {
    text-align: center;
  }


#s-62ed26dc-e2ec-48e0-9c45-d6f871d67d6c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-5d6c2263-6f8b-4202-b636-8a179937c7ea {
  margin-left: auto;
margin-right: auto;
}

#s-5d6c2263-6f8b-4202-b636-8a179937c7ea hr {
  border-top: 2px solid rgba(248, 248, 248, 1);
}

#s-b2b0d02e-b029-4e47-9744-207666510b74 {
  text-align: center;
}








#s-b2b0d02e-b029-4e47-9744-207666510b74 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a05fd03-7015-42ac-b56f-8f722254476f {
  margin-left: auto;
margin-right: auto;
}

#s-7c20b2f2-743e-4a04-9573-f5ac376d35ae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(59, 103, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7c20b2f2-743e-4a04-9573-f5ac376d35ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c20b2f2-743e-4a04-9573-f5ac376d35ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7c20b2f2-743e-4a04-9573-f5ac376d35ae-root {
    text-align: center;
  }


#s-7c20b2f2-743e-4a04-9573-f5ac376d35ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7c20b2f2-743e-4a04-9573-f5ac376d35ae-root {
    text-align: center;
  }


#s-7c20b2f2-743e-4a04-9573-f5ac376d35ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c20b2f2-743e-4a04-9573-f5ac376d35ae-root {
    text-align: center;
  }


#s-7c20b2f2-743e-4a04-9573-f5ac376d35ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c20b2f2-743e-4a04-9573-f5ac376d35ae-root {
    text-align: center;
  }


#s-7c20b2f2-743e-4a04-9573-f5ac376d35ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7c20b2f2-743e-4a04-9573-f5ac376d35ae-root {
    text-align: center;
  }


#s-7c20b2f2-743e-4a04-9573-f5ac376d35ae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-d25d5036-b4cf-4c7b-81ef-44f6e2b2c2cf {
  text-align: center;
}








#s-d25d5036-b4cf-4c7b-81ef-44f6e2b2c2cf .shogun-image-content {
  
    align-items: center;
  
}

#s-3c509245-186d-485b-bcc1-91b4e7c6db29 {
  margin-left: auto;
margin-right: auto;
}

#s-b4558141-f41a-46f7-99bf-0037d1c7a421 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(59, 103, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b4558141-f41a-46f7-99bf-0037d1c7a421:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4558141-f41a-46f7-99bf-0037d1c7a421:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b4558141-f41a-46f7-99bf-0037d1c7a421-root {
    text-align: center;
  }


#s-b4558141-f41a-46f7-99bf-0037d1c7a421.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b4558141-f41a-46f7-99bf-0037d1c7a421-root {
    text-align: center;
  }


#s-b4558141-f41a-46f7-99bf-0037d1c7a421.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4558141-f41a-46f7-99bf-0037d1c7a421-root {
    text-align: center;
  }


#s-b4558141-f41a-46f7-99bf-0037d1c7a421.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4558141-f41a-46f7-99bf-0037d1c7a421-root {
    text-align: center;
  }


#s-b4558141-f41a-46f7-99bf-0037d1c7a421.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b4558141-f41a-46f7-99bf-0037d1c7a421-root {
    text-align: center;
  }


#s-b4558141-f41a-46f7-99bf-0037d1c7a421.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-54c7ce37-bc2f-4e6e-b235-5ccf420898f2 hr {
  border-top: 2px solid rgba(243, 245, 246, 1);
}

#s-732b699d-ad29-4d65-8ad9-241d56d6ef0b {
  text-align: center;
}








#s-732b699d-ad29-4d65-8ad9-241d56d6ef0b .shogun-image-content {
  
    align-items: center;
  
}

#s-a9b66667-2d99-4747-8a57-32f06cc33659 {
  margin-left: auto;
margin-right: auto;
}

#s-7f32440c-c43e-4885-87d0-b9f5da04765c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(59, 103, 54, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7f32440c-c43e-4885-87d0-b9f5da04765c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f32440c-c43e-4885-87d0-b9f5da04765c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7f32440c-c43e-4885-87d0-b9f5da04765c-root {
    text-align: center;
  }


#s-7f32440c-c43e-4885-87d0-b9f5da04765c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7f32440c-c43e-4885-87d0-b9f5da04765c-root {
    text-align: center;
  }


#s-7f32440c-c43e-4885-87d0-b9f5da04765c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f32440c-c43e-4885-87d0-b9f5da04765c-root {
    text-align: center;
  }


#s-7f32440c-c43e-4885-87d0-b9f5da04765c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f32440c-c43e-4885-87d0-b9f5da04765c-root {
    text-align: center;
  }


#s-7f32440c-c43e-4885-87d0-b9f5da04765c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7f32440c-c43e-4885-87d0-b9f5da04765c-root {
    text-align: center;
  }


#s-7f32440c-c43e-4885-87d0-b9f5da04765c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

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