.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-273a4401-82d5-4124-ad52-bd9484eb42ac {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-273a4401-82d5-4124-ad52-bd9484eb42ac {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
max-width: 76%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-273a4401-82d5-4124-ad52-bd9484eb42ac {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
max-width: 84%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-273a4401-82d5-4124-ad52-bd9484eb42ac {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
max-width: 92%;
}
}@media (max-width: 767px){#s-273a4401-82d5-4124-ad52-bd9484eb42ac {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
max-width: 96%;
display: none;
}
#s-273a4401-82d5-4124-ad52-bd9484eb42ac, #wrap-s-273a4401-82d5-4124-ad52-bd9484eb42ac, #wrap-content-s-273a4401-82d5-4124-ad52-bd9484eb42ac { display: none !important; }}







#s-273a4401-82d5-4124-ad52-bd9484eb42ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-273a4401-82d5-4124-ad52-bd9484eb42ac.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-273a4401-82d5-4124-ad52-bd9484eb42ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-273a4401-82d5-4124-ad52-bd9484eb42ac.shg-box.shg-c {
  justify-content: center;
}
}
#s-7e6b26d7-537c-4352-a60d-e02416eb8ba9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7e6b26d7-537c-4352-a60d-e02416eb8ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e6b26d7-537c-4352-a60d-e02416eb8ba9.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc81ad6f-d944-4cd2-80b3-ee9d5c81877b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-5f933553-3385-4ca9-911a-ab445019a4c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 7%;
padding-bottom: 2%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-5f933553-3385-4ca9-911a-ab445019a4c2 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f933553-3385-4ca9-911a-ab445019a4c2 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f933553-3385-4ca9-911a-ab445019a4c2 {
  padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-5f933553-3385-4ca9-911a-ab445019a4c2 {
  padding-top: 0%;
padding-bottom: 0%;
}
}
#s-5f933553-3385-4ca9-911a-ab445019a4c2 .shg-proportional-font-size,
#s-5f933553-3385-4ca9-911a-ab445019a4c2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

#s-a07d9e53-c216-4ba1-8b5c-c549c84ad836 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a07d9e53-c216-4ba1-8b5c-c549c84ad836 {
  padding-top: 2px;
}
}
#s-a07d9e53-c216-4ba1-8b5c-c549c84ad836 .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



.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-fa635000-2253-46c7-844d-2566bcfa98a3 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
}
@media (min-width: 1200px){#s-fa635000-2253-46c7-844d-2566bcfa98a3 {
  padding-top: 2%;
padding-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa635000-2253-46c7-844d-2566bcfa98a3 {
  padding-top: 2%;
}
}
@media (min-width: 0px) {
[id="s-fa635000-2253-46c7-844d-2566bcfa98a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa635000-2253-46c7-844d-2566bcfa98a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fa635000-2253-46c7-844d-2566bcfa98a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa635000-2253-46c7-844d-2566bcfa98a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-911f47a2-4586-4dce-b642-e7e51a67e5f7 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-911f47a2-4586-4dce-b642-e7e51a67e5f7 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-911f47a2-4586-4dce-b642-e7e51a67e5f7 {
  padding-top: 0%;
}
}
#s-911f47a2-4586-4dce-b642-e7e51a67e5f7 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


@media (min-width: 1200px){#s-911f47a2-4586-4dce-b642-e7e51a67e5f7 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-911f47a2-4586-4dce-b642-e7e51a67e5f7 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-204a6edb-696c-40d9-9bb0-9cc341a27dea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 25%;
  padding-right: 25%;
  
  
}


.shg-image-content-margin-container-s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-204a6edb-696c-40d9-9bb0-9cc341a27dea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-204a6edb-696c-40d9-9bb0-9cc341a27dea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-204a6edb-696c-40d9-9bb0-9cc341a27dea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-204a6edb-696c-40d9-9bb0-9cc341a27dea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-204a6edb-696c-40d9-9bb0-9cc341a27dea .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-204a6edb-696c-40d9-9bb0-9cc341a27dea.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dc9e09da-8124-4b74-86c1-f47b33197768 {
  margin-left: auto;
margin-right: auto;
}

#s-dc9e09da-8124-4b74-86c1-f47b33197768 .shg-proportional-font-size,
#s-dc9e09da-8124-4b74-86c1-f47b33197768 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3626ada9-a8c9-483b-b9d7-b5ec2902222a {
  margin-left: auto;
margin-right: auto;
}

#s-06987bcc-8b77-4567-9730-235fcdf393fc {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-06987bcc-8b77-4567-9730-235fcdf393fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-06987bcc-8b77-4567-9730-235fcdf393fc .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-06987bcc-8b77-4567-9730-235fcdf393fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

.shg-product-atc-btn-wrapper.shg-align-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-8aaa0be3-03bf-44ee-b082-32de2f2ead8f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f-atc-btn-wrapper {
    text-align: center;
  }


#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f-atc-btn-wrapper {
    text-align: center;
  }


#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f-atc-btn-wrapper {
    text-align: center;
  }


#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f-atc-btn-wrapper {
    text-align: center;
  }


#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f-atc-btn-wrapper {
    text-align: center;
  }


#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8aaa0be3-03bf-44ee-b082-32de2f2ead8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-da5b47b1-a7bd-46ea-8147-15b669caddd3 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-da5b47b1-a7bd-46ea-8147-15b669caddd3 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da5b47b1-a7bd-46ea-8147-15b669caddd3 {
  padding-top: 0%;
}
}
#s-da5b47b1-a7bd-46ea-8147-15b669caddd3 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


@media (min-width: 1200px){#s-da5b47b1-a7bd-46ea-8147-15b669caddd3 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-da5b47b1-a7bd-46ea-8147-15b669caddd3 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a9b42207-be11-4e54-a397-c54aa2b3030f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9b42207-be11-4e54-a397-c54aa2b3030f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b42207-be11-4e54-a397-c54aa2b3030f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 25%;
  padding-right: 25%;
  
  
}


.shg-image-content-margin-container-s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a9b42207-be11-4e54-a397-c54aa2b3030f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9b42207-be11-4e54-a397-c54aa2b3030f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b42207-be11-4e54-a397-c54aa2b3030f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a9b42207-be11-4e54-a397-c54aa2b3030f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9b42207-be11-4e54-a397-c54aa2b3030f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b42207-be11-4e54-a397-c54aa2b3030f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a9b42207-be11-4e54-a397-c54aa2b3030f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9b42207-be11-4e54-a397-c54aa2b3030f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b42207-be11-4e54-a397-c54aa2b3030f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a9b42207-be11-4e54-a397-c54aa2b3030f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a9b42207-be11-4e54-a397-c54aa2b3030f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a9b42207-be11-4e54-a397-c54aa2b3030f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9b42207-be11-4e54-a397-c54aa2b3030f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9b42207-be11-4e54-a397-c54aa2b3030f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e682918f-c72a-48cc-b54e-ef856d4ad7f3 {
  margin-left: auto;
margin-right: auto;
}

#s-e682918f-c72a-48cc-b54e-ef856d4ad7f3 .shg-proportional-font-size,
#s-e682918f-c72a-48cc-b54e-ef856d4ad7f3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9b4447c8-9f89-4c4a-92be-415f6c779c8e {
  margin-left: auto;
margin-right: auto;
}

#s-a89a5f0a-e8b2-45cc-81e3-9629b8724df9 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a89a5f0a-e8b2-45cc-81e3-9629b8724df9 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-a89a5f0a-e8b2-45cc-81e3-9629b8724df9 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a89a5f0a-e8b2-45cc-81e3-9629b8724df9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2e390b40-420d-4798-a864-84aef993eb3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e390b40-420d-4798-a864-84aef993eb3b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e390b40-420d-4798-a864-84aef993eb3b-atc-btn-wrapper {
    text-align: center;
  }


#s-2e390b40-420d-4798-a864-84aef993eb3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2e390b40-420d-4798-a864-84aef993eb3b-atc-btn-wrapper {
    text-align: center;
  }


#s-2e390b40-420d-4798-a864-84aef993eb3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e390b40-420d-4798-a864-84aef993eb3b-atc-btn-wrapper {
    text-align: center;
  }


#s-2e390b40-420d-4798-a864-84aef993eb3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2e390b40-420d-4798-a864-84aef993eb3b-atc-btn-wrapper {
    text-align: center;
  }


#s-2e390b40-420d-4798-a864-84aef993eb3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2e390b40-420d-4798-a864-84aef993eb3b-atc-btn-wrapper {
    text-align: center;
  }


#s-2e390b40-420d-4798-a864-84aef993eb3b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e390b40-420d-4798-a864-84aef993eb3b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c5994e12-e0b4-4fff-a042-4abef7b93bc0 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c5994e12-e0b4-4fff-a042-4abef7b93bc0 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5994e12-e0b4-4fff-a042-4abef7b93bc0 {
  padding-top: 0%;
}
}
#s-c5994e12-e0b4-4fff-a042-4abef7b93bc0 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


@media (min-width: 1200px){#s-c5994e12-e0b4-4fff-a042-4abef7b93bc0 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c5994e12-e0b4-4fff-a042-4abef7b93bc0 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 10%;
  padding-bottom: 0%;
}


.shg-image-content-margin-container-s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654d70f3-a423-4a5e-97e5-8f8dcc11b8d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e663fd97-8872-4c1d-9dd7-7dc278dd107c {
  margin-left: auto;
margin-right: auto;
}

#s-e663fd97-8872-4c1d-9dd7-7dc278dd107c .shg-proportional-font-size,
#s-e663fd97-8872-4c1d-9dd7-7dc278dd107c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fc9b4dfc-9687-41c2-ae05-c703df7cb24b {
  margin-left: auto;
margin-right: auto;
}

#s-23048f91-43a5-4064-805d-513998634e85 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-23048f91-43a5-4064-805d-513998634e85 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-23048f91-43a5-4064-805d-513998634e85 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-23048f91-43a5-4064-805d-513998634e85 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-840c7e48-f9f6-4509-8ee0-5768487c040e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-840c7e48-f9f6-4509-8ee0-5768487c040e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-840c7e48-f9f6-4509-8ee0-5768487c040e-atc-btn-wrapper {
    text-align: center;
  }


#s-840c7e48-f9f6-4509-8ee0-5768487c040e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-840c7e48-f9f6-4509-8ee0-5768487c040e-atc-btn-wrapper {
    text-align: center;
  }


#s-840c7e48-f9f6-4509-8ee0-5768487c040e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-840c7e48-f9f6-4509-8ee0-5768487c040e-atc-btn-wrapper {
    text-align: center;
  }


#s-840c7e48-f9f6-4509-8ee0-5768487c040e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-840c7e48-f9f6-4509-8ee0-5768487c040e-atc-btn-wrapper {
    text-align: center;
  }


#s-840c7e48-f9f6-4509-8ee0-5768487c040e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-840c7e48-f9f6-4509-8ee0-5768487c040e-atc-btn-wrapper {
    text-align: center;
  }


#s-840c7e48-f9f6-4509-8ee0-5768487c040e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-840c7e48-f9f6-4509-8ee0-5768487c040e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-481040a6-50b5-4da2-aa59-b713f73ab328 {
  margin-left: auto;
margin-right: auto;
padding-top: 8%;
padding-bottom: 0px;
text-align: center;
}

#s-481040a6-50b5-4da2-aa59-b713f73ab328 .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-001ca271-70c5-447a-a147-b7c75eb25929 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-001ca271-70c5-447a-a147-b7c75eb25929 {
  padding-top: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-001ca271-70c5-447a-a147-b7c75eb25929 {
  padding-top: 5%;
}
}
@media (min-width: 0px) {
[id="s-001ca271-70c5-447a-a147-b7c75eb25929"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-001ca271-70c5-447a-a147-b7c75eb25929"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-001ca271-70c5-447a-a147-b7c75eb25929"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-001ca271-70c5-447a-a147-b7c75eb25929"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-258f9b4e-4e8f-4db2-9bb2-4cab960b6d69 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-258f9b4e-4e8f-4db2-9bb2-4cab960b6d69 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-258f9b4e-4e8f-4db2-9bb2-4cab960b6d69 {
  padding-top: 0%;
}
}
#s-258f9b4e-4e8f-4db2-9bb2-4cab960b6d69 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


@media (min-width: 1200px){#s-258f9b4e-4e8f-4db2-9bb2-4cab960b6d69 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-258f9b4e-4e8f-4db2-9bb2-4cab960b6d69 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e87e942b-e9ba-42fd-a23d-dda9c655706b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 25%;
  padding-right: 25%;
  
  
}


.shg-image-content-margin-container-s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e87e942b-e9ba-42fd-a23d-dda9c655706b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e87e942b-e9ba-42fd-a23d-dda9c655706b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e87e942b-e9ba-42fd-a23d-dda9c655706b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e87e942b-e9ba-42fd-a23d-dda9c655706b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e87e942b-e9ba-42fd-a23d-dda9c655706b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e87e942b-e9ba-42fd-a23d-dda9c655706b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-85a79163-23a4-49b5-9389-72bde293610e {
  margin-left: auto;
margin-right: auto;
}

#s-85a79163-23a4-49b5-9389-72bde293610e .shg-proportional-font-size,
#s-85a79163-23a4-49b5-9389-72bde293610e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8cc20ee2-b31c-4cc8-a3f7-9492ca8689aa {
  margin-left: auto;
margin-right: auto;
}

