.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-93053747-9551-4bf5-a029-753ffb180a4f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-93053747-9551-4bf5-a029-753ffb180a4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93053747-9551-4bf5-a029-753ffb180a4f.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-db9713ae-b135-4770-9388-60e44aec757c {
  margin-left: auto;
margin-right: auto;
}

#s-db9713ae-b135-4770-9388-60e44aec757c .shg-proportional-font-size,
#s-db9713ae-b135-4770-9388-60e44aec757c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9e0cb460-3d3e-4a9b-b0bb-4482089d85d2 {
  margin-bottom: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9e0cb460-3d3e-4a9b-b0bb-4482089d85d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e0cb460-3d3e-4a9b-b0bb-4482089d85d2.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-0c98bb32-5693-49b8-8275-834603812cc7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0c98bb32-5693-49b8-8275-834603812cc7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0c98bb32-5693-49b8-8275-834603812cc7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0c98bb32-5693-49b8-8275-834603812cc7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0c98bb32-5693-49b8-8275-834603812cc7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0c98bb32-5693-49b8-8275-834603812cc7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto";
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-79c6d7be-ce1e-4acc-8ef7-0661dc7fd08d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-79c6d7be-ce1e-4acc-8ef7-0661dc7fd08d .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto";
  font-weight: 400;
}

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-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;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto";
  font-weight: 400;
}

.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;
  flex-direction: column;
  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-7ba2d369-85d3-4139-a3f0-6f90451a6ded {
  text-align: left;
}
@media (min-width: 1200px){#s-7ba2d369-85d3-4139-a3f0-6f90451a6ded {
  display: none;
}
#s-7ba2d369-85d3-4139-a3f0-6f90451a6ded, #wrap-s-7ba2d369-85d3-4139-a3f0-6f90451a6ded, #wrap-content-s-7ba2d369-85d3-4139-a3f0-6f90451a6ded { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ba2d369-85d3-4139-a3f0-6f90451a6ded {
  display: none;
}
#s-7ba2d369-85d3-4139-a3f0-6f90451a6ded, #wrap-s-7ba2d369-85d3-4139-a3f0-6f90451a6ded, #wrap-content-s-7ba2d369-85d3-4139-a3f0-6f90451a6ded { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ba2d369-85d3-4139-a3f0-6f90451a6ded {
  display: none;
}
#s-7ba2d369-85d3-4139-a3f0-6f90451a6ded, #wrap-s-7ba2d369-85d3-4139-a3f0-6f90451a6ded, #wrap-content-s-7ba2d369-85d3-4139-a3f0-6f90451a6ded { display: none !important; }}
#s-7ba2d369-85d3-4139-a3f0-6f90451a6ded {
  overflow: hidden;
  
  
}







  #s-7ba2d369-85d3-4139-a3f0-6f90451a6ded img.shogun-image {
    

    
    
    
  }


#s-7ba2d369-85d3-4139-a3f0-6f90451a6ded .shogun-image-content {
  
    justify-content: center;
  
}

#s-ecff7792-0c93-40dd-9541-7521bd71b376 {
  text-align: left;
}
@media (max-width: 767px){#s-ecff7792-0c93-40dd-9541-7521bd71b376 {
  display: none;
}
#s-ecff7792-0c93-40dd-9541-7521bd71b376, #wrap-s-ecff7792-0c93-40dd-9541-7521bd71b376, #wrap-content-s-ecff7792-0c93-40dd-9541-7521bd71b376 { display: none !important; }}
#s-ecff7792-0c93-40dd-9541-7521bd71b376 {
  overflow: hidden;
  
  
}







  #s-ecff7792-0c93-40dd-9541-7521bd71b376 img.shogun-image {
    

    
    
    
  }


#s-ecff7792-0c93-40dd-9541-7521bd71b376 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cbf2e248-287d-4f8e-9c14-124fce5fd9ec > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cbf2e248-287d-4f8e-9c14-124fce5fd9ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cbf2e248-287d-4f8e-9c14-124fce5fd9ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-cbf2e248-287d-4f8e-9c14-124fce5fd9ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cbf2e248-287d-4f8e-9c14-124fce5fd9ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-cbf2e248-287d-4f8e-9c14-124fce5fd9ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-42718b19-c19f-4b4c-b148-05a6157c7d9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-42718b19-c19f-4b4c-b148-05a6157c7d9a .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-fa1e5f8f-28d4-43b5-8114-de8f94a61e48 {
  text-align: left;
}

#s-aaf9490f-16f9-468c-937b-37eb7939ca05 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-aaf9490f-16f9-468c-937b-37eb7939ca05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aaf9490f-16f9-468c-937b-37eb7939ca05.shg-box.shg-c {
  justify-content: center;
}

#s-ba77dafd-9d34-4a2e-9407-8efb93decc76 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-ba77dafd-9d34-4a2e-9407-8efb93decc76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba77dafd-9d34-4a2e-9407-8efb93decc76.shg-box.shg-c {
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-83dc86d6-872d-401e-9077-19d401fb65ad {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
}
@media (max-width: 767px){#s-83dc86d6-872d-401e-9077-19d401fb65ad {
  display: none;
}
#s-83dc86d6-872d-401e-9077-19d401fb65ad, #wrap-s-83dc86d6-872d-401e-9077-19d401fb65ad, #wrap-content-s-83dc86d6-872d-401e-9077-19d401fb65ad { display: none !important; }}
#s-83dc86d6-872d-401e-9077-19d401fb65ad .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-83dc86d6-872d-401e-9077-19d401fb65ad table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-83dc86d6-872d-401e-9077-19d401fb65ad td.shogun-table-column {
  background-color: rgba(230, 230, 230, 1);
  padding: 10px;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-83dc86d6-872d-401e-9077-19d401fb65ad td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-83dc86d6-872d-401e-9077-19d401fb65ad td.shogun-table-column, #s-83dc86d6-872d-401e-9077-19d401fb65ad td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-58ea0078-a133-4c57-ac93-e97165296cc1 {
  margin-left: auto;
margin-right: auto;
}

#s-13aa9d7a-9fc0-4b61-a2ce-7035551f8004 {
  margin-left: auto;
margin-right: auto;
}

#s-f15c5466-cab1-4370-bdf3-47c0087b5d24 {
  margin-left: auto;
margin-right: auto;
}

#s-2c2f409a-4ee6-4e2c-8c9e-0b10c50f6ae9 {
  margin-left: auto;
margin-right: auto;
}

#s-ad42a952-8587-44ed-81e1-87f64a2ce3a6 {
  margin-left: auto;
margin-right: auto;
}

#s-22503659-542d-4b30-8837-23fe15a2f391 {
  margin-left: auto;
margin-right: auto;
}

#s-cead44dd-4249-4611-bacb-f39984b29fb9 {
  margin-left: auto;
margin-right: auto;
}

#s-c86da030-caa8-4a41-84c9-ecaece283cbe {
  margin-left: auto;
margin-right: auto;
}

#s-4d52fe97-decf-48f6-a6b2-a2949f595049 {
  margin-left: auto;
margin-right: auto;
}

#s-b0b091ee-b0e0-49b7-80d2-b98b062fa8c9 {
  margin-left: auto;
margin-right: auto;
}

#s-9ba5a6f1-babf-4e15-8bc4-ec9029672bc9 {
  margin-left: auto;
margin-right: auto;
}

#s-d73a5a34-ce1c-4652-9fe3-3b35319bdace {
  margin-left: auto;
margin-right: auto;
}

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

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

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  margin-left: 15%;
margin-right: 15%;
max-width: 200px;
text-align: center;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  margin: 0 !important;
  overflow: visible;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  
  
}

.shg-image-content-margin-container-s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  /* Add background color handling */
  
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 5px;
  padding-bottom: 5px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shogun-image {
  box-sizing: border-box;
}



.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  
}


@media (min-width: 1200px){#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  margin: 0 !important;
  overflow: visible;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  /* Add background color handling */
  
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shogun-image {
  box-sizing: border-box;
}



.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  margin: 0 !important;
  overflow: visible;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  /* Add background color handling */
  
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shogun-image {
  box-sizing: border-box;
}



.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  margin: 0 !important;
  overflow: visible;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  /* Add background color handling */
  
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shogun-image {
  box-sizing: border-box;
}



.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  
}


}@media (max-width: 767px){#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  margin: 0 !important;
  overflow: visible;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  /* Add background color handling */
  
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78.shogun-image {
  box-sizing: border-box;
}



.s-719d72ea-6ce1-41d0-90ae-b6ba0491ff78 img.shogun-image {
  
}


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

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

.shg-btn-text {
  font-weight: 400;
  font-family: "Roboto";
}

.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-677ed44e-807a-4fef-b28d-73ccf4ab54c8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 18px;
padding-left: 16%;
padding-bottom: 18px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined center;
line-height: 0.6em;
}
#s-677ed44e-807a-4fef-b28d-73ccf4ab54c8:hover {background-color: rgba(104, 103, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-677ed44e-807a-4fef-b28d-73ccf4ab54c8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-677ed44e-807a-4fef-b28d-73ccf4ab54c8 {
  margin-left: 1%;
margin-bottom: 20px;
text-align: center;
}
}

  #s-677ed44e-807a-4fef-b28d-73ccf4ab54c8-root {
    text-align: center;
  }


#s-677ed44e-807a-4fef-b28d-73ccf4ab54c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-677ed44e-807a-4fef-b28d-73ccf4ab54c8-root {
    text-align: center;
  }


#s-677ed44e-807a-4fef-b28d-73ccf4ab54c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-677ed44e-807a-4fef-b28d-73ccf4ab54c8-root {
    text-align: center;
  }


#s-677ed44e-807a-4fef-b28d-73ccf4ab54c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-677ed44e-807a-4fef-b28d-73ccf4ab54c8-root {
    text-align: center;
  }


#s-677ed44e-807a-4fef-b28d-73ccf4ab54c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-677ed44e-807a-4fef-b28d-73ccf4ab54c8-root {
    text-align: center;
  }


#s-677ed44e-807a-4fef-b28d-73ccf4ab54c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-f626a674-7568-40ab-9369-27567e09d386 {
  margin-left: 15%;
margin-right: 15%;
max-width: 200px;
text-align: center;
}

#s-f626a674-7568-40ab-9369-27567e09d386 {
  margin: 0 !important;
  overflow: visible;
}

#s-f626a674-7568-40ab-9369-27567e09d386-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f626a674-7568-40ab-9369-27567e09d386 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  
  
}