#s-a08deb31-bd5e-4e1f-af97-7b3f4112cfc4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-a08deb31-bd5e-4e1f-af97-7b3f4112cfc4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-a08deb31-bd5e-4e1f-af97-7b3f4112cfc4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a08deb31-bd5e-4e1f-af97-7b3f4112cfc4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-405ed5df-ee54-4c9d-a77f-94d59277c9af {
  margin-left: auto;
margin-right: auto;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d-atc-btn-wrapper {
    text-align: center;
  }


#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d-atc-btn-wrapper {
    text-align: center;
  }


#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d-atc-btn-wrapper {
    text-align: center;
  }


#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d-atc-btn-wrapper {
    text-align: center;
  }


#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d-atc-btn-wrapper {
    text-align: center;
  }


#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0bab2505-dfc5-43fc-a934-c3b6e2b9be4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-dfb79ab5-33e7-4210-a8f5-0b0546c876cf {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-dfb79ab5-33e7-4210-a8f5-0b0546c876cf {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfb79ab5-33e7-4210-a8f5-0b0546c876cf {
  padding-top: 0%;
}
}
#s-dfb79ab5-33e7-4210-a8f5-0b0546c876cf .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


@media (min-width: 1200px){#s-dfb79ab5-33e7-4210-a8f5-0b0546c876cf .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dfb79ab5-33e7-4210-a8f5-0b0546c876cf .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 25%;
  padding-right: 25%;
  
  
}


.shg-image-content-margin-container-s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5f7f1ef-4cbc-44e5-9534-96c252c20098.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0633969f-2a64-4407-85c0-7913610f3484 {
  margin-left: auto;
margin-right: auto;
}

#s-0633969f-2a64-4407-85c0-7913610f3484 .shg-proportional-font-size,
#s-0633969f-2a64-4407-85c0-7913610f3484 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ce39ce02-cc1e-4644-bde9-d10a0934ffec {
  margin-left: auto;
margin-right: auto;
}

#s-c4e30699-c942-4aa2-9ef8-4dd125163c46 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c4e30699-c942-4aa2-9ef8-4dd125163c46 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c4e30699-c942-4aa2-9ef8-4dd125163c46 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c4e30699-c942-4aa2-9ef8-4dd125163c46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-c4e30699-c942-4aa2-9ef8-4dd125163c46 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c4e30699-c942-4aa2-9ef8-4dd125163c46 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c4e30699-c942-4aa2-9ef8-4dd125163c46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4e30699-c942-4aa2-9ef8-4dd125163c46 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c4e30699-c942-4aa2-9ef8-4dd125163c46 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c4e30699-c942-4aa2-9ef8-4dd125163c46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-da9ca6ea-e4f7-45de-a66c-4b5c43695a7c {
  margin-left: auto;
margin-right: auto;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f45ebc31-335e-4f29-92c4-eb69667f2b15:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f45ebc31-335e-4f29-92c4-eb69667f2b15:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f45ebc31-335e-4f29-92c4-eb69667f2b15-atc-btn-wrapper {
    text-align: center;
  }


#s-f45ebc31-335e-4f29-92c4-eb69667f2b15 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f45ebc31-335e-4f29-92c4-eb69667f2b15-atc-btn-wrapper {
    text-align: center;
  }


#s-f45ebc31-335e-4f29-92c4-eb69667f2b15 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f45ebc31-335e-4f29-92c4-eb69667f2b15-atc-btn-wrapper {
    text-align: center;
  }


#s-f45ebc31-335e-4f29-92c4-eb69667f2b15 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f45ebc31-335e-4f29-92c4-eb69667f2b15-atc-btn-wrapper {
    text-align: center;
  }


#s-f45ebc31-335e-4f29-92c4-eb69667f2b15 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f45ebc31-335e-4f29-92c4-eb69667f2b15-atc-btn-wrapper {
    text-align: center;
  }


#s-f45ebc31-335e-4f29-92c4-eb69667f2b15 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f45ebc31-335e-4f29-92c4-eb69667f2b15.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4393e524-4908-4686-a223-1bb20bba1007 {
  margin-left: auto;
margin-right: auto;
padding-top: 8%;
padding-bottom: 0px;
text-align: center;
}

#s-4393e524-4908-4686-a223-1bb20bba1007 .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-69029277-27ea-40fd-98c0-a5eb8f855324 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (min-width: 1200px){#s-69029277-27ea-40fd-98c0-a5eb8f855324 {
  padding-top: 2%;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69029277-27ea-40fd-98c0-a5eb8f855324 {
  padding-top: 2%;
}
}
@media (min-width: 0px) {
[id="s-69029277-27ea-40fd-98c0-a5eb8f855324"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69029277-27ea-40fd-98c0-a5eb8f855324"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69029277-27ea-40fd-98c0-a5eb8f855324"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69029277-27ea-40fd-98c0-a5eb8f855324"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3fbaeb66-49a5-462d-8eec-b75abb64abed {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-3fbaeb66-49a5-462d-8eec-b75abb64abed {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fbaeb66-49a5-462d-8eec-b75abb64abed {
  padding-top: 0%;
}
}
#s-3fbaeb66-49a5-462d-8eec-b75abb64abed .shogun-heading-component h4 {
  color: rgba(65, 64, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3fbaeb66-49a5-462d-8eec-b75abb64abed .shogun-heading-component h4 {
  color: rgba(65, 64, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  padding-bottom: 0%;
}


.shg-image-content-margin-container-s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dfbb9b33-3f12-4396-a55e-f09a7d030845 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dfbb9b33-3f12-4396-a55e-f09a7d030845 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dfbb9b33-3f12-4396-a55e-f09a7d030845 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dfbb9b33-3f12-4396-a55e-f09a7d030845 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-dfbb9b33-3f12-4396-a55e-f09a7d030845 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-dfbb9b33-3f12-4396-a55e-f09a7d030845 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfbb9b33-3f12-4396-a55e-f09a7d030845.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d22cb079-6ad5-4e62-b691-bd66962bb97d {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
}

#s-d22cb079-6ad5-4e62-b691-bd66962bb97d .shg-proportional-font-size,
#s-d22cb079-6ad5-4e62-b691-bd66962bb97d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-98cee650-1d0a-4015-90f4-b401f55c240c {
  margin-left: auto;
margin-right: auto;
}

#s-51be2da0-feee-4d2c-a9a9-9cd70d1979a0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-51be2da0-feee-4d2c-a9a9-9cd70d1979a0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-51be2da0-feee-4d2c-a9a9-9cd70d1979a0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-51be2da0-feee-4d2c-a9a9-9cd70d1979a0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fcfc22ec-803a-4606-93a7-e386be2b1e2a {
  margin-left: auto;
margin-right: auto;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007-atc-btn-wrapper {
    text-align: center;
  }


#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007-atc-btn-wrapper {
    text-align: center;
  }


#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007-atc-btn-wrapper {
    text-align: center;
  }


#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007-atc-btn-wrapper {
    text-align: center;
  }


#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007-atc-btn-wrapper {
    text-align: center;
  }


#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e56bcd8-ccbc-47ae-b89f-cba4b87af007.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-dcfd123e-0622-4147-9423-0d4033652236 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-dcfd123e-0622-4147-9423-0d4033652236 {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcfd123e-0622-4147-9423-0d4033652236 {
  padding-top: 0%;
}
}
#s-dcfd123e-0622-4147-9423-0d4033652236 .shogun-heading-component h4 {
  color: rgba(65, 64, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-dcfd123e-0622-4147-9423-0d4033652236 .shogun-heading-component h4 {
  color: rgba(65, 64, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4856023d-fe59-4ed0-968d-75f07540cf6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4856023d-fe59-4ed0-968d-75f07540cf6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4856023d-fe59-4ed0-968d-75f07540cf6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4856023d-fe59-4ed0-968d-75f07540cf6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4856023d-fe59-4ed0-968d-75f07540cf6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4856023d-fe59-4ed0-968d-75f07540cf6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4856023d-fe59-4ed0-968d-75f07540cf6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4856023d-fe59-4ed0-968d-75f07540cf6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4856023d-fe59-4ed0-968d-75f07540cf6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4856023d-fe59-4ed0-968d-75f07540cf6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4856023d-fe59-4ed0-968d-75f07540cf6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4856023d-fe59-4ed0-968d-75f07540cf6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4856023d-fe59-4ed0-968d-75f07540cf6b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4856023d-fe59-4ed0-968d-75f07540cf6b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4856023d-fe59-4ed0-968d-75f07540cf6b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4856023d-fe59-4ed0-968d-75f07540cf6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4856023d-fe59-4ed0-968d-75f07540cf6b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-592baab7-3591-4d31-b8cc-0c676dbaef9a {
  margin-left: auto;
margin-right: auto;
}

#s-592baab7-3591-4d31-b8cc-0c676dbaef9a .shg-proportional-font-size,
#s-592baab7-3591-4d31-b8cc-0c676dbaef9a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-904e4ab6-a769-404f-b453-e18a45754eac {
  margin-left: auto;
margin-right: auto;
}

#s-02450424-9cde-4733-93b8-28167a52e437 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-02450424-9cde-4733-93b8-28167a52e437 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-02450424-9cde-4733-93b8-28167a52e437 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-02450424-9cde-4733-93b8-28167a52e437 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-94588781-adac-4b27-bf8f-00442dfbd260 {
  margin-left: auto;
margin-right: auto;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3-atc-btn-wrapper {
    text-align: center;
  }


#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3-atc-btn-wrapper {
    text-align: center;
  }


#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3-atc-btn-wrapper {
    text-align: center;
  }


#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3-atc-btn-wrapper {
    text-align: center;
  }


#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3-atc-btn-wrapper {
    text-align: center;
  }


#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d3bbb987-4e1f-4b7c-a633-8e4f1842aee3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-220fc843-b27d-4839-8274-614c5049aaeb {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-220fc843-b27d-4839-8274-614c5049aaeb {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-220fc843-b27d-4839-8274-614c5049aaeb {
  padding-top: 0%;
}
}
#s-220fc843-b27d-4839-8274-614c5049aaeb .shogun-heading-component h4 {
  color: rgba(65, 64, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-220fc843-b27d-4839-8274-614c5049aaeb .shogun-heading-component h4 {
  color: rgba(65, 64, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3bc681bf-41fe-4801-9c07-f59154e05c6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3bc681bf-41fe-4801-9c07-f59154e05c6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3bc681bf-41fe-4801-9c07-f59154e05c6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3bc681bf-41fe-4801-9c07-f59154e05c6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3bc681bf-41fe-4801-9c07-f59154e05c6f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3bc681bf-41fe-4801-9c07-f59154e05c6f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bc681bf-41fe-4801-9c07-f59154e05c6f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cfaa7a49-12f2-4b26-971d-fc2bca64454a {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
}

#s-cfaa7a49-12f2-4b26-971d-fc2bca64454a .shg-proportional-font-size,
#s-cfaa7a49-12f2-4b26-971d-fc2bca64454a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5d8dc883-85c6-4264-8beb-a7210f7f6e1d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d8dc883-85c6-4264-8beb-a7210f7f6e1d {
  
}
}
#s-22245829-af64-4ba6-9ed8-79d98c70605c {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-22245829-af64-4ba6-9ed8-79d98c70605c .shg-product-sold-out {
  display: none;
  color: rgba(221, 24, 24, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-22245829-af64-4ba6-9ed8-79d98c70605c .shg-product-price {
  color: rgba(221, 24, 24, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-22245829-af64-4ba6-9ed8-79d98c70605c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-22245829-af64-4ba6-9ed8-79d98c70605c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-22245829-af64-4ba6-9ed8-79d98c70605c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-22245829-af64-4ba6-9ed8-79d98c70605c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22245829-af64-4ba6-9ed8-79d98c70605c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-22245829-af64-4ba6-9ed8-79d98c70605c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-22245829-af64-4ba6-9ed8-79d98c70605c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-22245829-af64-4ba6-9ed8-79d98c70605c .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-22245829-af64-4ba6-9ed8-79d98c70605c .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-22245829-af64-4ba6-9ed8-79d98c70605c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-28c7e856-4a45-4a5b-ac9a-1c5cd9b5b844 {
  margin-left: auto;
margin-right: auto;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b91e4877-1790-465b-99e3-4d4e4f513b4c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b91e4877-1790-465b-99e3-4d4e4f513b4c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b91e4877-1790-465b-99e3-4d4e4f513b4c-atc-btn-wrapper {
    text-align: center;
  }


#s-b91e4877-1790-465b-99e3-4d4e4f513b4c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b91e4877-1790-465b-99e3-4d4e4f513b4c-atc-btn-wrapper {
    text-align: center;
  }


#s-b91e4877-1790-465b-99e3-4d4e4f513b4c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b91e4877-1790-465b-99e3-4d4e4f513b4c-atc-btn-wrapper {
    text-align: center;
  }


#s-b91e4877-1790-465b-99e3-4d4e4f513b4c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b91e4877-1790-465b-99e3-4d4e4f513b4c-atc-btn-wrapper {
    text-align: center;
  }


#s-b91e4877-1790-465b-99e3-4d4e4f513b4c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b91e4877-1790-465b-99e3-4d4e4f513b4c-atc-btn-wrapper {
    text-align: center;
  }


#s-b91e4877-1790-465b-99e3-4d4e4f513b4c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b91e4877-1790-465b-99e3-4d4e4f513b4c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-49217024-ecff-4b36-9b44-b4490bd6cc8f {
  margin-left: auto;
margin-right: auto;
padding-top: 8%;
padding-bottom: 0px;
text-align: center;
}

#s-49217024-ecff-4b36-9b44-b4490bd6cc8f .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-12e43f42-5712-4639-b74d-8bf2d684acc6 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (min-width: 1200px){#s-12e43f42-5712-4639-b74d-8bf2d684acc6 {
  padding-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12e43f42-5712-4639-b74d-8bf2d684acc6 {
  padding-top: 2%;
}
}
@media (min-width: 0px) {
[id="s-12e43f42-5712-4639-b74d-8bf2d684acc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12e43f42-5712-4639-b74d-8bf2d684acc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-12e43f42-5712-4639-b74d-8bf2d684acc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-12e43f42-5712-4639-b74d-8bf2d684acc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6a13eb73-7fe2-42ca-a1b1-c5e463820a34 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-6a13eb73-7fe2-42ca-a1b1-c5e463820a34 {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a13eb73-7fe2-42ca-a1b1-c5e463820a34 {
  padding-top: 0%;
}
}
#s-6a13eb73-7fe2-42ca-a1b1-c5e463820a34 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6a13eb73-7fe2-42ca-a1b1-c5e463820a34 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0ec6ba5-0f2b-42a9-9b32-7b2ab093ad46.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3f14abc7-ff9f-4cbd-9e8c-e362da8a312a {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
}

#s-3f14abc7-ff9f-4cbd-9e8c-e362da8a312a .shg-proportional-font-size,
#s-3f14abc7-ff9f-4cbd-9e8c-e362da8a312a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c43515a6-9969-4f98-9813-869766601055 {
  margin-left: auto;
margin-right: auto;
}

#s-0a0de107-addf-452d-84de-74740da64d1e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-0a0de107-addf-452d-84de-74740da64d1e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-0a0de107-addf-452d-84de-74740da64d1e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-0a0de107-addf-452d-84de-74740da64d1e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8058849d-262a-4139-a18a-cb1a7eb129b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8058849d-262a-4139-a18a-cb1a7eb129b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8058849d-262a-4139-a18a-cb1a7eb129b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8058849d-262a-4139-a18a-cb1a7eb129b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8058849d-262a-4139-a18a-cb1a7eb129b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8058849d-262a-4139-a18a-cb1a7eb129b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8058849d-262a-4139-a18a-cb1a7eb129b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8058849d-262a-4139-a18a-cb1a7eb129b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8058849d-262a-4139-a18a-cb1a7eb129b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8058849d-262a-4139-a18a-cb1a7eb129b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8058849d-262a-4139-a18a-cb1a7eb129b3-atc-btn-wrapper {
    text-align: center;
  }


#s-8058849d-262a-4139-a18a-cb1a7eb129b3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8058849d-262a-4139-a18a-cb1a7eb129b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-5d74c33c-64ed-4518-820f-f54818ebd2a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-5d74c33c-64ed-4518-820f-f54818ebd2a0 {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d74c33c-64ed-4518-820f-f54818ebd2a0 {
  padding-top: 0%;
}
}
#s-5d74c33c-64ed-4518-820f-f54818ebd2a0 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5d74c33c-64ed-4518-820f-f54818ebd2a0 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-de6da047-29e9-45af-bb15-041885adebcb {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-de6da047-29e9-45af-bb15-041885adebcb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de6da047-29e9-45af-bb15-041885adebcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de6da047-29e9-45af-bb15-041885adebcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de6da047-29e9-45af-bb15-041885adebcb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-de6da047-29e9-45af-bb15-041885adebcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de6da047-29e9-45af-bb15-041885adebcb img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-de6da047-29e9-45af-bb15-041885adebcb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de6da047-29e9-45af-bb15-041885adebcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de6da047-29e9-45af-bb15-041885adebcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6da047-29e9-45af-bb15-041885adebcb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-de6da047-29e9-45af-bb15-041885adebcb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de6da047-29e9-45af-bb15-041885adebcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de6da047-29e9-45af-bb15-041885adebcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de6da047-29e9-45af-bb15-041885adebcb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de6da047-29e9-45af-bb15-041885adebcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de6da047-29e9-45af-bb15-041885adebcb img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-de6da047-29e9-45af-bb15-041885adebcb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de6da047-29e9-45af-bb15-041885adebcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de6da047-29e9-45af-bb15-041885adebcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6da047-29e9-45af-bb15-041885adebcb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-de6da047-29e9-45af-bb15-041885adebcb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de6da047-29e9-45af-bb15-041885adebcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de6da047-29e9-45af-bb15-041885adebcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de6da047-29e9-45af-bb15-041885adebcb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de6da047-29e9-45af-bb15-041885adebcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de6da047-29e9-45af-bb15-041885adebcb img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-de6da047-29e9-45af-bb15-041885adebcb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de6da047-29e9-45af-bb15-041885adebcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de6da047-29e9-45af-bb15-041885adebcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6da047-29e9-45af-bb15-041885adebcb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-de6da047-29e9-45af-bb15-041885adebcb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de6da047-29e9-45af-bb15-041885adebcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de6da047-29e9-45af-bb15-041885adebcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de6da047-29e9-45af-bb15-041885adebcb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de6da047-29e9-45af-bb15-041885adebcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de6da047-29e9-45af-bb15-041885adebcb img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-de6da047-29e9-45af-bb15-041885adebcb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de6da047-29e9-45af-bb15-041885adebcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de6da047-29e9-45af-bb15-041885adebcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6da047-29e9-45af-bb15-041885adebcb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-de6da047-29e9-45af-bb15-041885adebcb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-de6da047-29e9-45af-bb15-041885adebcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-de6da047-29e9-45af-bb15-041885adebcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-de6da047-29e9-45af-bb15-041885adebcb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-de6da047-29e9-45af-bb15-041885adebcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-de6da047-29e9-45af-bb15-041885adebcb img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-de6da047-29e9-45af-bb15-041885adebcb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-de6da047-29e9-45af-bb15-041885adebcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de6da047-29e9-45af-bb15-041885adebcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de6da047-29e9-45af-bb15-041885adebcb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5d4b8e59-ef73-46b1-86ee-54ab8a35eebb {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
}

#s-5d4b8e59-ef73-46b1-86ee-54ab8a35eebb .shg-proportional-font-size,
#s-5d4b8e59-ef73-46b1-86ee-54ab8a35eebb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3a58e257-569a-4ef7-b5fc-7702a928e5df {
  margin-left: auto;
margin-right: auto;
}

#s-3ae9168b-7d0a-4e04-850e-c8ce96826b54 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3ae9168b-7d0a-4e04-850e-c8ce96826b54 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-3ae9168b-7d0a-4e04-850e-c8ce96826b54 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3ae9168b-7d0a-4e04-850e-c8ce96826b54 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f82d8837-6632-46b4-81de-a5f28b122a2a {
  margin-left: auto;
margin-right: auto;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f-atc-btn-wrapper {
    text-align: center;
  }


#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f-atc-btn-wrapper {
    text-align: center;
  }


#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f-atc-btn-wrapper {
    text-align: center;
  }


#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f-atc-btn-wrapper {
    text-align: center;
  }


#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f-atc-btn-wrapper {
    text-align: center;
  }


#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dcaf38ca-8fa9-4552-b55c-f3d82fed759f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b4d8d7fe-dd42-41d3-b045-c8b683987cff {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b4d8d7fe-dd42-41d3-b045-c8b683987cff {
  padding-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4d8d7fe-dd42-41d3-b045-c8b683987cff {
  padding-top: 0px;
}
}
#s-b4d8d7fe-dd42-41d3-b045-c8b683987cff .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b4d8d7fe-dd42-41d3-b045-c8b683987cff .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-70661aeb-9361-4135-a606-c6593d17cb07 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70661aeb-9361-4135-a606-c6593d17cb07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70661aeb-9361-4135-a606-c6593d17cb07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-70661aeb-9361-4135-a606-c6593d17cb07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-70661aeb-9361-4135-a606-c6593d17cb07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70661aeb-9361-4135-a606-c6593d17cb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70661aeb-9361-4135-a606-c6593d17cb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-70661aeb-9361-4135-a606-c6593d17cb07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70661aeb-9361-4135-a606-c6593d17cb07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70661aeb-9361-4135-a606-c6593d17cb07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-70661aeb-9361-4135-a606-c6593d17cb07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-70661aeb-9361-4135-a606-c6593d17cb07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70661aeb-9361-4135-a606-c6593d17cb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70661aeb-9361-4135-a606-c6593d17cb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-70661aeb-9361-4135-a606-c6593d17cb07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70661aeb-9361-4135-a606-c6593d17cb07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70661aeb-9361-4135-a606-c6593d17cb07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-70661aeb-9361-4135-a606-c6593d17cb07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-70661aeb-9361-4135-a606-c6593d17cb07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70661aeb-9361-4135-a606-c6593d17cb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70661aeb-9361-4135-a606-c6593d17cb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-70661aeb-9361-4135-a606-c6593d17cb07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70661aeb-9361-4135-a606-c6593d17cb07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70661aeb-9361-4135-a606-c6593d17cb07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-70661aeb-9361-4135-a606-c6593d17cb07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-70661aeb-9361-4135-a606-c6593d17cb07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70661aeb-9361-4135-a606-c6593d17cb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70661aeb-9361-4135-a606-c6593d17cb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-70661aeb-9361-4135-a606-c6593d17cb07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70661aeb-9361-4135-a606-c6593d17cb07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-70661aeb-9361-4135-a606-c6593d17cb07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-70661aeb-9361-4135-a606-c6593d17cb07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-70661aeb-9361-4135-a606-c6593d17cb07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-70661aeb-9361-4135-a606-c6593d17cb07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70661aeb-9361-4135-a606-c6593d17cb07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70661aeb-9361-4135-a606-c6593d17cb07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-71df130b-a587-48f6-8db8-93834f8ded2c {
  margin-left: auto;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
}

#s-71df130b-a587-48f6-8db8-93834f8ded2c .shg-proportional-font-size,
#s-71df130b-a587-48f6-8db8-93834f8ded2c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f92b3911-a4ce-4fd8-aee3-adefdcc78c5f {
  margin-left: auto;
margin-right: auto;
}

#s-84f3c0a1-34b4-4401-b1ed-67a601ce78cd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-84f3c0a1-34b4-4401-b1ed-67a601ce78cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-84f3c0a1-34b4-4401-b1ed-67a601ce78cd .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-84f3c0a1-34b4-4401-b1ed-67a601ce78cd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-69e56fa2-7536-4608-8ca8-06435c6058df {
  margin-left: auto;
margin-right: auto;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b3c9dfb-6b08-46c0-b755-3497959aee8f-atc-btn-wrapper {
    text-align: center;
  }


#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-4b3c9dfb-6b08-46c0-b755-3497959aee8f-atc-btn-wrapper {
    text-align: center;
  }


#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b3c9dfb-6b08-46c0-b755-3497959aee8f-atc-btn-wrapper {
    text-align: center;
  }


#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-4b3c9dfb-6b08-46c0-b755-3497959aee8f-atc-btn-wrapper {
    text-align: center;
  }


#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-4b3c9dfb-6b08-46c0-b755-3497959aee8f-atc-btn-wrapper {
    text-align: center;
  }


#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b3c9dfb-6b08-46c0-b755-3497959aee8f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-184e6acb-b436-4c56-9722-f93346fd38a9 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-184e6acb-b436-4c56-9722-f93346fd38a9 {
  padding-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-184e6acb-b436-4c56-9722-f93346fd38a9 {
  padding-top: 2%;
}
}
@media (min-width: 0px) {
[id="s-184e6acb-b436-4c56-9722-f93346fd38a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-184e6acb-b436-4c56-9722-f93346fd38a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-184e6acb-b436-4c56-9722-f93346fd38a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-184e6acb-b436-4c56-9722-f93346fd38a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8aa194d3-9c5d-42e7-83dd-ccfe33b0b185 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-8aa194d3-9c5d-42e7-83dd-ccfe33b0b185 {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8aa194d3-9c5d-42e7-83dd-ccfe33b0b185 {
  padding-top: 0%;
}
}
#s-8aa194d3-9c5d-42e7-83dd-ccfe33b0b185 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8aa194d3-9c5d-42e7-83dd-ccfe33b0b185 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5af92e0-0f4e-4e33-aa9e-099b901f6aab.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a66b37ff-14ad-4dbd-82e1-bbb541ef8e38 {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
}

#s-a66b37ff-14ad-4dbd-82e1-bbb541ef8e38 .shg-proportional-font-size,
#s-a66b37ff-14ad-4dbd-82e1-bbb541ef8e38 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-952a3b86-6a55-43d8-9194-12956e06a905 {
  margin-left: auto;
margin-right: auto;
}

#s-470271d7-abe0-4708-bfe7-3d0f5a06e5d2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-470271d7-abe0-4708-bfe7-3d0f5a06e5d2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-470271d7-abe0-4708-bfe7-3d0f5a06e5d2 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-470271d7-abe0-4708-bfe7-3d0f5a06e5d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d22303aa-cc18-4054-9305-4f126413194e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d22303aa-cc18-4054-9305-4f126413194e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d22303aa-cc18-4054-9305-4f126413194e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d22303aa-cc18-4054-9305-4f126413194e-atc-btn-wrapper {
    text-align: center;
  }


#s-d22303aa-cc18-4054-9305-4f126413194e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d22303aa-cc18-4054-9305-4f126413194e-atc-btn-wrapper {
    text-align: center;
  }