.shg-image-content-margin-container-s-f626a674-7568-40ab-9369-27567e09d386 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  /* Add background color handling */
  
}

#s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f626a674-7568-40ab-9369-27567e09d386.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f626a674-7568-40ab-9369-27567e09d386 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f626a674-7568-40ab-9369-27567e09d386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f626a674-7568-40ab-9369-27567e09d386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f626a674-7568-40ab-9369-27567e09d386.shogun-image {
  box-sizing: border-box;
}



.s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f626a674-7568-40ab-9369-27567e09d386 {
  margin: 0 !important;
  overflow: visible;
}

#s-f626a674-7568-40ab-9369-27567e09d386-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f626a674-7568-40ab-9369-27567e09d386 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f626a674-7568-40ab-9369-27567e09d386 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  /* Add background color handling */
  
}

#s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f626a674-7568-40ab-9369-27567e09d386.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f626a674-7568-40ab-9369-27567e09d386 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f626a674-7568-40ab-9369-27567e09d386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f626a674-7568-40ab-9369-27567e09d386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f626a674-7568-40ab-9369-27567e09d386.shogun-image {
  box-sizing: border-box;
}



.s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f626a674-7568-40ab-9369-27567e09d386 {
  margin: 0 !important;
  overflow: visible;
}

#s-f626a674-7568-40ab-9369-27567e09d386-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f626a674-7568-40ab-9369-27567e09d386 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f626a674-7568-40ab-9369-27567e09d386 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  /* Add background color handling */
  
}

#s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f626a674-7568-40ab-9369-27567e09d386.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f626a674-7568-40ab-9369-27567e09d386 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f626a674-7568-40ab-9369-27567e09d386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f626a674-7568-40ab-9369-27567e09d386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f626a674-7568-40ab-9369-27567e09d386.shogun-image {
  box-sizing: border-box;
}



.s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f626a674-7568-40ab-9369-27567e09d386 {
  margin: 0 !important;
  overflow: visible;
}

#s-f626a674-7568-40ab-9369-27567e09d386-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f626a674-7568-40ab-9369-27567e09d386 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f626a674-7568-40ab-9369-27567e09d386 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  /* Add background color handling */
  
}

#s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f626a674-7568-40ab-9369-27567e09d386.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f626a674-7568-40ab-9369-27567e09d386 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f626a674-7568-40ab-9369-27567e09d386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f626a674-7568-40ab-9369-27567e09d386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f626a674-7568-40ab-9369-27567e09d386.shogun-image {
  box-sizing: border-box;
}



.s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f626a674-7568-40ab-9369-27567e09d386 {
  margin: 0 !important;
  overflow: visible;
}

#s-f626a674-7568-40ab-9369-27567e09d386-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f626a674-7568-40ab-9369-27567e09d386 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f626a674-7568-40ab-9369-27567e09d386 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  /* Add background color handling */
  
}

#s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f626a674-7568-40ab-9369-27567e09d386.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-f626a674-7568-40ab-9369-27567e09d386 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f626a674-7568-40ab-9369-27567e09d386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f626a674-7568-40ab-9369-27567e09d386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f626a674-7568-40ab-9369-27567e09d386.shogun-image {
  box-sizing: border-box;
}



.s-f626a674-7568-40ab-9369-27567e09d386 img.shogun-image {
  
}


}
#s-fdd96b25-781a-4473-8c43-d113a38065ea {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 18px;
padding-left: 16%;
padding-bottom: 18px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined center;
line-height: 0.6em;
}
#s-fdd96b25-781a-4473-8c43-d113a38065ea:hover {background-color: rgba(104, 103, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fdd96b25-781a-4473-8c43-d113a38065ea:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-fdd96b25-781a-4473-8c43-d113a38065ea {
  margin-left: 1%;
margin-bottom: 20px;
text-align: center;
}
}

  #s-fdd96b25-781a-4473-8c43-d113a38065ea-root {
    text-align: center;
  }


#s-fdd96b25-781a-4473-8c43-d113a38065ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fdd96b25-781a-4473-8c43-d113a38065ea-root {
    text-align: center;
  }


#s-fdd96b25-781a-4473-8c43-d113a38065ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fdd96b25-781a-4473-8c43-d113a38065ea-root {
    text-align: center;
  }


#s-fdd96b25-781a-4473-8c43-d113a38065ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fdd96b25-781a-4473-8c43-d113a38065ea-root {
    text-align: center;
  }


#s-fdd96b25-781a-4473-8c43-d113a38065ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fdd96b25-781a-4473-8c43-d113a38065ea-root {
    text-align: center;
  }


#s-fdd96b25-781a-4473-8c43-d113a38065ea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-dd109cbc-2959-4587-82cd-8f13340fbec1 {
  margin-left: auto;
margin-right: auto;
}

#s-29e529da-9180-4c12-a318-d522172b3603 {
  margin-left: auto;
margin-right: auto;
}

#s-dabc9140-d778-4b7b-8b8f-6683bfde9fbc {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  margin-left: 15%;
margin-right: 15%;
max-width: 200px;
text-align: center;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  
  
}

.shg-image-content-margin-container-s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image {
  box-sizing: border-box;
}



.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image {
  box-sizing: border-box;
}



.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image {
  box-sizing: border-box;
}



.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image {
  box-sizing: border-box;
}



.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4797ab5-df10-45cd-890a-c5a1484b7ae7.shogun-image {
  box-sizing: border-box;
}



.s-e4797ab5-df10-45cd-890a-c5a1484b7ae7 img.shogun-image {
  
}


}
#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  margin-top: 0%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 20%;
max-width: 200px;
text-align: center;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.shg-image-content-margin-container-s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 0%;
  padding-bottom: 1%;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image {
  box-sizing: border-box;
}



.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image {
  box-sizing: border-box;
}



.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image {
  box-sizing: border-box;
}



.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image {
  box-sizing: border-box;
}



.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4.shogun-image {
  box-sizing: border-box;
}



.s-e21a363c-82f0-4682-8f41-ef0a1c1cc2d4 img.shogun-image {
  
}


}
#s-b1c4679d-87fe-47ab-bece-84754e052683 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-b1c4679d-87fe-47ab-bece-84754e052683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1c4679d-87fe-47ab-bece-84754e052683.shg-box.shg-c {
  justify-content: center;
}

#s-8ad7d645-d2cd-4964-bb06-a484b88e1931 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-339fec4f-9725-48d1-bde1-e249a69d1a95 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-339fec4f-9725-48d1-bde1-e249a69d1a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-339fec4f-9725-48d1-bde1-e249a69d1a95.shg-box.shg-c {
  justify-content: center;
}

#s-5a4e766b-92d9-46d8-a99e-e1e8877dd1d6 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-649ce4d9-7123-4485-8105-d3d83dbc96e4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-649ce4d9-7123-4485-8105-d3d83dbc96e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-649ce4d9-7123-4485-8105-d3d83dbc96e4.shg-box.shg-c {
  justify-content: center;
}

#s-61818663-db82-4ec9-a38f-7432a4a6322e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-34083ffa-bf28-4656-8dfc-1e5e4564d6fd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-34083ffa-bf28-4656-8dfc-1e5e4564d6fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34083ffa-bf28-4656-8dfc-1e5e4564d6fd.shg-box.shg-c {
  justify-content: center;
}

#s-202fb4ab-de42-416e-99b7-f6da0e351a65 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
background-color: rgba(0, 0, 0, 0);
}

#s-0b2f6827-f148-49cc-9bf3-5f8b149fc974 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-0b2f6827-f148-49cc-9bf3-5f8b149fc974 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b2f6827-f148-49cc-9bf3-5f8b149fc974.shg-box.shg-c {
  justify-content: center;
}

#s-382a031b-98d4-49c4-a8dc-dbeae06b0db7 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-f80b453f-5d50-4abe-93c5-c85fc8f56133 {
  margin-left: auto;
margin-right: auto;
}

#s-0f70b58c-b1cf-4dd1-8861-88712bd79584 {
  margin-left: auto;
margin-right: auto;
}

#s-f1865a4e-d0de-4b09-afba-2c84d0834e15 {
  margin-left: auto;
margin-right: auto;
}

#s-9649e4af-62a0-476d-8d36-02c24407d445 {
  margin-left: auto;
margin-right: auto;
}

#s-40d38f2f-7bca-4b4a-a54c-90148600d1ff {
  margin-left: auto;
margin-right: auto;
}

#s-25026ca1-7a3c-41de-8f8b-edd5556216e9 {
  margin-left: auto;
margin-right: auto;
}

#s-4c47d80f-60ea-4c88-9d02-d4646bfbff9c {
  margin-left: auto;
margin-right: auto;
}

#s-288233c8-62d4-4266-a5d9-4b8393aa4dc4 {
  margin-left: auto;
margin-right: auto;
}

#s-7bebe185-f5c6-4019-90f5-36ef23b5b9bd {
  margin-left: auto;
margin-right: auto;
}

#s-662a078b-4c14-436e-955f-f417ad57e1e6 {
  margin-left: auto;
margin-right: auto;
}

#s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 18px;
padding-left: 16%;
padding-bottom: 18px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined center;
line-height: 0.6em;
}
#s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc:hover {background-color: rgba(104, 103, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc {
  margin-left: 1%;
margin-bottom: 20px;
text-align: center;
}
}

  #s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc-root {
    text-align: center;
  }


#s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc-root {
    text-align: center;
  }


#s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc-root {
    text-align: center;
  }


#s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc-root {
    text-align: center;
  }


#s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc-root {
    text-align: center;
  }


#s-35a152dd-ce86-48fb-bd0e-d9d7c78aa8fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b {
  margin-top: -4px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 18px;
padding-left: 13%;
padding-bottom: 18px;
padding-right: 13%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined center;
line-height: 0.6em;
}
#s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b:hover {background-color: rgba(104, 103, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b {
  margin-left: 1%;
margin-bottom: 20px;
text-align: center;
}
}

  #s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b-root {
    text-align: center;
  }


#s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b-root {
    text-align: center;
  }


#s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b-root {
    text-align: center;
  }


#s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b-root {
    text-align: center;
  }


#s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b-root {
    text-align: center;
  }