#s-d22303aa-cc18-4054-9305-4f126413194e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d22303aa-cc18-4054-9305-4f126413194e-atc-btn-wrapper {
    text-align: center;
  }


#s-d22303aa-cc18-4054-9305-4f126413194e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d22303aa-cc18-4054-9305-4f126413194e-atc-btn-wrapper {
    text-align: center;
  }


#s-d22303aa-cc18-4054-9305-4f126413194e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d22303aa-cc18-4054-9305-4f126413194e-atc-btn-wrapper {
    text-align: center;
  }


#s-d22303aa-cc18-4054-9305-4f126413194e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d22303aa-cc18-4054-9305-4f126413194e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f4993bb3-6e5e-4337-8ca5-4a508ad2dec6 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f4993bb3-6e5e-4337-8ca5-4a508ad2dec6 {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4993bb3-6e5e-4337-8ca5-4a508ad2dec6 {
  padding-top: 0%;
}
}
#s-f4993bb3-6e5e-4337-8ca5-4a508ad2dec6 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f4993bb3-6e5e-4337-8ca5-4a508ad2dec6 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1909ef9-10ca-4e78-a2d1-642e38a4acfc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-54a2d0b7-6803-4ba8-8548-cb184da5206e {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
}

#s-54a2d0b7-6803-4ba8-8548-cb184da5206e .shg-proportional-font-size,
#s-54a2d0b7-6803-4ba8-8548-cb184da5206e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c165c0b0-9900-4916-9357-0b9d8901dd64 {
  margin-left: auto;
margin-right: auto;
}

#s-07e1ccc3-e8fb-480f-b700-dd549895dd9b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-07e1ccc3-e8fb-480f-b700-dd549895dd9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-07e1ccc3-e8fb-480f-b700-dd549895dd9b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-07e1ccc3-e8fb-480f-b700-dd549895dd9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f69509db-03db-4d0b-ad97-0db2b0d588e9 {
  margin-left: auto;
margin-right: auto;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57ad30b0-5bf3-4fa9-a81f-863d056fc187-atc-btn-wrapper {
    text-align: center;
  }


#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-57ad30b0-5bf3-4fa9-a81f-863d056fc187-atc-btn-wrapper {
    text-align: center;
  }


#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-57ad30b0-5bf3-4fa9-a81f-863d056fc187-atc-btn-wrapper {
    text-align: center;
  }


#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-57ad30b0-5bf3-4fa9-a81f-863d056fc187-atc-btn-wrapper {
    text-align: center;
  }


#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-57ad30b0-5bf3-4fa9-a81f-863d056fc187-atc-btn-wrapper {
    text-align: center;
  }


#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57ad30b0-5bf3-4fa9-a81f-863d056fc187.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-996ee021-5911-41a5-ac84-1d605a0b9b7e {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-996ee021-5911-41a5-ac84-1d605a0b9b7e {
  margin-top: 0%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
max-width: 76%;
display: none;
}
#s-996ee021-5911-41a5-ac84-1d605a0b9b7e, #wrap-s-996ee021-5911-41a5-ac84-1d605a0b9b7e, #wrap-content-s-996ee021-5911-41a5-ac84-1d605a0b9b7e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-996ee021-5911-41a5-ac84-1d605a0b9b7e {
  margin-top: 0%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 8%;
max-width: 84%;
display: none;
}
#s-996ee021-5911-41a5-ac84-1d605a0b9b7e, #wrap-s-996ee021-5911-41a5-ac84-1d605a0b9b7e, #wrap-content-s-996ee021-5911-41a5-ac84-1d605a0b9b7e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-996ee021-5911-41a5-ac84-1d605a0b9b7e {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 4%;
max-width: 92%;
display: none;
}
#s-996ee021-5911-41a5-ac84-1d605a0b9b7e, #wrap-s-996ee021-5911-41a5-ac84-1d605a0b9b7e, #wrap-content-s-996ee021-5911-41a5-ac84-1d605a0b9b7e { display: none !important; }}@media (max-width: 767px){#s-996ee021-5911-41a5-ac84-1d605a0b9b7e {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
max-width: 96%;
}
}







#s-996ee021-5911-41a5-ac84-1d605a0b9b7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-996ee021-5911-41a5-ac84-1d605a0b9b7e.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-996ee021-5911-41a5-ac84-1d605a0b9b7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-996ee021-5911-41a5-ac84-1d605a0b9b7e.shg-box.shg-c {
  justify-content: center;
}
}
#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
text-align: center;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cc75b235-8628-43fa-ab0b-707ce90eddd9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cc75b235-8628-43fa-ab0b-707ce90eddd9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cc75b235-8628-43fa-ab0b-707ce90eddd9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cc75b235-8628-43fa-ab0b-707ce90eddd9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cc75b235-8628-43fa-ab0b-707ce90eddd9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3840px;

      
    max-width: 3840px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cc75b235-8628-43fa-ab0b-707ce90eddd9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc75b235-8628-43fa-ab0b-707ce90eddd9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-423e91cb-774f-4229-9982-089d8fa086b5 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-423e91cb-774f-4229-9982-089d8fa086b5 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}
}
#s-423e91cb-774f-4229-9982-089d8fa086b5 .shg-proportional-font-size,
#s-423e91cb-774f-4229-9982-089d8fa086b5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-97445780-6b81-4c4d-9855-81e72383125c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-97445780-6b81-4c4d-9855-81e72383125c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97445780-6b81-4c4d-9855-81e72383125c.shg-box.shg-c {
  justify-content: center;
}

#s-e811582d-e681-4ac3-a283-2269f03ec7a9 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e811582d-e681-4ac3-a283-2269f03ec7a9 {
  padding-top: 2px;
}
}
#s-e811582d-e681-4ac3-a283-2269f03ec7a9 .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-55b8b12b-ea12-4448-a816-9fb6d45bd52f {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
}
@media (min-width: 1200px){#s-55b8b12b-ea12-4448-a816-9fb6d45bd52f {
  padding-top: 2%;
padding-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55b8b12b-ea12-4448-a816-9fb6d45bd52f {
  padding-top: 2%;
}
}
@media (min-width: 0px) {
[id="s-55b8b12b-ea12-4448-a816-9fb6d45bd52f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-55b8b12b-ea12-4448-a816-9fb6d45bd52f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55b8b12b-ea12-4448-a816-9fb6d45bd52f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55b8b12b-ea12-4448-a816-9fb6d45bd52f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c611322a-319d-4b2a-9591-b8b2b539f027 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c611322a-319d-4b2a-9591-b8b2b539f027 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c611322a-319d-4b2a-9591-b8b2b539f027 {
  padding-top: 0%;
}
}
#s-c611322a-319d-4b2a-9591-b8b2b539f027 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


@media (min-width: 1200px){#s-c611322a-319d-4b2a-9591-b8b2b539f027 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-c611322a-319d-4b2a-9591-b8b2b539f027 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 25%;
  padding-right: 25%;
  
  
}


.shg-image-content-margin-container-s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28cfb745-53e3-4616-8afb-c03a2b0d4fbf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-014958d7-a8be-4e30-952a-ef669ec6260b {
  margin-left: auto;
margin-right: auto;
}

#s-014958d7-a8be-4e30-952a-ef669ec6260b .shg-proportional-font-size,
#s-014958d7-a8be-4e30-952a-ef669ec6260b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-39c2c03f-d705-40e2-8a82-4be400205349 {
  margin-left: auto;
margin-right: auto;
}

#s-62d5ec4b-5382-4c05-813a-2e33b2d43bb5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-62d5ec4b-5382-4c05-813a-2e33b2d43bb5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-62d5ec4b-5382-4c05-813a-2e33b2d43bb5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-62d5ec4b-5382-4c05-813a-2e33b2d43bb5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-015b4248-05de-4cdb-9426-d44c89f0282e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-015b4248-05de-4cdb-9426-d44c89f0282e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-015b4248-05de-4cdb-9426-d44c89f0282e-atc-btn-wrapper {
    text-align: center;
  }


#s-015b4248-05de-4cdb-9426-d44c89f0282e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-015b4248-05de-4cdb-9426-d44c89f0282e-atc-btn-wrapper {
    text-align: center;
  }


#s-015b4248-05de-4cdb-9426-d44c89f0282e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-015b4248-05de-4cdb-9426-d44c89f0282e-atc-btn-wrapper {
    text-align: center;
  }


#s-015b4248-05de-4cdb-9426-d44c89f0282e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-015b4248-05de-4cdb-9426-d44c89f0282e-atc-btn-wrapper {
    text-align: center;
  }


#s-015b4248-05de-4cdb-9426-d44c89f0282e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-015b4248-05de-4cdb-9426-d44c89f0282e-atc-btn-wrapper {
    text-align: center;
  }


#s-015b4248-05de-4cdb-9426-d44c89f0282e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-015b4248-05de-4cdb-9426-d44c89f0282e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b4d6e33c-040b-412c-8f90-298809f0d6e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b4d6e33c-040b-412c-8f90-298809f0d6e0 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4d6e33c-040b-412c-8f90-298809f0d6e0 {
  padding-top: 0%;
}
}
#s-b4d6e33c-040b-412c-8f90-298809f0d6e0 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


@media (min-width: 1200px){#s-b4d6e33c-040b-412c-8f90-298809f0d6e0 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-b4d6e33c-040b-412c-8f90-298809f0d6e0 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5cd0047b-0ac5-465c-a273-a5539544bd02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5cd0047b-0ac5-465c-a273-a5539544bd02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd0047b-0ac5-465c-a273-a5539544bd02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 25%;
  padding-right: 25%;
  
  
}


.shg-image-content-margin-container-s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5cd0047b-0ac5-465c-a273-a5539544bd02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5cd0047b-0ac5-465c-a273-a5539544bd02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd0047b-0ac5-465c-a273-a5539544bd02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5cd0047b-0ac5-465c-a273-a5539544bd02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5cd0047b-0ac5-465c-a273-a5539544bd02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd0047b-0ac5-465c-a273-a5539544bd02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5cd0047b-0ac5-465c-a273-a5539544bd02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5cd0047b-0ac5-465c-a273-a5539544bd02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd0047b-0ac5-465c-a273-a5539544bd02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5cd0047b-0ac5-465c-a273-a5539544bd02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5cd0047b-0ac5-465c-a273-a5539544bd02 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5cd0047b-0ac5-465c-a273-a5539544bd02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cd0047b-0ac5-465c-a273-a5539544bd02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cd0047b-0ac5-465c-a273-a5539544bd02.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-550c1cd8-2332-4ca8-bf6f-3ec1bd789135 {
  margin-left: auto;
margin-right: auto;
}

#s-550c1cd8-2332-4ca8-bf6f-3ec1bd789135 .shg-proportional-font-size,
#s-550c1cd8-2332-4ca8-bf6f-3ec1bd789135 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6f7f72cb-8243-483a-a77e-f9ccbec151dc {
  margin-left: auto;
margin-right: auto;
}

#s-08992708-15f9-43be-a6ca-7de9b4fcbfaa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-08992708-15f9-43be-a6ca-7de9b4fcbfaa .shg-product-sold-out {
  display: none;
  color: rgba(220, 22, 22, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-08992708-15f9-43be-a6ca-7de9b4fcbfaa .shg-product-price {
  color: rgba(220, 22, 22, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-08992708-15f9-43be-a6ca-7de9b4fcbfaa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-08992708-15f9-43be-a6ca-7de9b4fcbfaa .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-08992708-15f9-43be-a6ca-7de9b4fcbfaa .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-08992708-15f9-43be-a6ca-7de9b4fcbfaa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-df5539bb-25ab-4d04-aba7-13fd74d7c600 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-df5539bb-25ab-4d04-aba7-13fd74d7c600:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df5539bb-25ab-4d04-aba7-13fd74d7c600:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df5539bb-25ab-4d04-aba7-13fd74d7c600-atc-btn-wrapper {
    text-align: center;
  }


#s-df5539bb-25ab-4d04-aba7-13fd74d7c600 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-df5539bb-25ab-4d04-aba7-13fd74d7c600-atc-btn-wrapper {
    text-align: center;
  }


#s-df5539bb-25ab-4d04-aba7-13fd74d7c600 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-df5539bb-25ab-4d04-aba7-13fd74d7c600-atc-btn-wrapper {
    text-align: center;
  }


#s-df5539bb-25ab-4d04-aba7-13fd74d7c600 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-df5539bb-25ab-4d04-aba7-13fd74d7c600-atc-btn-wrapper {
    text-align: center;
  }


#s-df5539bb-25ab-4d04-aba7-13fd74d7c600 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-df5539bb-25ab-4d04-aba7-13fd74d7c600-atc-btn-wrapper {
    text-align: center;
  }


#s-df5539bb-25ab-4d04-aba7-13fd74d7c600 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-df5539bb-25ab-4d04-aba7-13fd74d7c600.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-45a1effd-8d58-4d3b-9a6a-cb54d028d0ee {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
}
@media (min-width: 1200px){#s-45a1effd-8d58-4d3b-9a6a-cb54d028d0ee {
  padding-top: 2%;
padding-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45a1effd-8d58-4d3b-9a6a-cb54d028d0ee {
  padding-top: 2%;
}
}
@media (min-width: 0px) {
[id="s-45a1effd-8d58-4d3b-9a6a-cb54d028d0ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-45a1effd-8d58-4d3b-9a6a-cb54d028d0ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45a1effd-8d58-4d3b-9a6a-cb54d028d0ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45a1effd-8d58-4d3b-9a6a-cb54d028d0ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-94c9d5c6-63fd-477d-b14e-c45d0a611d8f {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-94c9d5c6-63fd-477d-b14e-c45d0a611d8f {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94c9d5c6-63fd-477d-b14e-c45d0a611d8f {
  padding-top: 0%;
}
}
#s-94c9d5c6-63fd-477d-b14e-c45d0a611d8f .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