#s-1e7f7edd-f6d7-4cf1-bf22-ac819b3c647b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-c4273215-bddd-4304-bb64-d7213de181de {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
}
@media (min-width: 1200px){#s-c4273215-bddd-4304-bb64-d7213de181de {
  display: none;
}
#s-c4273215-bddd-4304-bb64-d7213de181de, #wrap-s-c4273215-bddd-4304-bb64-d7213de181de, #wrap-content-s-c4273215-bddd-4304-bb64-d7213de181de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4273215-bddd-4304-bb64-d7213de181de {
  display: none;
}
#s-c4273215-bddd-4304-bb64-d7213de181de, #wrap-s-c4273215-bddd-4304-bb64-d7213de181de, #wrap-content-s-c4273215-bddd-4304-bb64-d7213de181de { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4273215-bddd-4304-bb64-d7213de181de {
  display: none;
}
#s-c4273215-bddd-4304-bb64-d7213de181de, #wrap-s-c4273215-bddd-4304-bb64-d7213de181de, #wrap-content-s-c4273215-bddd-4304-bb64-d7213de181de { display: none !important; }}@media (max-width: 767px){#s-c4273215-bddd-4304-bb64-d7213de181de {
  max-width: 400px;
}
}
#s-c4273215-bddd-4304-bb64-d7213de181de .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-c4273215-bddd-4304-bb64-d7213de181de table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c4273215-bddd-4304-bb64-d7213de181de td.shogun-table-column {
  background-color: rgba(230, 230, 230, 1);
  padding: 10px;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c4273215-bddd-4304-bb64-d7213de181de td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-c4273215-bddd-4304-bb64-d7213de181de td.shogun-table-column, #s-c4273215-bddd-4304-bb64-d7213de181de td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
@media (max-width: 767px){#s-c4273215-bddd-4304-bb64-d7213de181de .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-c4273215-bddd-4304-bb64-d7213de181de table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c4273215-bddd-4304-bb64-d7213de181de td.shogun-table-column {
  background-color: rgba(230, 230, 230, 1);
  padding: 2px;
  text-align: left;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c4273215-bddd-4304-bb64-d7213de181de td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 3px;
}

#s-c4273215-bddd-4304-bb64-d7213de181de td.shogun-table-column, #s-c4273215-bddd-4304-bb64-d7213de181de td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
}
#s-1e9c5ed9-ad9e-4899-ab62-56c1ca084c20 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-1e9c5ed9-ad9e-4899-ab62-56c1ca084c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e9c5ed9-ad9e-4899-ab62-56c1ca084c20.shg-box.shg-c {
  justify-content: center;
}

#s-739726d3-e101-4668-b845-cce642e848ba {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-8c863218-8a07-4f61-8b52-c237af9f8452 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8c863218-8a07-4f61-8b52-c237af9f8452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c863218-8a07-4f61-8b52-c237af9f8452.shg-box.shg-c {
  justify-content: center;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  margin-left: 20%;
margin-right: 20%;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  margin-left: 0%;
margin-right: 0%;
max-width: 190px;
}
}
#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  margin: 0 !important;
  overflow: visible;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 20%;
  margin-right: 20%;
  
  
}

.shg-image-content-margin-container-s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  /* Add background color handling */
  
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image {
  box-sizing: border-box;
}



.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  
}


@media (min-width: 1200px){#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  margin: 0 !important;
  overflow: visible;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  /* Add background color handling */
  
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image {
  box-sizing: border-box;
}



.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  margin: 0 !important;
  overflow: visible;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  /* Add background color handling */
  
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image {
  box-sizing: border-box;
}



.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  margin: 0 !important;
  overflow: visible;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  /* Add background color handling */
  
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image {
  box-sizing: border-box;
}



.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  
}


}@media (max-width: 767px){#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  margin: 0 !important;
  overflow: visible;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-c03c3b5f-de93-428c-809f-b9dc1bb8afff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  /* Add background color handling */
  
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  /* Add padding handling */
  padding-left: 4%;
  padding-right: 4%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c03c3b5f-de93-428c-809f-b9dc1bb8afff.shogun-image {
  box-sizing: border-box;
}



.s-c03c3b5f-de93-428c-809f-b9dc1bb8afff img.shogun-image {
  
}


}
#s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 18px;
padding-left: 13%;
padding-bottom: 18px;
padding-right: 13%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined center;
line-height: 0.6em;
}
#s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07:hover {background-color: rgba(104, 103, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 14%;
padding-left: 10%;
padding-bottom: 14%;
padding-right: 10%;
text-align: center;
}
}

  #s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07-root {
    text-align: center;
  }


#s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07-root {
    text-align: center;
  }


#s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07-root {
    text-align: center;
  }


#s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07-root {
    text-align: center;
  }


#s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07-root {
    text-align: center;
  }


#s-fb16e66c-c0c8-43b3-a718-8d44c8aefa07.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-b71ab7ee-b9bd-4ea5-9d6a-fa90a4280702 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-b71ab7ee-b9bd-4ea5-9d6a-fa90a4280702 {
  margin-top: -2px;
}
}







#s-b71ab7ee-b9bd-4ea5-9d6a-fa90a4280702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b71ab7ee-b9bd-4ea5-9d6a-fa90a4280702.shg-box.shg-c {
  justify-content: center;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  margin-left: 15%;
margin-right: 15%;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  margin-top: 2px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 190px;
}
}
#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  margin: 0 !important;
  overflow: visible;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  
  
}

.shg-image-content-margin-container-s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  /* Add background color handling */
  
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image {
  box-sizing: border-box;
}



.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  
}


@media (min-width: 1200px){#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  margin: 0 !important;
  overflow: visible;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  /* Add background color handling */
  
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image {
  box-sizing: border-box;
}



.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  margin: 0 !important;
  overflow: visible;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  /* Add background color handling */
  
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image {
  box-sizing: border-box;
}



.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  margin: 0 !important;
  overflow: visible;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  /* Add background color handling */
  
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image {
  box-sizing: border-box;
}



.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  
}


}@media (max-width: 767px){#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  margin: 0 !important;
  overflow: visible;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 2px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-de419dcc-57ea-45eb-813a-bfe8fa70de4a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  /* Add background color handling */
  
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a .shogun-image-content {
  
    justify-content: center;
  
}

.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de419dcc-57ea-45eb-813a-bfe8fa70de4a.shogun-image {
  box-sizing: border-box;
}



.s-de419dcc-57ea-45eb-813a-bfe8fa70de4a img.shogun-image {
  
}


}
#s-3e10d265-0090-4737-959b-789cd613b89a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 18px;
padding-left: 16%;
padding-bottom: 18px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined center;
line-height: 0.6em;
}
#s-3e10d265-0090-4737-959b-789cd613b89a:hover {background-color: rgba(104, 103, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3e10d265-0090-4737-959b-789cd613b89a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-3e10d265-0090-4737-959b-789cd613b89a {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 13%;
padding-left: 10%;
padding-bottom: 13%;
padding-right: 10%;
text-align: center;
}
}

  #s-3e10d265-0090-4737-959b-789cd613b89a-root {
    text-align: center;
  }


#s-3e10d265-0090-4737-959b-789cd613b89a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e10d265-0090-4737-959b-789cd613b89a-root {
    text-align: center;
  }


#s-3e10d265-0090-4737-959b-789cd613b89a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e10d265-0090-4737-959b-789cd613b89a-root {
    text-align: center;
  }


#s-3e10d265-0090-4737-959b-789cd613b89a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e10d265-0090-4737-959b-789cd613b89a-root {
    text-align: center;
  }


#s-3e10d265-0090-4737-959b-789cd613b89a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e10d265-0090-4737-959b-789cd613b89a-root {
    text-align: center;
  }


#s-3e10d265-0090-4737-959b-789cd613b89a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-100bfed2-4bc3-4672-b34f-11bc926d545e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-100bfed2-4bc3-4672-b34f-11bc926d545e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-100bfed2-4bc3-4672-b34f-11bc926d545e.shg-box.shg-c {
  justify-content: center;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  margin-left: 15%;
margin-right: 15%;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  margin-top: 0px;
margin-left: -5%;
margin-right: -5%;
max-width: 190px;
}
}
#s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 15%;
  margin-right: 15%;
  
  
}

.shg-image-content-margin-container-s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d3130693-34c4-40b6-b734-ed4a7053c253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3130693-34c4-40b6-b734-ed4a7053c253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image {
  box-sizing: border-box;
}



.s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d3130693-34c4-40b6-b734-ed4a7053c253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3130693-34c4-40b6-b734-ed4a7053c253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image {
  box-sizing: border-box;
}



.s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d3130693-34c4-40b6-b734-ed4a7053c253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3130693-34c4-40b6-b734-ed4a7053c253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image {
  box-sizing: border-box;
}



.s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d3130693-34c4-40b6-b734-ed4a7053c253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3130693-34c4-40b6-b734-ed4a7053c253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image {
  box-sizing: border-box;
}



.s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  margin: 0 !important;
  overflow: visible;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: -5%;
  margin-right: -5%;
  margin-top: 0px;
  
}

.shg-image-content-margin-container-s-d3130693-34c4-40b6-b734-ed4a7053c253 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  /* Add background color handling */
  
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0px;
  padding-bottom: 2px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-d3130693-34c4-40b6-b734-ed4a7053c253 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3130693-34c4-40b6-b734-ed4a7053c253.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3130693-34c4-40b6-b734-ed4a7053c253.shogun-image {
  box-sizing: border-box;
}



.s-d3130693-34c4-40b6-b734-ed4a7053c253 img.shogun-image {
  
}


}
#s-cfd8f602-c403-489b-8aea-dcd3a28a75b9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 18px;
padding-left: 16%;
padding-bottom: 18px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined center;
line-height: 0.6em;
}
#s-cfd8f602-c403-489b-8aea-dcd3a28a75b9:hover {background-color: rgba(104, 103, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cfd8f602-c403-489b-8aea-dcd3a28a75b9:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-cfd8f602-c403-489b-8aea-dcd3a28a75b9 {
  margin-top: -1px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 14%;
padding-left: 11%;
padding-bottom: 14%;
padding-right: 11%;
text-align: center;
}
}

  #s-cfd8f602-c403-489b-8aea-dcd3a28a75b9-root {
    text-align: center;
  }


#s-cfd8f602-c403-489b-8aea-dcd3a28a75b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfd8f602-c403-489b-8aea-dcd3a28a75b9-root {
    text-align: center;
  }


#s-cfd8f602-c403-489b-8aea-dcd3a28a75b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfd8f602-c403-489b-8aea-dcd3a28a75b9-root {
    text-align: center;
  }