@media (min-width: 1200px){#s-94c9d5c6-63fd-477d-b14e-c45d0a611d8f .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-94c9d5c6-63fd-477d-b14e-c45d0a611d8f .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d31af831-31cb-4c7e-afbd-27d99534daaf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d31af831-31cb-4c7e-afbd-27d99534daaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d31af831-31cb-4c7e-afbd-27d99534daaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 25%;
  padding-right: 25%;
  
  
}


.shg-image-content-margin-container-s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d31af831-31cb-4c7e-afbd-27d99534daaf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d31af831-31cb-4c7e-afbd-27d99534daaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d31af831-31cb-4c7e-afbd-27d99534daaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d31af831-31cb-4c7e-afbd-27d99534daaf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d31af831-31cb-4c7e-afbd-27d99534daaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d31af831-31cb-4c7e-afbd-27d99534daaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d31af831-31cb-4c7e-afbd-27d99534daaf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d31af831-31cb-4c7e-afbd-27d99534daaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d31af831-31cb-4c7e-afbd-27d99534daaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d31af831-31cb-4c7e-afbd-27d99534daaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d31af831-31cb-4c7e-afbd-27d99534daaf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d31af831-31cb-4c7e-afbd-27d99534daaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d31af831-31cb-4c7e-afbd-27d99534daaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d31af831-31cb-4c7e-afbd-27d99534daaf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-46ec6b09-a640-4813-b471-895139671245 {
  margin-left: auto;
margin-right: auto;
}

#s-46ec6b09-a640-4813-b471-895139671245 .shg-proportional-font-size,
#s-46ec6b09-a640-4813-b471-895139671245 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5947fb1c-ff47-4e0f-8278-9de807faea9d {
  margin-left: auto;
margin-right: auto;
}

#s-9eb502c1-5b81-4803-a6fa-de3632a52deb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-9eb502c1-5b81-4803-a6fa-de3632a52deb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-9eb502c1-5b81-4803-a6fa-de3632a52deb .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9eb502c1-5b81-4803-a6fa-de3632a52deb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1133425c-6eb5-496b-aa99-37ea9d052195 {
  margin-left: auto;
margin-right: auto;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd-atc-btn-wrapper {
    text-align: center;
  }


#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd-atc-btn-wrapper {
    text-align: center;
  }


#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd-atc-btn-wrapper {
    text-align: center;
  }


#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd-atc-btn-wrapper {
    text-align: center;
  }


#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd-atc-btn-wrapper {
    text-align: center;
  }


#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a3e6f61b-80cf-45cf-ac72-54a0d4d7ebfd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4efd1ddc-cf93-412f-9c6a-630c1ad97e33 {
  margin-left: auto;
margin-right: auto;
padding-top: 8%;
padding-bottom: 0px;
text-align: center;
}

#s-4efd1ddc-cf93-412f-9c6a-630c1ad97e33 .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-b0ebaef4-cbc0-4d46-8e3b-458b281f233d {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b0ebaef4-cbc0-4d46-8e3b-458b281f233d {
  padding-top: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0ebaef4-cbc0-4d46-8e3b-458b281f233d {
  padding-top: 5%;
}
}
@media (min-width: 0px) {
[id="s-b0ebaef4-cbc0-4d46-8e3b-458b281f233d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b0ebaef4-cbc0-4d46-8e3b-458b281f233d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0ebaef4-cbc0-4d46-8e3b-458b281f233d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0ebaef4-cbc0-4d46-8e3b-458b281f233d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3a2f344e-374e-47c5-b97d-319dca3b4cf0 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-3a2f344e-374e-47c5-b97d-319dca3b4cf0 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a2f344e-374e-47c5-b97d-319dca3b4cf0 {
  padding-top: 0%;
}
}
#s-3a2f344e-374e-47c5-b97d-319dca3b4cf0 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


@media (min-width: 1200px){#s-3a2f344e-374e-47c5-b97d-319dca3b4cf0 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-3a2f344e-374e-47c5-b97d-319dca3b4cf0 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 25%;
  padding-right: 25%;
  
  
}


.shg-image-content-margin-container-s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce73eb1-10f4-4ec6-9442-b5752d32b2db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-78e4eda2-4447-49ce-a4a2-b13432b7704c {
  margin-left: auto;
margin-right: auto;
}

#s-78e4eda2-4447-49ce-a4a2-b13432b7704c .shg-proportional-font-size,
#s-78e4eda2-4447-49ce-a4a2-b13432b7704c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-57afe789-5075-4d88-b388-cccac65819cd {
  margin-left: auto;
margin-right: auto;
}

#s-094fe3bb-3e18-41d4-bc9c-87e4fadcb3de {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-094fe3bb-3e18-41d4-bc9c-87e4fadcb3de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-094fe3bb-3e18-41d4-bc9c-87e4fadcb3de .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-094fe3bb-3e18-41d4-bc9c-87e4fadcb3de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-748ed44c-78a4-4f75-a1a6-c3087a0bf3b6 {
  margin-left: auto;
margin-right: auto;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8e1e91ae-9040-473c-98b0-749c39798828:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e1e91ae-9040-473c-98b0-749c39798828:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8e1e91ae-9040-473c-98b0-749c39798828-atc-btn-wrapper {
    text-align: center;
  }


#s-8e1e91ae-9040-473c-98b0-749c39798828 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8e1e91ae-9040-473c-98b0-749c39798828-atc-btn-wrapper {
    text-align: center;
  }


#s-8e1e91ae-9040-473c-98b0-749c39798828 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e1e91ae-9040-473c-98b0-749c39798828-atc-btn-wrapper {
    text-align: center;
  }


#s-8e1e91ae-9040-473c-98b0-749c39798828 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8e1e91ae-9040-473c-98b0-749c39798828-atc-btn-wrapper {
    text-align: center;
  }


#s-8e1e91ae-9040-473c-98b0-749c39798828 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8e1e91ae-9040-473c-98b0-749c39798828-atc-btn-wrapper {
    text-align: center;
  }


#s-8e1e91ae-9040-473c-98b0-749c39798828 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8e1e91ae-9040-473c-98b0-749c39798828.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ac2c612c-9aff-45c2-bfc3-817c21628904 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ac2c612c-9aff-45c2-bfc3-817c21628904 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac2c612c-9aff-45c2-bfc3-817c21628904 {
  padding-top: 0%;
}
}
#s-ac2c612c-9aff-45c2-bfc3-817c21628904 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


@media (min-width: 1200px){#s-ac2c612c-9aff-45c2-bfc3-817c21628904 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-ac2c612c-9aff-45c2-bfc3-817c21628904 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 25%;
  padding-right: 25%;
  
  
}


.shg-image-content-margin-container-s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e730ed4-ea6d-45d2-a7c5-4f09377b2f79.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7275c58d-939f-4174-8a4b-fce690e7a8bf {
  margin-left: auto;
margin-right: auto;
}

#s-7275c58d-939f-4174-8a4b-fce690e7a8bf .shg-proportional-font-size,
#s-7275c58d-939f-4174-8a4b-fce690e7a8bf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-06031f11-50fa-4e37-bf0d-0114b9a0c6d8 {
  margin-left: auto;
margin-right: auto;
}

#s-32cf5eb2-2c13-4ed0-9fd0-a05fd2eab851 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-32cf5eb2-2c13-4ed0-9fd0-a05fd2eab851 .shg-product-sold-out {
  display: none;
  color: rgba(244, 13, 13, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-32cf5eb2-2c13-4ed0-9fd0-a05fd2eab851 .shg-product-price {
  color: rgba(244, 13, 13, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-32cf5eb2-2c13-4ed0-9fd0-a05fd2eab851 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-32cf5eb2-2c13-4ed0-9fd0-a05fd2eab851 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-32cf5eb2-2c13-4ed0-9fd0-a05fd2eab851 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-32cf5eb2-2c13-4ed0-9fd0-a05fd2eab851 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-10bfe372-3769-4c09-9f1c-ee96431bac28 {
  margin-left: auto;
margin-right: auto;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d177dd22-f4c6-48f0-9a36-c7712784b94d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d177dd22-f4c6-48f0-9a36-c7712784b94d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d177dd22-f4c6-48f0-9a36-c7712784b94d-atc-btn-wrapper {
    text-align: center;
  }


#s-d177dd22-f4c6-48f0-9a36-c7712784b94d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d177dd22-f4c6-48f0-9a36-c7712784b94d-atc-btn-wrapper {
    text-align: center;
  }


#s-d177dd22-f4c6-48f0-9a36-c7712784b94d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d177dd22-f4c6-48f0-9a36-c7712784b94d-atc-btn-wrapper {
    text-align: center;
  }


#s-d177dd22-f4c6-48f0-9a36-c7712784b94d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d177dd22-f4c6-48f0-9a36-c7712784b94d-atc-btn-wrapper {
    text-align: center;
  }


#s-d177dd22-f4c6-48f0-9a36-c7712784b94d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d177dd22-f4c6-48f0-9a36-c7712784b94d-atc-btn-wrapper {
    text-align: center;
  }


#s-d177dd22-f4c6-48f0-9a36-c7712784b94d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d177dd22-f4c6-48f0-9a36-c7712784b94d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7eb5b2b7-558f-4dc0-bbea-115d3c0e3cd6 {
  margin-left: auto;
margin-right: auto;
padding-top: 8%;
padding-bottom: 0px;
text-align: center;
}

#s-7eb5b2b7-558f-4dc0-bbea-115d3c0e3cd6 .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-b927c500-f455-4103-b31f-0d3c5ea92499 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (min-width: 1200px){#s-b927c500-f455-4103-b31f-0d3c5ea92499 {
  padding-top: 2%;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b927c500-f455-4103-b31f-0d3c5ea92499 {
  padding-top: 2%;
}
}
@media (min-width: 0px) {
[id="s-b927c500-f455-4103-b31f-0d3c5ea92499"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b927c500-f455-4103-b31f-0d3c5ea92499"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b927c500-f455-4103-b31f-0d3c5ea92499"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b927c500-f455-4103-b31f-0d3c5ea92499"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-36e09e08-bc6e-4811-9a53-7e74b45b0241 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-36e09e08-bc6e-4811-9a53-7e74b45b0241 {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36e09e08-bc6e-4811-9a53-7e74b45b0241 {
  padding-top: 0%;
}
}
#s-36e09e08-bc6e-4811-9a53-7e74b45b0241 .shogun-heading-component h4 {
  color: rgba(65, 64, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-36e09e08-bc6e-4811-9a53-7e74b45b0241 .shogun-heading-component h4 {
  color: rgba(65, 64, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-97532cff-303d-4483-9995-fde7ee822ba0 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97532cff-303d-4483-9995-fde7ee822ba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97532cff-303d-4483-9995-fde7ee822ba0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  padding-bottom: 0%;
}


.shg-image-content-margin-container-s-97532cff-303d-4483-9995-fde7ee822ba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-97532cff-303d-4483-9995-fde7ee822ba0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97532cff-303d-4483-9995-fde7ee822ba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97532cff-303d-4483-9995-fde7ee822ba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-97532cff-303d-4483-9995-fde7ee822ba0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97532cff-303d-4483-9995-fde7ee822ba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97532cff-303d-4483-9995-fde7ee822ba0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-97532cff-303d-4483-9995-fde7ee822ba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-97532cff-303d-4483-9995-fde7ee822ba0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97532cff-303d-4483-9995-fde7ee822ba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97532cff-303d-4483-9995-fde7ee822ba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-97532cff-303d-4483-9995-fde7ee822ba0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97532cff-303d-4483-9995-fde7ee822ba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97532cff-303d-4483-9995-fde7ee822ba0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-97532cff-303d-4483-9995-fde7ee822ba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-97532cff-303d-4483-9995-fde7ee822ba0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97532cff-303d-4483-9995-fde7ee822ba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97532cff-303d-4483-9995-fde7ee822ba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-97532cff-303d-4483-9995-fde7ee822ba0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97532cff-303d-4483-9995-fde7ee822ba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97532cff-303d-4483-9995-fde7ee822ba0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-97532cff-303d-4483-9995-fde7ee822ba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-97532cff-303d-4483-9995-fde7ee822ba0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97532cff-303d-4483-9995-fde7ee822ba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97532cff-303d-4483-9995-fde7ee822ba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-97532cff-303d-4483-9995-fde7ee822ba0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-97532cff-303d-4483-9995-fde7ee822ba0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-97532cff-303d-4483-9995-fde7ee822ba0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-97532cff-303d-4483-9995-fde7ee822ba0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-97532cff-303d-4483-9995-fde7ee822ba0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-97532cff-303d-4483-9995-fde7ee822ba0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97532cff-303d-4483-9995-fde7ee822ba0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97532cff-303d-4483-9995-fde7ee822ba0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2e771930-1ec8-4c92-a898-1ed861f49586 {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
}

#s-2e771930-1ec8-4c92-a898-1ed861f49586 .shg-proportional-font-size,
#s-2e771930-1ec8-4c92-a898-1ed861f49586 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1e22144f-e6fb-40cb-91ce-a17453c1a88b {
  margin-left: auto;
margin-right: auto;
}

#s-17db74c5-8193-481c-807a-819a2bdbbead {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-17db74c5-8193-481c-807a-819a2bdbbead .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-17db74c5-8193-481c-807a-819a2bdbbead .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-17db74c5-8193-481c-807a-819a2bdbbead .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-29d18eb6-bebc-4600-98e8-025098655f0d {
  margin-left: auto;
margin-right: auto;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cbdf4648-acc8-4985-ad24-4674545c7c8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cbdf4648-acc8-4985-ad24-4674545c7c8a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cbdf4648-acc8-4985-ad24-4674545c7c8a-atc-btn-wrapper {
    text-align: center;
  }


#s-cbdf4648-acc8-4985-ad24-4674545c7c8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-cbdf4648-acc8-4985-ad24-4674545c7c8a-atc-btn-wrapper {
    text-align: center;
  }