#s-cfd8f602-c403-489b-8aea-dcd3a28a75b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfd8f602-c403-489b-8aea-dcd3a28a75b9-root {
    text-align: center;
  }


#s-cfd8f602-c403-489b-8aea-dcd3a28a75b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfd8f602-c403-489b-8aea-dcd3a28a75b9-root {
    text-align: center;
  }


#s-cfd8f602-c403-489b-8aea-dcd3a28a75b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-f61d3de8-bd6d-49f1-af92-61431b47c260 {
  margin-left: auto;
margin-right: auto;
}

#s-627f5eb2-e87b-429f-b4fd-ee8973bd9ced {
  margin-left: auto;
margin-right: auto;
}

#s-1f8522d7-42e9-4343-8664-19619f962898 {
  margin-left: auto;
margin-right: auto;
}

#s-ff9d62a2-0573-4d45-a2b8-f4c17402980a {
  margin-left: auto;
margin-right: auto;
}

#s-373ddf02-d1d7-462b-956e-0694c65f64f9 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-f5707e7b-17a4-41ea-b05a-e7b54988eb89 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-f5707e7b-17a4-41ea-b05a-e7b54988eb89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5707e7b-17a4-41ea-b05a-e7b54988eb89.shg-box.shg-c {
  justify-content: center;
}

#s-9d6a6d84-5f0a-4618-86db-cf0538575caa {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-5dacda2b-abc3-40ad-aed1-8450aeef9ceb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-5dacda2b-abc3-40ad-aed1-8450aeef9ceb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5dacda2b-abc3-40ad-aed1-8450aeef9ceb.shg-box.shg-c {
  justify-content: center;
}

#s-3f3e5472-aaf1-4578-8f00-ea6d24f77467 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-3880cdb6-33a7-4289-9a37-f38a498bee98 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-3880cdb6-33a7-4289-9a37-f38a498bee98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3880cdb6-33a7-4289-9a37-f38a498bee98.shg-box.shg-c {
  justify-content: center;
}

#s-3b3fbede-149a-4890-b878-5af294978369 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-782aa713-a3a2-42d8-91ce-a7f6342b678a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-782aa713-a3a2-42d8-91ce-a7f6342b678a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-782aa713-a3a2-42d8-91ce-a7f6342b678a.shg-box.shg-c {
  justify-content: center;
}

#s-20e63816-4441-4ddc-8705-5a22d086a224 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
background-color: rgba(0, 0, 0, 0);
}

#s-20e97f35-87b2-4d35-bae2-9de641004922 {
  margin-left: auto;
margin-right: auto;
}

#s-da097dae-3112-43d7-bf7b-8793b2c76726 {
  margin-left: auto;
margin-right: auto;
}

#s-fe37d707-81d3-4bae-ad8c-041bb3a9aca1 {
  margin-left: auto;
margin-right: auto;
}

#s-0d90a3d1-f2f6-41db-ad47-c5cb1698423f {
  margin-left: auto;
margin-right: auto;
}

#s-984683e2-b711-4f9f-a07f-439c5a966a60 {
  margin-left: auto;
margin-right: auto;
}

#s-66360a29-0e4c-427e-b3d4-83de08e60b98 {
  margin-left: auto;
margin-right: auto;
}

#s-a6728047-f400-48ed-a7a4-78586bb01c00 {
  margin-left: auto;
margin-right: auto;
}

#s-3ffdb2db-1441-4a8a-a690-f1803daefdc9 {
  margin-left: auto;
margin-right: auto;
}

#s-d58ec67e-78c4-4eae-be38-80349f78e97b {
  margin-left: auto;
margin-right: auto;
}

#s-619bc1c8-8a96-4ed1-b7be-080cd573c277 {
  margin-left: auto;
margin-right: auto;
}

#s-a0556178-5a04-4227-b939-7cd0062cfddc {
  margin-left: auto;
margin-right: auto;
}

#s-6cb5aef5-16f3-4f2f-8e4b-3c448e5aaefb {
  margin-left: auto;
margin-right: auto;
}

#s-d0819ada-00fe-4ec1-8dd6-1b7c7f97c251 {
  margin-left: auto;
margin-right: auto;
}

#s-ebd4dd70-631d-4ee5-ace6-754aee2ad3d1 {
  margin-left: auto;
margin-right: auto;
}

#s-be885d98-e6dc-4332-bc66-54a961ea95f8 {
  min-height: 50px;
}








#s-be885d98-e6dc-4332-bc66-54a961ea95f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be885d98-e6dc-4332-bc66-54a961ea95f8.shg-box.shg-c {
  justify-content: center;
}

#s-67241165-9510-4441-b0d5-4202811861aa {
  min-height: 50px;
}








#s-67241165-9510-4441-b0d5-4202811861aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67241165-9510-4441-b0d5-4202811861aa.shg-box.shg-c {
  justify-content: center;
}

#s-44b305cb-b3f7-4446-b8ac-25f387fc2ae3 {
  padding-top: 2em;
padding-bottom: 2em;
text-align: center;
}

#s-44b305cb-b3f7-4446-b8ac-25f387fc2ae3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



#s-643f197a-7940-4161-b80f-a37aaeebb0dd {
  text-align: left;
}

#s-94daf50b-a903-4755-98dd-9521d6c6dbd7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-94daf50b-a903-4755-98dd-9521d6c6dbd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-94daf50b-a903-4755-98dd-9521d6c6dbd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-94daf50b-a903-4755-98dd-9521d6c6dbd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-94daf50b-a903-4755-98dd-9521d6c6dbd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-94daf50b-a903-4755-98dd-9521d6c6dbd7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-de60e0b9-e8a9-4a58-a135-d305781457b1 {
  text-align: left;
}

#s-c3c8d521-59fb-4463-a9b8-68914157a49b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c3c8d521-59fb-4463-a9b8-68914157a49b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c3c8d521-59fb-4463-a9b8-68914157a49b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-c3c8d521-59fb-4463-a9b8-68914157a49b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c3c8d521-59fb-4463-a9b8-68914157a49b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c3c8d521-59fb-4463-a9b8-68914157a49b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ca463df8-df85-4c3e-b6fa-86848ebb3e2a {
  text-align: left;
}

#s-6c54d98b-63fc-4b1f-89ed-1526e0ff0c58 {
  text-align: left;
}

#s-94c634ac-7f71-4a8b-ae17-7074521d4028 {
  background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
min-height: 50px;
max-width: 3500px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}
@media (max-width: 767px){#s-94c634ac-7f71-4a8b-ae17-7074521d4028 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}
}







#s-94c634ac-7f71-4a8b-ae17-7074521d4028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94c634ac-7f71-4a8b-ae17-7074521d4028.shg-box.shg-c {
  justify-content: center;
}

.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-00fc7fd7-a0ca-48f9-8ab0-bd718f39405b {
  margin-top: -3%;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (min-width: 1200px){#s-00fc7fd7-a0ca-48f9-8ab0-bd718f39405b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00fc7fd7-a0ca-48f9-8ab0-bd718f39405b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00fc7fd7-a0ca-48f9-8ab0-bd718f39405b {
  
}
}@media (max-width: 767px){#s-00fc7fd7-a0ca-48f9-8ab0-bd718f39405b {
  display: none;
}
#s-00fc7fd7-a0ca-48f9-8ab0-bd718f39405b, #wrap-s-00fc7fd7-a0ca-48f9-8ab0-bd718f39405b, #wrap-content-s-00fc7fd7-a0ca-48f9-8ab0-bd718f39405b { display: none !important; }}
@media (min-width: 0px) {
[id="s-00fc7fd7-a0ca-48f9-8ab0-bd718f39405b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-00fc7fd7-a0ca-48f9-8ab0-bd718f39405b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00fc7fd7-a0ca-48f9-8ab0-bd718f39405b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00fc7fd7-a0ca-48f9-8ab0-bd718f39405b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2cf24440-010e-4796-a00f-729786ba3fd6 {
  margin-top: 12%;
margin-left: 0%;
margin-right: 0%;
}

#s-1a82f782-627a-43fa-a8c3-8be790598f73 {
  margin-top: -3%;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (min-width: 1200px){#s-1a82f782-627a-43fa-a8c3-8be790598f73 {
  display: none;
}
#s-1a82f782-627a-43fa-a8c3-8be790598f73, #wrap-s-1a82f782-627a-43fa-a8c3-8be790598f73, #wrap-content-s-1a82f782-627a-43fa-a8c3-8be790598f73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a82f782-627a-43fa-a8c3-8be790598f73 {
  display: none;
}
#s-1a82f782-627a-43fa-a8c3-8be790598f73, #wrap-s-1a82f782-627a-43fa-a8c3-8be790598f73, #wrap-content-s-1a82f782-627a-43fa-a8c3-8be790598f73 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a82f782-627a-43fa-a8c3-8be790598f73 {
  display: none;
}
#s-1a82f782-627a-43fa-a8c3-8be790598f73, #wrap-s-1a82f782-627a-43fa-a8c3-8be790598f73, #wrap-content-s-1a82f782-627a-43fa-a8c3-8be790598f73 { display: none !important; }}@media (max-width: 767px){#s-1a82f782-627a-43fa-a8c3-8be790598f73 {
  
}
}
@media (min-width: 0px) {
[id="s-1a82f782-627a-43fa-a8c3-8be790598f73"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1a82f782-627a-43fa-a8c3-8be790598f73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1a82f782-627a-43fa-a8c3-8be790598f73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a82f782-627a-43fa-a8c3-8be790598f73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-315d0305-4816-4c0d-85a3-72b74232f99a {
  margin-top: 12%;
margin-left: 20%;
margin-right: auto;
}
@media (max-width: 767px){#s-315d0305-4816-4c0d-85a3-72b74232f99a {
  margin-top: 40%;
margin-left: 5%;
}
}
/* Duplicated Styles are also in Category base.css - keep them in sync */

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

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

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

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

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

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

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

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

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

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

#s-44f1d146-5927-4994-a185-816a83a7aecf {
  margin-left: 0%;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
}
@media (max-width: 767px){#s-44f1d146-5927-4994-a185-816a83a7aecf {
  display: none;
}
#s-44f1d146-5927-4994-a185-816a83a7aecf, #wrap-s-44f1d146-5927-4994-a185-816a83a7aecf, #wrap-content-s-44f1d146-5927-4994-a185-816a83a7aecf { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-44f1d146-5927-4994-a185-816a83a7aecf {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 40px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-44f1d146-5927-4994-a185-816a83a7aecf > .swiper-button-prev,
#slider-v3-s-44f1d146-5927-4994-a185-816a83a7aecf > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-44f1d146-5927-4994-a185-816a83a7aecf > .swiper-button-prev svg,
#slider-v3-s-44f1d146-5927-4994-a185-816a83a7aecf > .swiper-button-next svg {
  fill: rgba(28, 132, 236, 1) !important;
  stroke: rgba(28, 132, 236, 1) !important;
  
}

#slider-v3-s-44f1d146-5927-4994-a185-816a83a7aecf > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-44f1d146-5927-4994-a185-816a83a7aecf > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-44f1d146-5927-4994-a185-816a83a7aecf > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-44f1d146-5927-4994-a185-816a83a7aecf .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-44f1d146-5927-4994-a185-816a83a7aecf .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-44f1d146-5927-4994-a185-816a83a7aecf .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-c84346f5-a6a7-4624-90ce-f9813733dea2 {
  margin-bottom: 25px;
margin-right: 0%;
padding-right: 0%;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835 {
  margin: 0 !important;
  overflow: visible;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41781c8f-278e-433a-8f19-03c7b8628835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41781c8f-278e-433a-8f19-03c7b8628835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  /* Add background color handling */
  
}

#s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-41781c8f-278e-433a-8f19-03c7b8628835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41781c8f-278e-433a-8f19-03c7b8628835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image {
  box-sizing: border-box;
}


.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41781c8f-278e-433a-8f19-03c7b8628835 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
      position: relative;
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-41781c8f-278e-433a-8f19-03c7b8628835 {
  margin: 0 !important;
  overflow: visible;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41781c8f-278e-433a-8f19-03c7b8628835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41781c8f-278e-433a-8f19-03c7b8628835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  /* Add background color handling */
  
}

#s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-41781c8f-278e-433a-8f19-03c7b8628835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41781c8f-278e-433a-8f19-03c7b8628835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image {
  box-sizing: border-box;
}


.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41781c8f-278e-433a-8f19-03c7b8628835 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
      position: relative;
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-41781c8f-278e-433a-8f19-03c7b8628835 {
  margin: 0 !important;
  overflow: visible;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41781c8f-278e-433a-8f19-03c7b8628835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41781c8f-278e-433a-8f19-03c7b8628835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  /* Add background color handling */
  
}

#s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-41781c8f-278e-433a-8f19-03c7b8628835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41781c8f-278e-433a-8f19-03c7b8628835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image {
  box-sizing: border-box;
}


.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41781c8f-278e-433a-8f19-03c7b8628835 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
      position: relative;
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-41781c8f-278e-433a-8f19-03c7b8628835 {
  margin: 0 !important;
  overflow: visible;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41781c8f-278e-433a-8f19-03c7b8628835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41781c8f-278e-433a-8f19-03c7b8628835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  /* Add background color handling */
  
}

#s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-41781c8f-278e-433a-8f19-03c7b8628835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41781c8f-278e-433a-8f19-03c7b8628835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image {
  box-sizing: border-box;
}


.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41781c8f-278e-433a-8f19-03c7b8628835 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
      position: relative;
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-41781c8f-278e-433a-8f19-03c7b8628835 {
  margin: 0 !important;
  overflow: visible;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41781c8f-278e-433a-8f19-03c7b8628835 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41781c8f-278e-433a-8f19-03c7b8628835 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  /* Add background color handling */
  
}

#s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-41781c8f-278e-433a-8f19-03c7b8628835 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41781c8f-278e-433a-8f19-03c7b8628835.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image {
  box-sizing: border-box;
}


.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-41781c8f-278e-433a-8f19-03c7b8628835 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-41781c8f-278e-433a-8f19-03c7b8628835 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container {
      position: relative;
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41781c8f-278e-433a-8f19-03c7b8628835 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto";
  text-transform: none;
  font-weight: 400;
  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-fc784648-0797-4c56-9c74-edfb77f50324 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-fc784648-0797-4c56-9c74-edfb77f50324 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-c90c0aca-d55f-46b8-a93a-1e54ec1462ef {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-7d22f880-04e1-422a-a51f-fdeae57e5362 {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7d22f880-04e1-422a-a51f-fdeae57e5362"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d22f880-04e1-422a-a51f-fdeae57e5362"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d22f880-04e1-422a-a51f-fdeae57e5362"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d22f880-04e1-422a-a51f-fdeae57e5362"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-286d558b-8a36-49b4-8b51-da2ec6aff669 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-286d558b-8a36-49b4-8b51-da2ec6aff669 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-286d558b-8a36-49b4-8b51-da2ec6aff669 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-286d558b-8a36-49b4-8b51-da2ec6aff669 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

#s-5b71db55-2ee1-4a90-bdc9-b08758956140 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5b71db55-2ee1-4a90-bdc9-b08758956140:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5b71db55-2ee1-4a90-bdc9-b08758956140:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b71db55-2ee1-4a90-bdc9-b08758956140-atc-btn-wrapper {
    text-align: center;
  }


#s-5b71db55-2ee1-4a90-bdc9-b08758956140 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-5b71db55-2ee1-4a90-bdc9-b08758956140-atc-btn-wrapper {
    text-align: center;
  }


#s-5b71db55-2ee1-4a90-bdc9-b08758956140 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b71db55-2ee1-4a90-bdc9-b08758956140-atc-btn-wrapper {
    text-align: center;
  }


#s-5b71db55-2ee1-4a90-bdc9-b08758956140 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-5b71db55-2ee1-4a90-bdc9-b08758956140-atc-btn-wrapper {
    text-align: center;
  }


#s-5b71db55-2ee1-4a90-bdc9-b08758956140 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-5b71db55-2ee1-4a90-bdc9-b08758956140-atc-btn-wrapper {
    text-align: center;
  }


#s-5b71db55-2ee1-4a90-bdc9-b08758956140 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-7efd54aa-4c54-4f94-ab30-c67ebbfaa754 {
  margin-bottom: 25px;
margin-right: 0%;
padding-right: 0%;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
  box-sizing: border-box;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
      position: relative;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
  box-sizing: border-box;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
      position: relative;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
  box-sizing: border-box;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
      position: relative;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
  box-sizing: border-box;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
      position: relative;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
  box-sizing: border-box;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
      position: relative;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-5134764e-633d-4a56-b1d3-7719913df6e9 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-5134764e-633d-4a56-b1d3-7719913df6e9 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-16f5bc97-849d-4129-9f31-30c9018f5bf4 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-894c78ec-b4ed-4b00-9fff-8c7a7f802641 {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-894c78ec-b4ed-4b00-9fff-8c7a7f802641"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-894c78ec-b4ed-4b00-9fff-8c7a7f802641"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-894c78ec-b4ed-4b00-9fff-8c7a7f802641"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-894c78ec-b4ed-4b00-9fff-8c7a7f802641"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f0386b80-1862-48ee-9192-1aaf784943b5 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-f0386b80-1862-48ee-9192-1aaf784943b5 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-f0386b80-1862-48ee-9192-1aaf784943b5 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-f0386b80-1862-48ee-9192-1aaf784943b5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778-atc-btn-wrapper {
    text-align: center;
  }


#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778-atc-btn-wrapper {
    text-align: center;
  }


#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778-atc-btn-wrapper {
    text-align: center;
  }


#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778-atc-btn-wrapper {
    text-align: center;
  }


#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778-atc-btn-wrapper {
    text-align: center;
  }


#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-eb65950c-34f9-4478-a281-0a69fa245f78 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eb65950c-34f9-4478-a281-0a69fa245f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb65950c-34f9-4478-a281-0a69fa245f78.shg-box.shg-c {
  justify-content: center;
}

#s-9c0c6544-3cf6-4460-a0a1-6d6be6973080 {
  margin-bottom: 25px;
margin-right: 0%;
padding-right: 0%;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  margin: 0 !important;
  overflow: visible;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add background color handling */
  
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
  box-sizing: border-box;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
      position: relative;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  margin: 0 !important;
  overflow: visible;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add background color handling */
  
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
  box-sizing: border-box;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
      position: relative;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  margin: 0 !important;
  overflow: visible;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add background color handling */
  
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
  box-sizing: border-box;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
      position: relative;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  margin: 0 !important;
  overflow: visible;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add background color handling */
  
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
  box-sizing: border-box;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
      position: relative;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  margin: 0 !important;
  overflow: visible;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add background color handling */
  
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
  box-sizing: border-box;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
      position: relative;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-4c7c5d74-fc46-4184-aee9-0db3eeccf5aa {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-4c7c5d74-fc46-4184-aee9-0db3eeccf5aa .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-8aac0838-8595-4760-86b9-a0eb72b73463 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-91b64b2f-75c5-4c2e-ad88-da79b7828186 {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-91b64b2f-75c5-4c2e-ad88-da79b7828186"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91b64b2f-75c5-4c2e-ad88-da79b7828186"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91b64b2f-75c5-4c2e-ad88-da79b7828186"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91b64b2f-75c5-4c2e-ad88-da79b7828186"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-25ac9641-b5d9-4d7c-8659-5b6fd6b98a34 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-25ac9641-b5d9-4d7c-8659-5b6fd6b98a34 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-25ac9641-b5d9-4d7c-8659-5b6fd6b98a34 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-25ac9641-b5d9-4d7c-8659-5b6fd6b98a34 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-08eae27c-3d77-465d-a260-6e8900766390 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-08eae27c-3d77-465d-a260-6e8900766390:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-08eae27c-3d77-465d-a260-6e8900766390:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08eae27c-3d77-465d-a260-6e8900766390-atc-btn-wrapper {
    text-align: center;
  }


#s-08eae27c-3d77-465d-a260-6e8900766390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-08eae27c-3d77-465d-a260-6e8900766390-atc-btn-wrapper {
    text-align: center;
  }


#s-08eae27c-3d77-465d-a260-6e8900766390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-08eae27c-3d77-465d-a260-6e8900766390-atc-btn-wrapper {
    text-align: center;
  }


#s-08eae27c-3d77-465d-a260-6e8900766390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-08eae27c-3d77-465d-a260-6e8900766390-atc-btn-wrapper {
    text-align: center;
  }


#s-08eae27c-3d77-465d-a260-6e8900766390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-08eae27c-3d77-465d-a260-6e8900766390-atc-btn-wrapper {
    text-align: center;
  }