#s-cbdf4648-acc8-4985-ad24-4674545c7c8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbdf4648-acc8-4985-ad24-4674545c7c8a-atc-btn-wrapper {
    text-align: center;
  }


#s-cbdf4648-acc8-4985-ad24-4674545c7c8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cbdf4648-acc8-4985-ad24-4674545c7c8a-atc-btn-wrapper {
    text-align: center;
  }


#s-cbdf4648-acc8-4985-ad24-4674545c7c8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-cbdf4648-acc8-4985-ad24-4674545c7c8a-atc-btn-wrapper {
    text-align: center;
  }


#s-cbdf4648-acc8-4985-ad24-4674545c7c8a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cbdf4648-acc8-4985-ad24-4674545c7c8a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-c7fd6992-1096-4588-addc-bd82859f0405 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-c7fd6992-1096-4588-addc-bd82859f0405 {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7fd6992-1096-4588-addc-bd82859f0405 {
  padding-top: 0%;
}
}
#s-c7fd6992-1096-4588-addc-bd82859f0405 .shogun-heading-component h4 {
  color: rgba(65, 64, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-c7fd6992-1096-4588-addc-bd82859f0405 .shogun-heading-component h4 {
  color: rgba(65, 64, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-64736923-2e81-495f-92b9-fb8f16aca043 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64736923-2e81-495f-92b9-fb8f16aca043 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64736923-2e81-495f-92b9-fb8f16aca043 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-64736923-2e81-495f-92b9-fb8f16aca043 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64736923-2e81-495f-92b9-fb8f16aca043 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64736923-2e81-495f-92b9-fb8f16aca043.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64736923-2e81-495f-92b9-fb8f16aca043.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-64736923-2e81-495f-92b9-fb8f16aca043 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64736923-2e81-495f-92b9-fb8f16aca043 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64736923-2e81-495f-92b9-fb8f16aca043 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64736923-2e81-495f-92b9-fb8f16aca043 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64736923-2e81-495f-92b9-fb8f16aca043 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64736923-2e81-495f-92b9-fb8f16aca043.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64736923-2e81-495f-92b9-fb8f16aca043.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-64736923-2e81-495f-92b9-fb8f16aca043 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64736923-2e81-495f-92b9-fb8f16aca043 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64736923-2e81-495f-92b9-fb8f16aca043 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64736923-2e81-495f-92b9-fb8f16aca043 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64736923-2e81-495f-92b9-fb8f16aca043 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64736923-2e81-495f-92b9-fb8f16aca043.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64736923-2e81-495f-92b9-fb8f16aca043.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-64736923-2e81-495f-92b9-fb8f16aca043 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64736923-2e81-495f-92b9-fb8f16aca043 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64736923-2e81-495f-92b9-fb8f16aca043 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64736923-2e81-495f-92b9-fb8f16aca043 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64736923-2e81-495f-92b9-fb8f16aca043 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64736923-2e81-495f-92b9-fb8f16aca043.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64736923-2e81-495f-92b9-fb8f16aca043.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-64736923-2e81-495f-92b9-fb8f16aca043 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-64736923-2e81-495f-92b9-fb8f16aca043 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-64736923-2e81-495f-92b9-fb8f16aca043 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-64736923-2e81-495f-92b9-fb8f16aca043 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-64736923-2e81-495f-92b9-fb8f16aca043 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-64736923-2e81-495f-92b9-fb8f16aca043.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64736923-2e81-495f-92b9-fb8f16aca043.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64736923-2e81-495f-92b9-fb8f16aca043.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c231d4fd-c890-47ff-82f7-eab2d657ee14 {
  margin-left: auto;
margin-right: auto;
}

#s-c231d4fd-c890-47ff-82f7-eab2d657ee14 .shg-proportional-font-size,
#s-c231d4fd-c890-47ff-82f7-eab2d657ee14 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-63560561-48ac-48a1-9dd0-2adb59c46a74 {
  margin-left: auto;
margin-right: auto;
}

#s-533035a8-ed99-4749-9384-9b02b1f4e7ab {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-533035a8-ed99-4749-9384-9b02b1f4e7ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-533035a8-ed99-4749-9384-9b02b1f4e7ab .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-533035a8-ed99-4749-9384-9b02b1f4e7ab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2e6a9ea3-8c54-42f6-83ed-306bb083315f {
  margin-left: auto;
margin-right: auto;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-492de768-bfd6-4f04-b386-859c9c672daa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-492de768-bfd6-4f04-b386-859c9c672daa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-492de768-bfd6-4f04-b386-859c9c672daa-atc-btn-wrapper {
    text-align: center;
  }


#s-492de768-bfd6-4f04-b386-859c9c672daa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-492de768-bfd6-4f04-b386-859c9c672daa-atc-btn-wrapper {
    text-align: center;
  }


#s-492de768-bfd6-4f04-b386-859c9c672daa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-492de768-bfd6-4f04-b386-859c9c672daa-atc-btn-wrapper {
    text-align: center;
  }


#s-492de768-bfd6-4f04-b386-859c9c672daa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-492de768-bfd6-4f04-b386-859c9c672daa-atc-btn-wrapper {
    text-align: center;
  }


#s-492de768-bfd6-4f04-b386-859c9c672daa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-492de768-bfd6-4f04-b386-859c9c672daa-atc-btn-wrapper {
    text-align: center;
  }


#s-492de768-bfd6-4f04-b386-859c9c672daa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-492de768-bfd6-4f04-b386-859c9c672daa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-07e831df-e571-4b16-bc1b-434373ea0f49 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (min-width: 1200px){#s-07e831df-e571-4b16-bc1b-434373ea0f49 {
  padding-top: 2%;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07e831df-e571-4b16-bc1b-434373ea0f49 {
  padding-top: 2%;
}
}
@media (min-width: 0px) {
[id="s-07e831df-e571-4b16-bc1b-434373ea0f49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-07e831df-e571-4b16-bc1b-434373ea0f49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07e831df-e571-4b16-bc1b-434373ea0f49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07e831df-e571-4b16-bc1b-434373ea0f49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8d93588f-aacf-43e5-a846-745c3faff197 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-8d93588f-aacf-43e5-a846-745c3faff197 {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d93588f-aacf-43e5-a846-745c3faff197 {
  padding-top: 0%;
}
}
#s-8d93588f-aacf-43e5-a846-745c3faff197 .shogun-heading-component h4 {
  color: rgba(65, 64, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-8d93588f-aacf-43e5-a846-745c3faff197 .shogun-heading-component h4 {
  color: rgba(65, 64, 66, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  padding-bottom: 0%;
}


.shg-image-content-margin-container-s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0032456-c5a7-4243-9c90-0c62bc009b05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0032456-c5a7-4243-9c90-0c62bc009b05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0032456-c5a7-4243-9c90-0c62bc009b05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0032456-c5a7-4243-9c90-0c62bc009b05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0032456-c5a7-4243-9c90-0c62bc009b05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0032456-c5a7-4243-9c90-0c62bc009b05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0032456-c5a7-4243-9c90-0c62bc009b05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0032456-c5a7-4243-9c90-0c62bc009b05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0032456-c5a7-4243-9c90-0c62bc009b05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0032456-c5a7-4243-9c90-0c62bc009b05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0032456-c5a7-4243-9c90-0c62bc009b05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0032456-c5a7-4243-9c90-0c62bc009b05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d0032456-c5a7-4243-9c90-0c62bc009b05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d0032456-c5a7-4243-9c90-0c62bc009b05 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d0032456-c5a7-4243-9c90-0c62bc009b05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0032456-c5a7-4243-9c90-0c62bc009b05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0032456-c5a7-4243-9c90-0c62bc009b05.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a1900386-9cff-4c37-8288-6fbfff695692 {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
}

#s-a1900386-9cff-4c37-8288-6fbfff695692 .shg-proportional-font-size,
#s-a1900386-9cff-4c37-8288-6fbfff695692 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-57cf1f03-cdc3-410c-8cfb-f9b2af815d88 {
  margin-left: auto;
margin-right: auto;
}

#s-6a1cc1b7-51e5-4eca-8915-5810cba9fdef {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6a1cc1b7-51e5-4eca-8915-5810cba9fdef .shg-product-sold-out {
  display: none;
  color: rgba(221, 24, 24, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-6a1cc1b7-51e5-4eca-8915-5810cba9fdef .shg-product-price {
  color: rgba(221, 24, 24, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6a1cc1b7-51e5-4eca-8915-5810cba9fdef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-6a1cc1b7-51e5-4eca-8915-5810cba9fdef .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-6a1cc1b7-51e5-4eca-8915-5810cba9fdef .shg-product-price {
  color: rgba(0, 0, 0, 1);
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-6a1cc1b7-51e5-4eca-8915-5810cba9fdef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-0ad2f702-5113-4055-8fbe-da8bb8857132 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0ad2f702-5113-4055-8fbe-da8bb8857132:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ad2f702-5113-4055-8fbe-da8bb8857132:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ad2f702-5113-4055-8fbe-da8bb8857132-atc-btn-wrapper {
    text-align: center;
  }


#s-0ad2f702-5113-4055-8fbe-da8bb8857132 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-0ad2f702-5113-4055-8fbe-da8bb8857132-atc-btn-wrapper {
    text-align: center;
  }


#s-0ad2f702-5113-4055-8fbe-da8bb8857132 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ad2f702-5113-4055-8fbe-da8bb8857132-atc-btn-wrapper {
    text-align: center;
  }


#s-0ad2f702-5113-4055-8fbe-da8bb8857132 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-0ad2f702-5113-4055-8fbe-da8bb8857132-atc-btn-wrapper {
    text-align: center;
  }


#s-0ad2f702-5113-4055-8fbe-da8bb8857132 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-0ad2f702-5113-4055-8fbe-da8bb8857132-atc-btn-wrapper {
    text-align: center;
  }


#s-0ad2f702-5113-4055-8fbe-da8bb8857132 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0ad2f702-5113-4055-8fbe-da8bb8857132.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6697db28-a2dd-4039-b6bc-f76a10f4789e {
  margin-left: auto;
margin-right: auto;
padding-top: 8%;
padding-bottom: 0px;
text-align: center;
}

#s-6697db28-a2dd-4039-b6bc-f76a10f4789e .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-62620fe1-947a-4759-8aca-218eaba1ea76 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (min-width: 1200px){#s-62620fe1-947a-4759-8aca-218eaba1ea76 {
  padding-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62620fe1-947a-4759-8aca-218eaba1ea76 {
  padding-top: 2%;
}
}
@media (min-width: 0px) {
[id="s-62620fe1-947a-4759-8aca-218eaba1ea76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-62620fe1-947a-4759-8aca-218eaba1ea76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62620fe1-947a-4759-8aca-218eaba1ea76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62620fe1-947a-4759-8aca-218eaba1ea76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c3d03734-d499-4cf2-ad5d-ac31146695ee {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c3d03734-d499-4cf2-ad5d-ac31146695ee {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3d03734-d499-4cf2-ad5d-ac31146695ee {
  padding-top: 0%;
}
}
#s-c3d03734-d499-4cf2-ad5d-ac31146695ee .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-c3d03734-d499-4cf2-ad5d-ac31146695ee .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-eeae2fb5-2994-4eed-989b-767111676af9 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eeae2fb5-2994-4eed-989b-767111676af9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eeae2fb5-2994-4eed-989b-767111676af9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-eeae2fb5-2994-4eed-989b-767111676af9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-eeae2fb5-2994-4eed-989b-767111676af9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eeae2fb5-2994-4eed-989b-767111676af9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeae2fb5-2994-4eed-989b-767111676af9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-eeae2fb5-2994-4eed-989b-767111676af9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eeae2fb5-2994-4eed-989b-767111676af9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eeae2fb5-2994-4eed-989b-767111676af9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-eeae2fb5-2994-4eed-989b-767111676af9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-eeae2fb5-2994-4eed-989b-767111676af9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eeae2fb5-2994-4eed-989b-767111676af9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeae2fb5-2994-4eed-989b-767111676af9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-eeae2fb5-2994-4eed-989b-767111676af9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eeae2fb5-2994-4eed-989b-767111676af9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eeae2fb5-2994-4eed-989b-767111676af9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-eeae2fb5-2994-4eed-989b-767111676af9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-eeae2fb5-2994-4eed-989b-767111676af9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eeae2fb5-2994-4eed-989b-767111676af9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeae2fb5-2994-4eed-989b-767111676af9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-eeae2fb5-2994-4eed-989b-767111676af9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eeae2fb5-2994-4eed-989b-767111676af9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eeae2fb5-2994-4eed-989b-767111676af9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-eeae2fb5-2994-4eed-989b-767111676af9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-eeae2fb5-2994-4eed-989b-767111676af9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eeae2fb5-2994-4eed-989b-767111676af9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeae2fb5-2994-4eed-989b-767111676af9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-eeae2fb5-2994-4eed-989b-767111676af9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-eeae2fb5-2994-4eed-989b-767111676af9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eeae2fb5-2994-4eed-989b-767111676af9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-eeae2fb5-2994-4eed-989b-767111676af9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-eeae2fb5-2994-4eed-989b-767111676af9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eeae2fb5-2994-4eed-989b-767111676af9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeae2fb5-2994-4eed-989b-767111676af9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeae2fb5-2994-4eed-989b-767111676af9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2790f587-7be3-44c0-93cb-958d0d77ac5a {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
}