#s-08eae27c-3d77-465d-a260-6e8900766390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-8e5d0032-15bb-4956-a44f-0b345d139ad0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8e5d0032-15bb-4956-a44f-0b345d139ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e5d0032-15bb-4956-a44f-0b345d139ad0.shg-box.shg-c {
  justify-content: center;
}

#s-b4e4df95-036b-495e-823c-fef4f1141fd8 {
  margin-bottom: 25px;
margin-right: 0%;
padding-right: 0%;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
  box-sizing: border-box;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283d6dae-da33-42c2-a746-75d283ffbc3e {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
      position: relative;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
  box-sizing: border-box;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283d6dae-da33-42c2-a746-75d283ffbc3e {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
      position: relative;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
  box-sizing: border-box;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283d6dae-da33-42c2-a746-75d283ffbc3e {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
      position: relative;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
  box-sizing: border-box;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283d6dae-da33-42c2-a746-75d283ffbc3e {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
      position: relative;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
  box-sizing: border-box;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283d6dae-da33-42c2-a746-75d283ffbc3e {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
      position: relative;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-b2be7006-889a-4d2b-b744-f4bef5621515 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-b2be7006-889a-4d2b-b744-f4bef5621515 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-3210a702-e05a-41a0-8e9b-79927ee7181c {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-1ba68062-ff2a-441b-a2ad-73441752506e {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1ba68062-ff2a-441b-a2ad-73441752506e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ba68062-ff2a-441b-a2ad-73441752506e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ba68062-ff2a-441b-a2ad-73441752506e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ba68062-ff2a-441b-a2ad-73441752506e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-26b81995-9b9d-43f1-b6bd-aba2870d2ee1 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-26b81995-9b9d-43f1-b6bd-aba2870d2ee1 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-26b81995-9b9d-43f1-b6bd-aba2870d2ee1 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-26b81995-9b9d-43f1-b6bd-aba2870d2ee1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f-atc-btn-wrapper {
    text-align: center;
  }


#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f-atc-btn-wrapper {
    text-align: center;
  }


#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f-atc-btn-wrapper {
    text-align: center;
  }


#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f-atc-btn-wrapper {
    text-align: center;
  }


#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f-atc-btn-wrapper {
    text-align: center;
  }


#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-c6e2b423-ab5a-4327-a674-1ccfea9f503e {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
  box-sizing: border-box;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
      position: relative;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
  box-sizing: border-box;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
      position: relative;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
  box-sizing: border-box;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
      position: relative;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
  box-sizing: border-box;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
      position: relative;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
  box-sizing: border-box;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
      position: relative;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-e3e6c2df-8e11-4f4c-8715-088a4b098b74 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-e3e6c2df-8e11-4f4c-8715-088a4b098b74 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-2570f61c-f53a-48dc-bf80-e323ae79814c {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-e985027d-df06-4d95-9103-5cc336585b3d {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e985027d-df06-4d95-9103-5cc336585b3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e985027d-df06-4d95-9103-5cc336585b3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e985027d-df06-4d95-9103-5cc336585b3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e985027d-df06-4d95-9103-5cc336585b3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-693d43b1-34bf-4670-9984-bc41564d48c0 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-693d43b1-34bf-4670-9984-bc41564d48c0 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-693d43b1-34bf-4670-9984-bc41564d48c0 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-693d43b1-34bf-4670-9984-bc41564d48c0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e4b89726-8fdd-4824-bd5d-0963d3337200:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e4b89726-8fdd-4824-bd5d-0963d3337200:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e4b89726-8fdd-4824-bd5d-0963d3337200-atc-btn-wrapper {
    text-align: center;
  }


#s-e4b89726-8fdd-4824-bd5d-0963d3337200 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-e4b89726-8fdd-4824-bd5d-0963d3337200-atc-btn-wrapper {
    text-align: center;
  }


#s-e4b89726-8fdd-4824-bd5d-0963d3337200 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4b89726-8fdd-4824-bd5d-0963d3337200-atc-btn-wrapper {
    text-align: center;
  }


#s-e4b89726-8fdd-4824-bd5d-0963d3337200 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-e4b89726-8fdd-4824-bd5d-0963d3337200-atc-btn-wrapper {
    text-align: center;
  }


#s-e4b89726-8fdd-4824-bd5d-0963d3337200 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-e4b89726-8fdd-4824-bd5d-0963d3337200-atc-btn-wrapper {
    text-align: center;
  }


#s-e4b89726-8fdd-4824-bd5d-0963d3337200 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-92b24fc1-6fb8-4712-9a7a-6529b87ad316 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
  box-sizing: border-box;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
      position: relative;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
  box-sizing: border-box;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
      position: relative;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
  box-sizing: border-box;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
      position: relative;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
  box-sizing: border-box;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
      position: relative;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
  box-sizing: border-box;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
      position: relative;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-3f315366-0264-4f53-b11c-d5bfff9687ef {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-3f315366-0264-4f53-b11c-d5bfff9687ef .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-6f6986ea-00ec-44cd-8152-dabeff40606d {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-3ad57e75-ff4c-4aa1-8d63-f9b10a37282d {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3ad57e75-ff4c-4aa1-8d63-f9b10a37282d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ad57e75-ff4c-4aa1-8d63-f9b10a37282d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ad57e75-ff4c-4aa1-8d63-f9b10a37282d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ad57e75-ff4c-4aa1-8d63-f9b10a37282d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-08e9d499-41fa-4037-a853-3a6cc4284f52 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-08e9d499-41fa-4037-a853-3a6cc4284f52 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-08e9d499-41fa-4037-a853-3a6cc4284f52 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-08e9d499-41fa-4037-a853-3a6cc4284f52 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d-atc-btn-wrapper {
    text-align: center;
  }


#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d-atc-btn-wrapper {
    text-align: center;
  }


#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d-atc-btn-wrapper {
    text-align: center;
  }


#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d-atc-btn-wrapper {
    text-align: center;
  }


#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d-atc-btn-wrapper {
    text-align: center;
  }


#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-94347c6f-6cf3-42fa-952c-4d401f803814 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  margin: 0 !important;
  overflow: visible;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add background color handling */
  
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
  box-sizing: border-box;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
      position: relative;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  margin: 0 !important;
  overflow: visible;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add background color handling */
  
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
  box-sizing: border-box;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
      position: relative;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  margin: 0 !important;
  overflow: visible;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add background color handling */
  
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
  box-sizing: border-box;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
      position: relative;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  margin: 0 !important;
  overflow: visible;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add background color handling */
  
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
  box-sizing: border-box;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
      position: relative;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  margin: 0 !important;
  overflow: visible;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add background color handling */
  
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
  box-sizing: border-box;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
      position: relative;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-0398478c-fc7a-4b89-bc95-27a2524ba8c0 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-0398478c-fc7a-4b89-bc95-27a2524ba8c0 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-23f45155-87ac-4b1a-8b5d-bafe20817a3e {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-b37a4664-7313-4e67-ac31-6f268ea4c94d {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b37a4664-7313-4e67-ac31-6f268ea4c94d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b37a4664-7313-4e67-ac31-6f268ea4c94d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b37a4664-7313-4e67-ac31-6f268ea4c94d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b37a4664-7313-4e67-ac31-6f268ea4c94d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8ceaa1e8-c663-4a9b-af84-7fe54712f93b {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-8ceaa1e8-c663-4a9b-af84-7fe54712f93b .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-8ceaa1e8-c663-4a9b-af84-7fe54712f93b .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-8ceaa1e8-c663-4a9b-af84-7fe54712f93b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d8416a71-9145-4446-9eb8-3a3b9052d91f:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d8416a71-9145-4446-9eb8-3a3b9052d91f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f-atc-btn-wrapper {
    text-align: center;
  }


#s-d8416a71-9145-4446-9eb8-3a3b9052d91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f-atc-btn-wrapper {
    text-align: center;
  }


#s-d8416a71-9145-4446-9eb8-3a3b9052d91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f-atc-btn-wrapper {
    text-align: center;
  }


#s-d8416a71-9145-4446-9eb8-3a3b9052d91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f-atc-btn-wrapper {
    text-align: center;
  }


#s-d8416a71-9145-4446-9eb8-3a3b9052d91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f-atc-btn-wrapper {
    text-align: center;
  }


#s-d8416a71-9145-4446-9eb8-3a3b9052d91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-fe67bcae-1263-4c14-b8ed-52aa911768a4 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image {
  box-sizing: border-box;
}


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
      position: relative;
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image {
  box-sizing: border-box;
}


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
      position: relative;
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image {
  box-sizing: border-box;
}


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
      position: relative;
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image {
  box-sizing: border-box;
}


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
      position: relative;
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  margin: 0 !important;
  overflow: visible;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  /* Add background color handling */
  
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image {
  box-sizing: border-box;
}


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fdd8e908-18ce-4b51-a911-94c6919b9157 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fdd8e908-18ce-4b51-a911-94c6919b9157 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container {
      position: relative;
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdd8e908-18ce-4b51-a911-94c6919b9157 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-c9dc0117-3130-4b82-8bb0-d9d154014b58 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-c9dc0117-3130-4b82-8bb0-d9d154014b58 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-f30388ad-db69-4588-9e19-a13043673ffd {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-6bcd369c-3743-4c28-8394-c48a15035bdd {
  margin-top: 8%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6bcd369c-3743-4c28-8394-c48a15035bdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bcd369c-3743-4c28-8394-c48a15035bdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6bcd369c-3743-4c28-8394-c48a15035bdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bcd369c-3743-4c28-8394-c48a15035bdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0c0ea411-02ac-4cc0-a8eb-0e8ca9c60d45 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-0c0ea411-02ac-4cc0-a8eb-0e8ca9c60d45 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-0c0ea411-02ac-4cc0-a8eb-0e8ca9c60d45 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-0c0ea411-02ac-4cc0-a8eb-0e8ca9c60d45 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f73bf982-4c45-4740-b7e4-911ece1582d2:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f73bf982-4c45-4740-b7e4-911ece1582d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f73bf982-4c45-4740-b7e4-911ece1582d2-atc-btn-wrapper {
    text-align: center;
  }


#s-f73bf982-4c45-4740-b7e4-911ece1582d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-f73bf982-4c45-4740-b7e4-911ece1582d2-atc-btn-wrapper {
    text-align: center;
  }


#s-f73bf982-4c45-4740-b7e4-911ece1582d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-f73bf982-4c45-4740-b7e4-911ece1582d2-atc-btn-wrapper {
    text-align: center;
  }


#s-f73bf982-4c45-4740-b7e4-911ece1582d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-f73bf982-4c45-4740-b7e4-911ece1582d2-atc-btn-wrapper {
    text-align: center;
  }