#s-2790f587-7be3-44c0-93cb-958d0d77ac5a .shg-proportional-font-size,
#s-2790f587-7be3-44c0-93cb-958d0d77ac5a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-830a8a27-fdc6-4bd0-b753-211924a832d2 {
  margin-left: auto;
margin-right: auto;
}

#s-638c9735-4d12-4bee-9bca-b685b2b21ce0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-638c9735-4d12-4bee-9bca-b685b2b21ce0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-638c9735-4d12-4bee-9bca-b685b2b21ce0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-638c9735-4d12-4bee-9bca-b685b2b21ce0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33405bc2-ce09-4957-a4a7-d2994ce80ef0-atc-btn-wrapper {
    text-align: center;
  }


#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-33405bc2-ce09-4957-a4a7-d2994ce80ef0-atc-btn-wrapper {
    text-align: center;
  }


#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-33405bc2-ce09-4957-a4a7-d2994ce80ef0-atc-btn-wrapper {
    text-align: center;
  }


#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-33405bc2-ce09-4957-a4a7-d2994ce80ef0-atc-btn-wrapper {
    text-align: center;
  }


#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-33405bc2-ce09-4957-a4a7-d2994ce80ef0-atc-btn-wrapper {
    text-align: center;
  }


#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-33405bc2-ce09-4957-a4a7-d2994ce80ef0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-97431184-3fe6-4b84-af95-227c2e91e288 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-97431184-3fe6-4b84-af95-227c2e91e288 {
  padding-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97431184-3fe6-4b84-af95-227c2e91e288 {
  padding-top: 0px;
}
}
#s-97431184-3fe6-4b84-af95-227c2e91e288 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-97431184-3fe6-4b84-af95-227c2e91e288 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b9c3d47-a10e-4ad5-8100-5ba09fd2ace5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6c20ecbe-d545-46cc-8f6b-033a59002516 {
  margin-left: auto;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
}

#s-6c20ecbe-d545-46cc-8f6b-033a59002516 .shg-proportional-font-size,
#s-6c20ecbe-d545-46cc-8f6b-033a59002516 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-51ea5a9b-40e8-4852-a09d-a164940bb616 {
  margin-left: auto;
margin-right: auto;
}

#s-9db34cfd-80ef-4f66-8d99-b0544348c272 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-9db34cfd-80ef-4f66-8d99-b0544348c272 {
  text-align: center;
}
}
#s-9db34cfd-80ef-4f66-8d99-b0544348c272 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-9db34cfd-80ef-4f66-8d99-b0544348c272 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-9db34cfd-80ef-4f66-8d99-b0544348c272 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-887fa8f7-3583-4ff3-8cc0-d60ac31ba051 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-887fa8f7-3583-4ff3-8cc0-d60ac31ba051"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-887fa8f7-3583-4ff3-8cc0-d60ac31ba051"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-887fa8f7-3583-4ff3-8cc0-d60ac31ba051"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-887fa8f7-3583-4ff3-8cc0-d60ac31ba051"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4a7fd642-c9dc-4a93-b754-33e81dc0ffe0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-4a7fd642-c9dc-4a93-b754-33e81dc0ffe0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-4a7fd642-c9dc-4a93-b754-33e81dc0ffe0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-4a7fd642-c9dc-4a93-b754-33e81dc0ffe0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7ffbd16c-4f12-4097-8fa9-648338a5509b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ffbd16c-4f12-4097-8fa9-648338a5509b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7ffbd16c-4f12-4097-8fa9-648338a5509b-atc-btn-wrapper {
    text-align: center;
  }


#s-7ffbd16c-4f12-4097-8fa9-648338a5509b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7ffbd16c-4f12-4097-8fa9-648338a5509b-atc-btn-wrapper {
    text-align: center;
  }


#s-7ffbd16c-4f12-4097-8fa9-648338a5509b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ffbd16c-4f12-4097-8fa9-648338a5509b-atc-btn-wrapper {
    text-align: center;
  }


#s-7ffbd16c-4f12-4097-8fa9-648338a5509b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7ffbd16c-4f12-4097-8fa9-648338a5509b-atc-btn-wrapper {
    text-align: center;
  }


#s-7ffbd16c-4f12-4097-8fa9-648338a5509b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7ffbd16c-4f12-4097-8fa9-648338a5509b-atc-btn-wrapper {
    text-align: center;
  }


#s-7ffbd16c-4f12-4097-8fa9-648338a5509b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7ffbd16c-4f12-4097-8fa9-648338a5509b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-524b36d2-3369-4837-9cbf-4e48bd1b830f {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-524b36d2-3369-4837-9cbf-4e48bd1b830f {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-524b36d2-3369-4837-9cbf-4e48bd1b830f {
  padding-top: 0%;
}
}
#s-524b36d2-3369-4837-9cbf-4e48bd1b830f .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-524b36d2-3369-4837-9cbf-4e48bd1b830f .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-774fa598-45ad-43d7-b78e-d10359053bf1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-774fa598-45ad-43d7-b78e-d10359053bf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-774fa598-45ad-43d7-b78e-d10359053bf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-774fa598-45ad-43d7-b78e-d10359053bf1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-774fa598-45ad-43d7-b78e-d10359053bf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-774fa598-45ad-43d7-b78e-d10359053bf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-774fa598-45ad-43d7-b78e-d10359053bf1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-774fa598-45ad-43d7-b78e-d10359053bf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-774fa598-45ad-43d7-b78e-d10359053bf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-774fa598-45ad-43d7-b78e-d10359053bf1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-774fa598-45ad-43d7-b78e-d10359053bf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-774fa598-45ad-43d7-b78e-d10359053bf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-774fa598-45ad-43d7-b78e-d10359053bf1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-774fa598-45ad-43d7-b78e-d10359053bf1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-774fa598-45ad-43d7-b78e-d10359053bf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-774fa598-45ad-43d7-b78e-d10359053bf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-774fa598-45ad-43d7-b78e-d10359053bf1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-39dc8965-0e51-4007-9b82-b3049d3830cc {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
}

#s-39dc8965-0e51-4007-9b82-b3049d3830cc .shg-proportional-font-size,
#s-39dc8965-0e51-4007-9b82-b3049d3830cc .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5411c09b-7a8b-4247-a1f8-ebd2cc847bdc {
  margin-left: auto;
margin-right: auto;
}

#s-5818ff11-d4c0-45d5-b1e7-81d0aa678e52 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5818ff11-d4c0-45d5-b1e7-81d0aa678e52 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-5818ff11-d4c0-45d5-b1e7-81d0aa678e52 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5818ff11-d4c0-45d5-b1e7-81d0aa678e52 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-840272ec-93fc-4594-92ff-8f285650ee76 {
  margin-left: auto;
margin-right: auto;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b95a01c3-3886-4ea9-bc3a-18fe474060bd-atc-btn-wrapper {
    text-align: center;
  }


#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b95a01c3-3886-4ea9-bc3a-18fe474060bd-atc-btn-wrapper {
    text-align: center;
  }


#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b95a01c3-3886-4ea9-bc3a-18fe474060bd-atc-btn-wrapper {
    text-align: center;
  }


#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b95a01c3-3886-4ea9-bc3a-18fe474060bd-atc-btn-wrapper {
    text-align: center;
  }


#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b95a01c3-3886-4ea9-bc3a-18fe474060bd-atc-btn-wrapper {
    text-align: center;
  }


#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b95a01c3-3886-4ea9-bc3a-18fe474060bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1c99875e-d377-42a6-b3b1-aa52cb706b9f {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1c99875e-d377-42a6-b3b1-aa52cb706b9f {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c99875e-d377-42a6-b3b1-aa52cb706b9f {
  padding-top: 0%;
}
}
#s-1c99875e-d377-42a6-b3b1-aa52cb706b9f .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-1c99875e-d377-42a6-b3b1-aa52cb706b9f .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-9403ede4-af38-42e2-a638-e46d06714d88 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9403ede4-af38-42e2-a638-e46d06714d88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9403ede4-af38-42e2-a638-e46d06714d88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-9403ede4-af38-42e2-a638-e46d06714d88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9403ede4-af38-42e2-a638-e46d06714d88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9403ede4-af38-42e2-a638-e46d06714d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9403ede4-af38-42e2-a638-e46d06714d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9403ede4-af38-42e2-a638-e46d06714d88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9403ede4-af38-42e2-a638-e46d06714d88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9403ede4-af38-42e2-a638-e46d06714d88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9403ede4-af38-42e2-a638-e46d06714d88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9403ede4-af38-42e2-a638-e46d06714d88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9403ede4-af38-42e2-a638-e46d06714d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9403ede4-af38-42e2-a638-e46d06714d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9403ede4-af38-42e2-a638-e46d06714d88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9403ede4-af38-42e2-a638-e46d06714d88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9403ede4-af38-42e2-a638-e46d06714d88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9403ede4-af38-42e2-a638-e46d06714d88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9403ede4-af38-42e2-a638-e46d06714d88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9403ede4-af38-42e2-a638-e46d06714d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9403ede4-af38-42e2-a638-e46d06714d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9403ede4-af38-42e2-a638-e46d06714d88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9403ede4-af38-42e2-a638-e46d06714d88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9403ede4-af38-42e2-a638-e46d06714d88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9403ede4-af38-42e2-a638-e46d06714d88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9403ede4-af38-42e2-a638-e46d06714d88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9403ede4-af38-42e2-a638-e46d06714d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9403ede4-af38-42e2-a638-e46d06714d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9403ede4-af38-42e2-a638-e46d06714d88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9403ede4-af38-42e2-a638-e46d06714d88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9403ede4-af38-42e2-a638-e46d06714d88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 13px;
  
}


.shg-image-content-margin-container-s-9403ede4-af38-42e2-a638-e46d06714d88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9403ede4-af38-42e2-a638-e46d06714d88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9403ede4-af38-42e2-a638-e46d06714d88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9403ede4-af38-42e2-a638-e46d06714d88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9403ede4-af38-42e2-a638-e46d06714d88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8cdb6a97-62f2-4838-a5ee-e04e319d940e {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
}
@media (max-width: 767px){#s-8cdb6a97-62f2-4838-a5ee-e04e319d940e {
  padding-left: 15%;
padding-right: 15%;
}
}
#s-8cdb6a97-62f2-4838-a5ee-e04e319d940e .shg-proportional-font-size,
#s-8cdb6a97-62f2-4838-a5ee-e04e319d940e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3cbadbfd-f958-43ab-8ceb-fc263861e2c3 {
  margin-left: auto;
margin-right: auto;
}

#s-bc57cfd7-cbb2-4056-b120-f0206568beac {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-bc57cfd7-cbb2-4056-b120-f0206568beac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-bc57cfd7-cbb2-4056-b120-f0206568beac .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-bc57cfd7-cbb2-4056-b120-f0206568beac .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dd51827c-2e2c-4c70-8b22-789793830a66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd51827c-2e2c-4c70-8b22-789793830a66:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd51827c-2e2c-4c70-8b22-789793830a66-atc-btn-wrapper {
    text-align: center;
  }


#s-dd51827c-2e2c-4c70-8b22-789793830a66 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-dd51827c-2e2c-4c70-8b22-789793830a66-atc-btn-wrapper {
    text-align: center;
  }


#s-dd51827c-2e2c-4c70-8b22-789793830a66 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd51827c-2e2c-4c70-8b22-789793830a66-atc-btn-wrapper {
    text-align: center;
  }


#s-dd51827c-2e2c-4c70-8b22-789793830a66 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-dd51827c-2e2c-4c70-8b22-789793830a66-atc-btn-wrapper {
    text-align: center;
  }


#s-dd51827c-2e2c-4c70-8b22-789793830a66 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-dd51827c-2e2c-4c70-8b22-789793830a66-atc-btn-wrapper {
    text-align: center;
  }


#s-dd51827c-2e2c-4c70-8b22-789793830a66 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd51827c-2e2c-4c70-8b22-789793830a66.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-99af7ad0-e5ce-4315-bad2-67339ab50ff9 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-99af7ad0-e5ce-4315-bad2-67339ab50ff9 {
  padding-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99af7ad0-e5ce-4315-bad2-67339ab50ff9 {
  padding-top: 2%;
}
}
@media (min-width: 0px) {
[id="s-99af7ad0-e5ce-4315-bad2-67339ab50ff9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-99af7ad0-e5ce-4315-bad2-67339ab50ff9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99af7ad0-e5ce-4315-bad2-67339ab50ff9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99af7ad0-e5ce-4315-bad2-67339ab50ff9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-caf08179-3681-434d-9616-0d238441d668 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-caf08179-3681-434d-9616-0d238441d668 {
  padding-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-caf08179-3681-434d-9616-0d238441d668 {
  padding-top: 0%;
}
}
#s-caf08179-3681-434d-9616-0d238441d668 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-caf08179-3681-434d-9616-0d238441d668 .shogun-heading-component h4 {
  color: rgba(86, 85, 87, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


}
#s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 10%;
  
}