#s-f73bf982-4c45-4740-b7e4-911ece1582d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-f73bf982-4c45-4740-b7e4-911ece1582d2-atc-btn-wrapper {
    text-align: center;
  }


#s-f73bf982-4c45-4740-b7e4-911ece1582d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-0588e495-d4da-47ad-9281-05513d55b9a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
}
@media (min-width: 1200px){#s-0588e495-d4da-47ad-9281-05513d55b9a1 {
  display: none;
}
#s-0588e495-d4da-47ad-9281-05513d55b9a1, #wrap-s-0588e495-d4da-47ad-9281-05513d55b9a1, #wrap-content-s-0588e495-d4da-47ad-9281-05513d55b9a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0588e495-d4da-47ad-9281-05513d55b9a1 {
  display: none;
}
#s-0588e495-d4da-47ad-9281-05513d55b9a1, #wrap-s-0588e495-d4da-47ad-9281-05513d55b9a1, #wrap-content-s-0588e495-d4da-47ad-9281-05513d55b9a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0588e495-d4da-47ad-9281-05513d55b9a1 {
  display: none;
}
#s-0588e495-d4da-47ad-9281-05513d55b9a1, #wrap-s-0588e495-d4da-47ad-9281-05513d55b9a1, #wrap-content-s-0588e495-d4da-47ad-9281-05513d55b9a1 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-prev,
#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-next {
  
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-prev svg,
#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-7146d3f8-3198-4bdb-b2e3-04d4e7f53418 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
  box-sizing: border-box;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc28609b-da50-4035-9ba5-80b1a577df3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
      position: relative;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
  box-sizing: border-box;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc28609b-da50-4035-9ba5-80b1a577df3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
      position: relative;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
  box-sizing: border-box;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc28609b-da50-4035-9ba5-80b1a577df3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
      position: relative;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
  box-sizing: border-box;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc28609b-da50-4035-9ba5-80b1a577df3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
      position: relative;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
  box-sizing: border-box;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc28609b-da50-4035-9ba5-80b1a577df3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
      position: relative;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-3f9e34cb-ab42-4400-808f-243614f9971f {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-3f9e34cb-ab42-4400-808f-243614f9971f {
  margin-left: 0px;
}
}
#s-3f9e34cb-ab42-4400-808f-243614f9971f .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-3f9e34cb-ab42-4400-808f-243614f9971f .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-67812b35-5717-4579-a362-fa629622dd47 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-19066af6-f83b-4e1b-a65f-c674435b308d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-19066af6-f83b-4e1b-a65f-c674435b308d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19066af6-f83b-4e1b-a65f-c674435b308d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19066af6-f83b-4e1b-a65f-c674435b308d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19066af6-f83b-4e1b-a65f-c674435b308d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c828086-38db-455f-82d3-5c026abf11b2 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-6c828086-38db-455f-82d3-5c026abf11b2 {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-6c828086-38db-455f-82d3-5c026abf11b2 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6c828086-38db-455f-82d3-5c026abf11b2 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-6c828086-38db-455f-82d3-5c026abf11b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-92f6e06e-2aab-4b04-b690-d4f755503102:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-92f6e06e-2aab-4b04-b690-d4f755503102:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  margin-left: 0%;
padding-left: 20px;
padding-right: 20px;
}
}

  #s-92f6e06e-2aab-4b04-b690-d4f755503102-atc-btn-wrapper {
    text-align: center;
  }


#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-92f6e06e-2aab-4b04-b690-d4f755503102-atc-btn-wrapper {
    text-align: center;
  }


#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-92f6e06e-2aab-4b04-b690-d4f755503102-atc-btn-wrapper {
    text-align: center;
  }


#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-92f6e06e-2aab-4b04-b690-d4f755503102-atc-btn-wrapper {
    text-align: center;
  }


#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-92f6e06e-2aab-4b04-b690-d4f755503102-atc-btn-wrapper {
    text-align: center;
  }


#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-56f1ea54-34f2-461a-805f-22c6c41c899d {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-328fe7db-1b22-4342-b454-234f4499247e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-328fe7db-1b22-4342-b454-234f4499247e {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-328fe7db-1b22-4342-b454-234f4499247e {
  margin: 0 !important;
  overflow: visible;
}

#s-328fe7db-1b22-4342-b454-234f4499247e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add background color handling */
  
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-content {
  
    justify-content: center;
  
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
  box-sizing: border-box;
}


.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-328fe7db-1b22-4342-b454-234f4499247e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
      position: relative;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-328fe7db-1b22-4342-b454-234f4499247e {
  margin: 0 !important;
  overflow: visible;
}

#s-328fe7db-1b22-4342-b454-234f4499247e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add background color handling */
  
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-content {
  
    justify-content: center;
  
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
  box-sizing: border-box;
}


.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-328fe7db-1b22-4342-b454-234f4499247e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
      position: relative;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-328fe7db-1b22-4342-b454-234f4499247e {
  margin: 0 !important;
  overflow: visible;
}

#s-328fe7db-1b22-4342-b454-234f4499247e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add background color handling */
  
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-content {
  
    justify-content: center;
  
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
  box-sizing: border-box;
}


.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-328fe7db-1b22-4342-b454-234f4499247e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
      position: relative;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-328fe7db-1b22-4342-b454-234f4499247e {
  margin: 0 !important;
  overflow: visible;
}

#s-328fe7db-1b22-4342-b454-234f4499247e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add background color handling */
  
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-content {
  
    justify-content: center;
  
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
  box-sizing: border-box;
}


.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-328fe7db-1b22-4342-b454-234f4499247e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
      position: relative;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-328fe7db-1b22-4342-b454-234f4499247e {
  margin: 0 !important;
  overflow: visible;
}

#s-328fe7db-1b22-4342-b454-234f4499247e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add background color handling */
  
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-content {
  
    justify-content: center;
  
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
  box-sizing: border-box;
}


.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-328fe7db-1b22-4342-b454-234f4499247e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
      position: relative;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-3b294906-456f-435b-9ff3-e6e3bdc25066 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-3b294906-456f-435b-9ff3-e6e3bdc25066 {
  margin-left: 0px;
}
}
#s-3b294906-456f-435b-9ff3-e6e3bdc25066 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-3b294906-456f-435b-9ff3-e6e3bdc25066 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-6b2018b7-d95f-4dba-8388-697fafee7bd7 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-106bd893-c21d-430f-a509-0035b7805a0d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-106bd893-c21d-430f-a509-0035b7805a0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-106bd893-c21d-430f-a509-0035b7805a0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-106bd893-c21d-430f-a509-0035b7805a0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-106bd893-c21d-430f-a509-0035b7805a0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a3ce81a8-8782-4346-b167-f1e10a9f4180 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-a3ce81a8-8782-4346-b167-f1e10a9f4180 {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-a3ce81a8-8782-4346-b167-f1e10a9f4180 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-a3ce81a8-8782-4346-b167-f1e10a9f4180 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-a3ce81a8-8782-4346-b167-f1e10a9f4180 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ab543c40-81f1-44ea-9595-0715f0012b2a:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ab543c40-81f1-44ea-9595-0715f0012b2a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  margin-left: 0%;
}
}

  #s-ab543c40-81f1-44ea-9595-0715f0012b2a-atc-btn-wrapper {
    text-align: center;
  }


#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-ab543c40-81f1-44ea-9595-0715f0012b2a-atc-btn-wrapper {
    text-align: center;
  }


#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab543c40-81f1-44ea-9595-0715f0012b2a-atc-btn-wrapper {
    text-align: center;
  }


#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ab543c40-81f1-44ea-9595-0715f0012b2a-atc-btn-wrapper {
    text-align: center;
  }


#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-ab543c40-81f1-44ea-9595-0715f0012b2a-atc-btn-wrapper {
    text-align: center;
  }


#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-87145dcf-6c36-4f6f-b43a-efad29bd0ab8 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  margin: 0 !important;
  overflow: visible;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add background color handling */
  
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-content {
  
    justify-content: center;
  
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
  box-sizing: border-box;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
      position: relative;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  margin: 0 !important;
  overflow: visible;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add background color handling */
  
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-content {
  
    justify-content: center;
  
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
  box-sizing: border-box;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
      position: relative;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  margin: 0 !important;
  overflow: visible;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add background color handling */
  
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-content {
  
    justify-content: center;
  
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
  box-sizing: border-box;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
      position: relative;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  margin: 0 !important;
  overflow: visible;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add background color handling */
  
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-content {
  
    justify-content: center;
  
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
  box-sizing: border-box;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
      position: relative;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  margin: 0 !important;
  overflow: visible;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add background color handling */
  
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-content {
  
    justify-content: center;
  
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
  box-sizing: border-box;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
      position: relative;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-4a4f035a-f904-4926-b48b-1dfb34b4eb60 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-4a4f035a-f904-4926-b48b-1dfb34b4eb60 {
  margin-left: 0px;
}
}
#s-4a4f035a-f904-4926-b48b-1dfb34b4eb60 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-4a4f035a-f904-4926-b48b-1dfb34b4eb60 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-6bbe803b-9d70-46fd-b1cd-0583f5175a48 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-97554060-73ac-4fef-938c-28c01bbc0602 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-97554060-73ac-4fef-938c-28c01bbc0602"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97554060-73ac-4fef-938c-28c01bbc0602"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97554060-73ac-4fef-938c-28c01bbc0602"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97554060-73ac-4fef-938c-28c01bbc0602"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ee6a8db7-ee71-4d06-ad0c-631ba3e38183 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-ee6a8db7-ee71-4d06-ad0c-631ba3e38183 {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-ee6a8db7-ee71-4d06-ad0c-631ba3e38183 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-ee6a8db7-ee71-4d06-ad0c-631ba3e38183 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-ee6a8db7-ee71-4d06-ad0c-631ba3e38183 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4745130d-3142-47e2-a843-4b666d2729a9:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4745130d-3142-47e2-a843-4b666d2729a9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  margin-left: 0%;
}
}

  #s-4745130d-3142-47e2-a843-4b666d2729a9-atc-btn-wrapper {
    text-align: center;
  }


#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-4745130d-3142-47e2-a843-4b666d2729a9-atc-btn-wrapper {
    text-align: center;
  }


#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-4745130d-3142-47e2-a843-4b666d2729a9-atc-btn-wrapper {
    text-align: center;
  }