.shg-image-content-margin-container-s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4015248e-0cc4-4e41-bf44-2dc57a1307db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4015248e-0cc4-4e41-bf44-2dc57a1307db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4015248e-0cc4-4e41-bf44-2dc57a1307db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4015248e-0cc4-4e41-bf44-2dc57a1307db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4015248e-0cc4-4e41-bf44-2dc57a1307db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4015248e-0cc4-4e41-bf44-2dc57a1307db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4015248e-0cc4-4e41-bf44-2dc57a1307db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9b629e20-0500-451d-88a7-eb066da3f6e8 {
  margin-left: auto;
margin-right: auto;
padding-left: 25%;
padding-right: 25%;
}

#s-9b629e20-0500-451d-88a7-eb066da3f6e8 .shg-proportional-font-size,
#s-9b629e20-0500-451d-88a7-eb066da3f6e8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7f0e6fbe-cbb1-4fab-9c6e-b9da7fc62949 {
  margin-left: auto;
margin-right: auto;
}

#s-74980ca4-a6e4-4f0d-b6e8-a633efc428d1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-74980ca4-a6e4-4f0d-b6e8-a633efc428d1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-74980ca4-a6e4-4f0d-b6e8-a633efc428d1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-74980ca4-a6e4-4f0d-b6e8-a633efc428d1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-81095906-d268-401a-98a3-931dfe2db75f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 102, 128, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-81095906-d268-401a-98a3-931dfe2db75f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81095906-d268-401a-98a3-931dfe2db75f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81095906-d268-401a-98a3-931dfe2db75f-atc-btn-wrapper {
    text-align: center;
  }


#s-81095906-d268-401a-98a3-931dfe2db75f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-81095906-d268-401a-98a3-931dfe2db75f-atc-btn-wrapper {
    text-align: center;
  }


#s-81095906-d268-401a-98a3-931dfe2db75f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-81095906-d268-401a-98a3-931dfe2db75f-atc-btn-wrapper {
    text-align: center;
  }


#s-81095906-d268-401a-98a3-931dfe2db75f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-81095906-d268-401a-98a3-931dfe2db75f-atc-btn-wrapper {
    text-align: center;
  }


#s-81095906-d268-401a-98a3-931dfe2db75f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-81095906-d268-401a-98a3-931dfe2db75f-atc-btn-wrapper {
    text-align: center;
  }


#s-81095906-d268-401a-98a3-931dfe2db75f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81095906-d268-401a-98a3-931dfe2db75f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-18bf2aba-693c-4d88-b522-b77024963efb {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-18bf2aba-693c-4d88-b522-b77024963efb {
  margin-top: 10%;
margin-bottom: 0%;
}
}







#s-18bf2aba-693c-4d88-b522-b77024963efb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18bf2aba-693c-4d88-b522-b77024963efb.shg-box.shg-c {
  justify-content: center;
}

#s-e54eb56d-e64a-4c09-9d5e-b0e06ddb612a {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
background-color: rgba(235, 235, 235, 1);
}

@media (min-width: 0px) {
[id="s-e54eb56d-e64a-4c09-9d5e-b0e06ddb612a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e54eb56d-e64a-4c09-9d5e-b0e06ddb612a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e54eb56d-e64a-4c09-9d5e-b0e06ddb612a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e54eb56d-e64a-4c09-9d5e-b0e06ddb612a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e54eb56d-e64a-4c09-9d5e-b0e06ddb612a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e54eb56d-e64a-4c09-9d5e-b0e06ddb612a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e54eb56d-e64a-4c09-9d5e-b0e06ddb612a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-301d12eb-668e-4ace-954d-90f7d662340c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-301d12eb-668e-4ace-954d-90f7d662340c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-301d12eb-668e-4ace-954d-90f7d662340c.shg-box.shg-c {
  justify-content: center;
}

#s-034c487b-802d-49fc-899a-902882a6206c {
  margin-left: auto;
margin-right: auto;
max-width: 3668px;
text-align: center;
}

#s-034c487b-802d-49fc-899a-902882a6206c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-034c487b-802d-49fc-899a-902882a6206c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-034c487b-802d-49fc-899a-902882a6206c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-034c487b-802d-49fc-899a-902882a6206c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-034c487b-802d-49fc-899a-902882a6206c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-034c487b-802d-49fc-899a-902882a6206c img.shogun-image {
  width: 100%;
  
  
  max-width: 3668px;

      
    max-width: 3668px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-034c487b-802d-49fc-899a-902882a6206c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-034c487b-802d-49fc-899a-902882a6206c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-034c487b-802d-49fc-899a-902882a6206c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-034c487b-802d-49fc-899a-902882a6206c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-034c487b-802d-49fc-899a-902882a6206c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-034c487b-802d-49fc-899a-902882a6206c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-034c487b-802d-49fc-899a-902882a6206c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-034c487b-802d-49fc-899a-902882a6206c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-034c487b-802d-49fc-899a-902882a6206c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-034c487b-802d-49fc-899a-902882a6206c img.shogun-image {
  width: 100%;
  
  
  max-width: 3668px;

      
    max-width: 3668px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-034c487b-802d-49fc-899a-902882a6206c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-034c487b-802d-49fc-899a-902882a6206c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-034c487b-802d-49fc-899a-902882a6206c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-034c487b-802d-49fc-899a-902882a6206c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-034c487b-802d-49fc-899a-902882a6206c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-034c487b-802d-49fc-899a-902882a6206c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-034c487b-802d-49fc-899a-902882a6206c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-034c487b-802d-49fc-899a-902882a6206c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-034c487b-802d-49fc-899a-902882a6206c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-034c487b-802d-49fc-899a-902882a6206c img.shogun-image {
  width: 100%;
  
  
  max-width: 3668px;

      
    max-width: 3668px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-034c487b-802d-49fc-899a-902882a6206c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-034c487b-802d-49fc-899a-902882a6206c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-034c487b-802d-49fc-899a-902882a6206c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-034c487b-802d-49fc-899a-902882a6206c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-034c487b-802d-49fc-899a-902882a6206c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-034c487b-802d-49fc-899a-902882a6206c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-034c487b-802d-49fc-899a-902882a6206c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-034c487b-802d-49fc-899a-902882a6206c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-034c487b-802d-49fc-899a-902882a6206c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-034c487b-802d-49fc-899a-902882a6206c img.shogun-image {
  width: 100%;
  
  
  max-width: 3668px;

      
    max-width: 3668px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-034c487b-802d-49fc-899a-902882a6206c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-034c487b-802d-49fc-899a-902882a6206c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-034c487b-802d-49fc-899a-902882a6206c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-034c487b-802d-49fc-899a-902882a6206c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-034c487b-802d-49fc-899a-902882a6206c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-034c487b-802d-49fc-899a-902882a6206c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-034c487b-802d-49fc-899a-902882a6206c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-034c487b-802d-49fc-899a-902882a6206c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-034c487b-802d-49fc-899a-902882a6206c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-034c487b-802d-49fc-899a-902882a6206c img.shogun-image {
  width: 100%;
  
  
  max-width: 3668px;

      
    max-width: 3668px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-034c487b-802d-49fc-899a-902882a6206c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-034c487b-802d-49fc-899a-902882a6206c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-034c487b-802d-49fc-899a-902882a6206c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-034c487b-802d-49fc-899a-902882a6206c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fe0e18f0-010e-4ee2-b650-8283245e1e1c {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fe0e18f0-010e-4ee2-b650-8283245e1e1c {
  margin-top: 3%;
margin-bottom: 3%;
}
}







#s-fe0e18f0-010e-4ee2-b650-8283245e1e1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe0e18f0-010e-4ee2-b650-8283245e1e1c.shg-box.shg-c {
  justify-content: center;
}

#s-2c4a5387-dba5-43a8-ae0a-30d80fdf7369 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2c4a5387-dba5-43a8-ae0a-30d80fdf7369 {
  margin-top: 3%;
}
}
#s-2c4a5387-dba5-43a8-ae0a-30d80fdf7369 .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.1em;
  
  
}


@media (min-width: 1200px){#s-2c4a5387-dba5-43a8-ae0a-30d80fdf7369 .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2c4a5387-dba5-43a8-ae0a-30d80fdf7369 .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2c4a5387-dba5-43a8-ae0a-30d80fdf7369 .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  
}


}@media (max-width: 767px){#s-2c4a5387-dba5-43a8-ae0a-30d80fdf7369 .shogun-heading-component h3 {
  color: rgba(65, 64, 66, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  
}


}
#s-6d402711-3f0c-4b1f-b462-7df8a268635b {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d402711-3f0c-4b1f-b462-7df8a268635b {
  display: none;
}
#s-6d402711-3f0c-4b1f-b462-7df8a268635b, #wrap-s-6d402711-3f0c-4b1f-b462-7df8a268635b, #wrap-content-s-6d402711-3f0c-4b1f-b462-7df8a268635b { display: none !important; }}@media (max-width: 767px){#s-6d402711-3f0c-4b1f-b462-7df8a268635b {
  display: none;
}
#s-6d402711-3f0c-4b1f-b462-7df8a268635b, #wrap-s-6d402711-3f0c-4b1f-b462-7df8a268635b, #wrap-content-s-6d402711-3f0c-4b1f-b462-7df8a268635b { display: none !important; }}
#s-6d402711-3f0c-4b1f-b462-7df8a268635b .shg-proportional-font-size,
#s-6d402711-3f0c-4b1f-b462-7df8a268635b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-f81bdb5d-725c-48ec-8a21-08e9f671e552 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f81bdb5d-725c-48ec-8a21-08e9f671e552 {
  display: none;
}
#s-f81bdb5d-725c-48ec-8a21-08e9f671e552, #wrap-s-f81bdb5d-725c-48ec-8a21-08e9f671e552, #wrap-content-s-f81bdb5d-725c-48ec-8a21-08e9f671e552 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f81bdb5d-725c-48ec-8a21-08e9f671e552 {
  display: none;
}
#s-f81bdb5d-725c-48ec-8a21-08e9f671e552, #wrap-s-f81bdb5d-725c-48ec-8a21-08e9f671e552, #wrap-content-s-f81bdb5d-725c-48ec-8a21-08e9f671e552 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f81bdb5d-725c-48ec-8a21-08e9f671e552 {
  
}
}@media (max-width: 767px){#s-f81bdb5d-725c-48ec-8a21-08e9f671e552 {
  
}
}
#s-f81bdb5d-725c-48ec-8a21-08e9f671e552 .shg-proportional-font-size,
#s-f81bdb5d-725c-48ec-8a21-08e9f671e552 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-327bb888-f7bd-4de9-b204-c2078267d828 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(0, 103, 127, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-327bb888-f7bd-4de9-b204-c2078267d828:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU0OWE1OTMtNjkzYS00N2NiLTgzOWEtNTI2NWQxNmM5NGQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2NzdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzMzNlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTQ5YTU5My02OTNhLTQ3Y2ItODM5YS01MjY1ZDE2Yzk0ZDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#00677f"}, {"id"=>2, "pos"=>1, "color"=>"#00333e"}] !important;}#s-327bb888-f7bd-4de9-b204-c2078267d828:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-327bb888-f7bd-4de9-b204-c2078267d828 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTExNmM1MzYtMjY2My00MDVmLWI5ZWQtNGFjNmUwYjljZWUxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzMzNlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMTE2YzUzNi0yNjYzLTQwNWYtYjllZC00YWM2ZTBiOWNlZTEpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#00697f"}, {"id"=>2, "pos"=>1, "color"=>"#00333e"}];
}
}@media (min-width: 768px) and (max-width: 991px){#s-327bb888-f7bd-4de9-b204-c2078267d828 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmY2YjEwY2ItY2MxOC00ZmM0LWIxNWEtYjZkYjQ2ZWY1YjJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzMzNlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZjZiMTBjYi1jYzE4LTRmYzQtYjE1YS1iNmRiNDZlZjViMmQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#00697f"}, {"id"=>2, "pos"=>1, "color"=>"#00333e"}];
}
}@media (max-width: 767px){#s-327bb888-f7bd-4de9-b204-c2078267d828 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzE4NzZlMTktNGUzMy00MjU0LWE2MDQtODQ0MDZmNTAzNGRhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMDA2OTdmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAzMzNlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MTg3NmUxOS00ZTMzLTQyNTQtYTYwNC04NDQwNmY1MDM0ZGEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 3%;
margin-bottom: 3%;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#00697f"}, {"id"=>2, "pos"=>1, "color"=>"#00333e"}];
text-align: left;
}
}

  #s-327bb888-f7bd-4de9-b204-c2078267d828-root {
    text-align: left;
  }


#s-327bb888-f7bd-4de9-b204-c2078267d828.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-327bb888-f7bd-4de9-b204-c2078267d828-root {
    text-align: left;
  }


#s-327bb888-f7bd-4de9-b204-c2078267d828.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-327bb888-f7bd-4de9-b204-c2078267d828-root {
    text-align: left;
  }


#s-327bb888-f7bd-4de9-b204-c2078267d828.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-327bb888-f7bd-4de9-b204-c2078267d828-root {
    text-align: left;
  }


#s-327bb888-f7bd-4de9-b204-c2078267d828.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-327bb888-f7bd-4de9-b204-c2078267d828-root {
    text-align: left;
  }


#s-327bb888-f7bd-4de9-b204-c2078267d828.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