#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-4745130d-3142-47e2-a843-4b666d2729a9-atc-btn-wrapper {
    text-align: center;
  }


#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-4745130d-3142-47e2-a843-4b666d2729a9-atc-btn-wrapper {
    text-align: center;
  }


#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-c698a22c-3f0c-44c1-8575-e70a66deae60 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
  box-sizing: border-box;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
      position: relative;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
  box-sizing: border-box;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
      position: relative;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
  box-sizing: border-box;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
      position: relative;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
  box-sizing: border-box;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
      position: relative;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
  box-sizing: border-box;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
      position: relative;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-d60e6e1a-6519-4a6b-84aa-816bcc6c862a {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-d60e6e1a-6519-4a6b-84aa-816bcc6c862a {
  margin-left: 0px;
}
}
#s-d60e6e1a-6519-4a6b-84aa-816bcc6c862a .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-d60e6e1a-6519-4a6b-84aa-816bcc6c862a .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-514b71a3-52cb-4472-ac6d-905973621086 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-52d0cd50-fe39-4632-8541-0b32e37df36a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-52d0cd50-fe39-4632-8541-0b32e37df36a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52d0cd50-fe39-4632-8541-0b32e37df36a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52d0cd50-fe39-4632-8541-0b32e37df36a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52d0cd50-fe39-4632-8541-0b32e37df36a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6ca522f4-f383-40ea-a4ac-aed70fd21a17 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-6ca522f4-f383-40ea-a4ac-aed70fd21a17 {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-6ca522f4-f383-40ea-a4ac-aed70fd21a17 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6ca522f4-f383-40ea-a4ac-aed70fd21a17 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-6ca522f4-f383-40ea-a4ac-aed70fd21a17 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  margin-left: 0%;
}
}

  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f-atc-btn-wrapper {
    text-align: center;
  }


#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f-atc-btn-wrapper {
    text-align: center;
  }


#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f-atc-btn-wrapper {
    text-align: center;
  }


#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f-atc-btn-wrapper {
    text-align: center;
  }


#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f-atc-btn-wrapper {
    text-align: center;
  }


#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-81f14f74-a921-4858-ade8-9c44ae0fb7cb {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
  box-sizing: border-box;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
      position: relative;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
  box-sizing: border-box;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
      position: relative;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
  box-sizing: border-box;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
      position: relative;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
  box-sizing: border-box;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
      position: relative;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
  box-sizing: border-box;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
      position: relative;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-7877315c-3169-418a-8f17-73dcd5ad3e69 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-7877315c-3169-418a-8f17-73dcd5ad3e69 {
  margin-left: 0px;
}
}
#s-7877315c-3169-418a-8f17-73dcd5ad3e69 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-7877315c-3169-418a-8f17-73dcd5ad3e69 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-f79bea2c-9c0e-4e32-83d2-857088bd028f {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-41841fbb-5a90-4072-9cad-993d245b52e8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-41841fbb-5a90-4072-9cad-993d245b52e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41841fbb-5a90-4072-9cad-993d245b52e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41841fbb-5a90-4072-9cad-993d245b52e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41841fbb-5a90-4072-9cad-993d245b52e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-970e59f1-b87b-4900-9497-959b5765bdad {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-970e59f1-b87b-4900-9497-959b5765bdad {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-970e59f1-b87b-4900-9497-959b5765bdad .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-970e59f1-b87b-4900-9497-959b5765bdad .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-970e59f1-b87b-4900-9497-959b5765bdad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e515cb0b-ca82-41d1-a2af-f92d272770a5:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e515cb0b-ca82-41d1-a2af-f92d272770a5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  margin-left: 0%;
}
}

  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-002c577f-0a16-424d-bc5e-19abbba428ef {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
  box-sizing: border-box;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
      position: relative;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
  box-sizing: border-box;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
      position: relative;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
  box-sizing: border-box;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
      position: relative;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
  box-sizing: border-box;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
      position: relative;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
  box-sizing: border-box;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
      position: relative;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-e1c286a3-1b1e-439f-9091-211a36c2dc53 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-e1c286a3-1b1e-439f-9091-211a36c2dc53 {
  margin-left: 0px;
}
}
#s-e1c286a3-1b1e-439f-9091-211a36c2dc53 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-e1c286a3-1b1e-439f-9091-211a36c2dc53 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-2ec2af28-e9e9-46b1-b4c1-e964c1af194a {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-8bff21ed-eb48-455b-b898-ff0fdbc04f61 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8bff21ed-eb48-455b-b898-ff0fdbc04f61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bff21ed-eb48-455b-b898-ff0fdbc04f61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bff21ed-eb48-455b-b898-ff0fdbc04f61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bff21ed-eb48-455b-b898-ff0fdbc04f61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-03f94fef-aaad-4371-9971-c2ce509f704e {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-03f94fef-aaad-4371-9971-c2ce509f704e {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-03f94fef-aaad-4371-9971-c2ce509f704e .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-03f94fef-aaad-4371-9971-c2ce509f704e .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-03f94fef-aaad-4371-9971-c2ce509f704e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6780beaf-335b-4eb5-968c-1ea571b42716:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6780beaf-335b-4eb5-968c-1ea571b42716:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  margin-left: 0%;
}
}

  #s-6780beaf-335b-4eb5-968c-1ea571b42716-atc-btn-wrapper {
    text-align: center;
  }


#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-6780beaf-335b-4eb5-968c-1ea571b42716-atc-btn-wrapper {
    text-align: center;
  }


#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-6780beaf-335b-4eb5-968c-1ea571b42716-atc-btn-wrapper {
    text-align: center;
  }


#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-6780beaf-335b-4eb5-968c-1ea571b42716-atc-btn-wrapper {
    text-align: center;
  }


#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-6780beaf-335b-4eb5-968c-1ea571b42716-atc-btn-wrapper {
    text-align: center;
  }


#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-fb87aa16-80d1-42b0-8b1a-1d51f1dcdf9d {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  margin: 0 !important;
  overflow: visible;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add background color handling */
  
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
  box-sizing: border-box;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
      position: relative;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  margin: 0 !important;
  overflow: visible;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add background color handling */
  
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
  box-sizing: border-box;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
      position: relative;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  margin: 0 !important;
  overflow: visible;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add background color handling */
  
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
  box-sizing: border-box;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
      position: relative;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  margin: 0 !important;
  overflow: visible;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add background color handling */
  
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
  box-sizing: border-box;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
      position: relative;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  margin: 0 !important;
  overflow: visible;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add background color handling */
  
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
  box-sizing: border-box;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
      position: relative;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-152e1454-5293-4447-9958-5f8dd9edc6c0 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-152e1454-5293-4447-9958-5f8dd9edc6c0 {
  margin-left: 0px;
}
}
#s-152e1454-5293-4447-9958-5f8dd9edc6c0 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-152e1454-5293-4447-9958-5f8dd9edc6c0 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-a3756e08-f857-4b7e-bebb-bc21e6ac4e66 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-2a0e7ee3-a5ba-4db7-ac23-16f4e4b970fb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2a0e7ee3-a5ba-4db7-ac23-16f4e4b970fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a0e7ee3-a5ba-4db7-ac23-16f4e4b970fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a0e7ee3-a5ba-4db7-ac23-16f4e4b970fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a0e7ee3-a5ba-4db7-ac23-16f4e4b970fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b7b2854f-be4e-4f91-8a6a-5990ca78c1e4 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-b7b2854f-be4e-4f91-8a6a-5990ca78c1e4 {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-b7b2854f-be4e-4f91-8a6a-5990ca78c1e4 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-b7b2854f-be4e-4f91-8a6a-5990ca78c1e4 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-b7b2854f-be4e-4f91-8a6a-5990ca78c1e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7760e578-f460-4536-ad65-6f87c9898f62:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7760e578-f460-4536-ad65-6f87c9898f62:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  margin-left: 0%;
}
}

  #s-7760e578-f460-4536-ad65-6f87c9898f62-atc-btn-wrapper {
    text-align: center;
  }


#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-7760e578-f460-4536-ad65-6f87c9898f62-atc-btn-wrapper {
    text-align: center;
  }


#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-7760e578-f460-4536-ad65-6f87c9898f62-atc-btn-wrapper {
    text-align: center;
  }


#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-7760e578-f460-4536-ad65-6f87c9898f62-atc-btn-wrapper {
    text-align: center;
  }


#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-7760e578-f460-4536-ad65-6f87c9898f62-atc-btn-wrapper {
    text-align: center;
  }


#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-14bbf1e1-e931-4c25-8c78-f70753d69906 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
  box-sizing: border-box;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
      position: relative;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
  box-sizing: border-box;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
      position: relative;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
  box-sizing: border-box;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
      position: relative;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
  box-sizing: border-box;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
      position: relative;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
  box-sizing: border-box;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
      position: relative;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-e05379cf-42af-4126-8cbb-49bc943ac2d6 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-e05379cf-42af-4126-8cbb-49bc943ac2d6 {
  margin-left: 0px;
padding-top: 0em;
padding-bottom: 1em;
}
}
#s-e05379cf-42af-4126-8cbb-49bc943ac2d6 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-e05379cf-42af-4126-8cbb-49bc943ac2d6 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-b189bb01-56b5-408f-9f49-6d360dcb27e2 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-71c0c16e-d320-4cbb-977a-acec9590792b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-71c0c16e-d320-4cbb-977a-acec9590792b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71c0c16e-d320-4cbb-977a-acec9590792b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71c0c16e-d320-4cbb-977a-acec9590792b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71c0c16e-d320-4cbb-977a-acec9590792b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7187c155-5dac-44cf-82b4-f7c2e9186ab4 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-7187c155-5dac-44cf-82b4-f7c2e9186ab4 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-7187c155-5dac-44cf-82b4-f7c2e9186ab4 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-7187c155-5dac-44cf-82b4-f7c2e9186ab4 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-7187c155-5dac-44cf-82b4-f7c2e9186ab4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  margin-left: 0%;
}
}

  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc-atc-btn-wrapper {
    text-align: center;
  }


#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc-atc-btn-wrapper {
    text-align: center;
  }


#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc-atc-btn-wrapper {
    text-align: center;
  }


#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc-atc-btn-wrapper {
    text-align: center;
  }


#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc-atc-btn-wrapper {
    text-align: center;
  }


#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-159c0cd8-8fd6-45a2-b738-89121396e0aa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-efe1fddd-0382-4300-89d0-053a85475f14 {
  text-align: left;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}