.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-9b6fc01b-dfa8-4d20-9e83-511ee982571e {
  margin-bottom: 2em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9b6fc01b-dfa8-4d20-9e83-511ee982571e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b6fc01b-dfa8-4d20-9e83-511ee982571e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1c06c0c6-0784-4e94-973a-a1062e00cd7c {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-53297d11-00a2-43b1-9351-e073d1b659e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-53297d11-00a2-43b1-9351-e073d1b659e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-53297d11-00a2-43b1-9351-e073d1b659e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-53297d11-00a2-43b1-9351-e073d1b659e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-53297d11-00a2-43b1-9351-e073d1b659e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-53297d11-00a2-43b1-9351-e073d1b659e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto";
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-fa59bcbe-d6c1-46a9-be52-a8e787e515e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa59bcbe-d6c1-46a9-be52-a8e787e515e1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-86644a60-8bf8-409e-a835-720d5d0c68c8 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}
@media (max-width: 767px){#s-86644a60-8bf8-409e-a835-720d5d0c68c8 {
  display: none;
}
#s-86644a60-8bf8-409e-a835-720d5d0c68c8, #wrap-s-86644a60-8bf8-409e-a835-720d5d0c68c8, #wrap-content-s-86644a60-8bf8-409e-a835-720d5d0c68c8 { display: none !important; }}
#s-86644a60-8bf8-409e-a835-720d5d0c68c8 {
  overflow: hidden;
  
  
}







  #s-86644a60-8bf8-409e-a835-720d5d0c68c8 img.shogun-image {
    

    
    
    
  }


#s-86644a60-8bf8-409e-a835-720d5d0c68c8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cc730b4d-3bca-4c30-862b-ba234f3816c5 {
  text-align: left;
}
@media (min-width: 1200px){#s-cc730b4d-3bca-4c30-862b-ba234f3816c5 {
  display: none;
}
#s-cc730b4d-3bca-4c30-862b-ba234f3816c5, #wrap-s-cc730b4d-3bca-4c30-862b-ba234f3816c5, #wrap-content-s-cc730b4d-3bca-4c30-862b-ba234f3816c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc730b4d-3bca-4c30-862b-ba234f3816c5 {
  display: none;
}
#s-cc730b4d-3bca-4c30-862b-ba234f3816c5, #wrap-s-cc730b4d-3bca-4c30-862b-ba234f3816c5, #wrap-content-s-cc730b4d-3bca-4c30-862b-ba234f3816c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc730b4d-3bca-4c30-862b-ba234f3816c5 {
  display: none;
}
#s-cc730b4d-3bca-4c30-862b-ba234f3816c5, #wrap-s-cc730b4d-3bca-4c30-862b-ba234f3816c5, #wrap-content-s-cc730b4d-3bca-4c30-862b-ba234f3816c5 { display: none !important; }}
#s-cc730b4d-3bca-4c30-862b-ba234f3816c5 {
  overflow: hidden;
  
  
}







  #s-cc730b4d-3bca-4c30-862b-ba234f3816c5 img.shogun-image {
    

    
    
    
  }


#s-cc730b4d-3bca-4c30-862b-ba234f3816c5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-565e03a3-9aee-4c0d-90e0-1180a8626194 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-565e03a3-9aee-4c0d-90e0-1180a8626194 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-565e03a3-9aee-4c0d-90e0-1180a8626194 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-565e03a3-9aee-4c0d-90e0-1180a8626194 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-565e03a3-9aee-4c0d-90e0-1180a8626194 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-565e03a3-9aee-4c0d-90e0-1180a8626194 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e762e573-ae50-4c98-b5cd-8b508d277791 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e762e573-ae50-4c98-b5cd-8b508d277791 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-6effe931-2556-4729-93e9-82ef33a65c19 {
  text-align: left;
}

#s-fd290d99-c47e-4ecb-bb8b-1d82f2031dec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fd290d99-c47e-4ecb-bb8b-1d82f2031dec .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-05688552-e61f-4616-9988-a1533d361a44 {
  text-align: left;
}

#s-821ac933-f741-4e99-80fb-aa1655dfa547 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-821ac933-f741-4e99-80fb-aa1655dfa547 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-d77c3d8b-907f-4cf1-89de-decc5b36b345 {
  text-align: left;
}

#s-b93d3507-a3b8-44b5-a874-dfef7ea7710e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b93d3507-a3b8-44b5-a874-dfef7ea7710e .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-f23e1796-0c42-4cb8-b3e7-2136c694ac03 {
  text-align: left;
}

#s-b1735a7d-f119-4de0-9628-9c3031be8479 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b1735a7d-f119-4de0-9628-9c3031be8479 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b1735a7d-f119-4de0-9628-9c3031be8479 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-b1735a7d-f119-4de0-9628-9c3031be8479 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b1735a7d-f119-4de0-9628-9c3031be8479 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b1735a7d-f119-4de0-9628-9c3031be8479 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a0a01a40-de29-4065-b19c-8caf565b5a69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a0a01a40-de29-4065-b19c-8caf565b5a69 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



#s-52444a57-4422-4b82-93a6-091cb7e59b11 {
  text-align: left;
}

#s-40f69da4-be84-45c0-bcaf-8a97288d597b {
  text-align: left;
}

#s-32e920cb-f156-44c0-8a86-fb186922caac {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-32e920cb-f156-44c0-8a86-fb186922caac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32e920cb-f156-44c0-8a86-fb186922caac.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2f811295-a480-45f9-86b1-4a167bd51297 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-2f811295-a480-45f9-86b1-4a167bd51297 .shg-proportional-font-size,
#s-2f811295-a480-45f9-86b1-4a167bd51297 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ee725040-4a11-4a06-92da-50047e4df008 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-ee725040-4a11-4a06-92da-50047e4df008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee725040-4a11-4a06-92da-50047e4df008.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

#s-f371909f-2507-4ef9-b57f-5cd240ec16e1 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
}
@media (max-width: 767px){#s-f371909f-2507-4ef9-b57f-5cd240ec16e1 {
  display: none;
}
#s-f371909f-2507-4ef9-b57f-5cd240ec16e1, #wrap-s-f371909f-2507-4ef9-b57f-5cd240ec16e1, #wrap-content-s-f371909f-2507-4ef9-b57f-5cd240ec16e1 { display: none !important; }}
#s-f371909f-2507-4ef9-b57f-5cd240ec16e1 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-f371909f-2507-4ef9-b57f-5cd240ec16e1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f371909f-2507-4ef9-b57f-5cd240ec16e1 td.shogun-table-column {
  background-color: rgba(230, 230, 230, 1);
  padding: 10px;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f371909f-2507-4ef9-b57f-5cd240ec16e1 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-f371909f-2507-4ef9-b57f-5cd240ec16e1 td.shogun-table-column, #s-f371909f-2507-4ef9-b57f-5cd240ec16e1 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
@media (min-width: 1200px){#s-f371909f-2507-4ef9-b57f-5cd240ec16e1 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-f371909f-2507-4ef9-b57f-5cd240ec16e1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f371909f-2507-4ef9-b57f-5cd240ec16e1 td.shogun-table-column {
  background-color: rgba(230, 230, 230, 1);
  padding: 10px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f371909f-2507-4ef9-b57f-5cd240ec16e1 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-f371909f-2507-4ef9-b57f-5cd240ec16e1 td.shogun-table-column, #s-f371909f-2507-4ef9-b57f-5cd240ec16e1 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
}
#s-04a981ff-ea70-4d6d-b3b5-38b38111f47b {
  margin-left: auto;
margin-right: auto;
}

#s-0fb252da-c631-4460-8baf-1c455f81549c {
  margin-left: auto;
margin-right: auto;
}

#s-21c74dc8-3b3d-40e0-9b24-7b9cfcba60d5 {
  margin-left: auto;
margin-right: auto;
}

#s-903102ec-bd88-4c7a-b465-0dfd6edfe01d {
  margin-left: auto;
margin-right: auto;
}

#s-847c0f96-929a-4aff-9195-669f73c3f1d9 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  margin-left: 20%;
margin-right: 20%;
max-width: 200px;
text-align: center;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  margin: 0 !important;
  overflow: visible;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  /* Add background color handling */
  
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image {
  box-sizing: border-box;
}



.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  
}


@media (min-width: 1200px){#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  margin: 0 !important;
  overflow: visible;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  /* Add background color handling */
  
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image {
  box-sizing: border-box;
}



.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  margin: 0 !important;
  overflow: visible;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  /* Add background color handling */
  
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image {
  box-sizing: border-box;
}



.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  margin: 0 !important;
  overflow: visible;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  /* Add background color handling */
  
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image {
  box-sizing: border-box;
}



.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  
}


}@media (max-width: 767px){#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  margin: 0 !important;
  overflow: visible;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  /* Add background color handling */
  
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab.shogun-image {
  box-sizing: border-box;
}



.s-e74a61c1-2dca-4ef8-9bea-ae7ef5e729ab img.shogun-image {
  
}


}
#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
max-width: 200px;
text-align: center;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  margin: 0 !important;
  overflow: visible;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  /* Add background color handling */
  
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image {
  box-sizing: border-box;
}



.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  
}


@media (min-width: 1200px){#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  margin: 0 !important;
  overflow: visible;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  /* Add background color handling */
  
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image {
  box-sizing: border-box;
}



.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  margin: 0 !important;
  overflow: visible;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  /* Add background color handling */
  
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image {
  box-sizing: border-box;
}



.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  margin: 0 !important;
  overflow: visible;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  /* Add background color handling */
  
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image {
  box-sizing: border-box;
}



.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  
}


}@media (max-width: 767px){#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  margin: 0 !important;
  overflow: visible;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  /* Add background color handling */
  
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc .shogun-image-content {
  
    justify-content: center;
  
}

.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc.shogun-image {
  box-sizing: border-box;
}



.s-20dbd97a-1601-47bc-ae42-a3fb20fa69dc img.shogun-image {
  
}


}
#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  margin-left: 20%;
margin-right: 20%;
max-width: 200px;
text-align: center;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  margin: 0 !important;
  overflow: visible;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  /* Add background color handling */
  
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image {
  box-sizing: border-box;
}



.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  
}


@media (min-width: 1200px){#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  margin: 0 !important;
  overflow: visible;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  /* Add background color handling */
  
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image {
  box-sizing: border-box;
}



.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  margin: 0 !important;
  overflow: visible;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  /* Add background color handling */
  
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image {
  box-sizing: border-box;
}



.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  margin: 0 !important;
  overflow: visible;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  /* Add background color handling */
  
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image {
  box-sizing: border-box;
}



.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  
}


}@media (max-width: 767px){#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  margin: 0 !important;
  overflow: visible;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  /* Add background color handling */
  
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c .shogun-image-content {
  
    justify-content: center;
  
}

.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c.shogun-image {
  box-sizing: border-box;
}



.s-4f1f401b-2dd5-41ec-8b3d-c21c53a1148c img.shogun-image {
  
}


}
#s-928707c3-7ad5-419f-9e4a-e780f1402e04 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-928707c3-7ad5-419f-9e4a-e780f1402e04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-928707c3-7ad5-419f-9e4a-e780f1402e04.shg-box.shg-c {
  justify-content: center;
}

#s-c34a446d-6631-4067-b1ff-106156234538 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-46722285-a696-4ffb-b7f7-8915cb57c666 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-46722285-a696-4ffb-b7f7-8915cb57c666 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46722285-a696-4ffb-b7f7-8915cb57c666.shg-box.shg-c {
  justify-content: center;
}

#s-af922457-28ea-4592-866d-1da398611157 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-69b46d42-a9a7-4c55-8e6a-5441aa763628 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-69b46d42-a9a7-4c55-8e6a-5441aa763628 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69b46d42-a9a7-4c55-8e6a-5441aa763628.shg-box.shg-c {
  justify-content: center;
}

#s-542f8111-c6e2-418b-bf31-52a732377e6e {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-4363b5b9-4940-44c9-ac40-7e8b75eab317 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-4363b5b9-4940-44c9-ac40-7e8b75eab317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4363b5b9-4940-44c9-ac40-7e8b75eab317.shg-box.shg-c {
  justify-content: center;
}

#s-d372b877-1994-4fa9-a3d6-6e78f27669a3 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
background-color: rgba(0, 0, 0, 0);
}

#s-210763c7-5186-45ba-8c73-cc4711dacb1f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-210763c7-5186-45ba-8c73-cc4711dacb1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-210763c7-5186-45ba-8c73-cc4711dacb1f.shg-box.shg-c {
  justify-content: center;
}

#s-585cde72-ce6c-468c-93b4-3f14bcc3eaed {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-5889ba40-3dee-4af0-90bf-c31ec9a9a5bb {
  margin-left: auto;
margin-right: auto;
}

#s-c6c24326-ff00-4847-b8e3-80c79fff23df {
  margin-left: auto;
margin-right: auto;
}

#s-8c596b2d-3adf-4a7d-96fb-2b29580a03da {
  margin-left: auto;
margin-right: auto;
}

#s-92699788-fc00-469d-b413-7896a57ed42a {
  margin-left: auto;
margin-right: auto;
}

#s-3491e2db-b09e-4a31-b684-e42a2e5d81b2 {
  margin-left: auto;
margin-right: auto;
}

#s-ce6d3e18-8e00-41c7-a005-c5e944539938 {
  margin-left: auto;
margin-right: auto;
}

#s-7343e18f-9097-4120-a79c-234a966d7538 {
  margin-left: auto;
margin-right: auto;
}

#s-585af6ef-2210-42ce-aac6-82168c86ffcd {
  margin-left: auto;
margin-right: auto;
}

#s-c2b41430-c439-4f69-a909-68802aed507e {
  margin-left: auto;
margin-right: auto;
}

#s-0fa7e2c2-5df7-4248-b0be-987003869d26 {
  margin-left: auto;
margin-right: auto;
}

#s-658b8caf-2576-466d-bac1-5cdf5acfad2d {
  margin-left: auto;
margin-right: auto;
}

#s-d7ba8877-477a-4083-83a1-e6d78587b7af {
  margin-left: auto;
margin-right: auto;
}

#s-e3b9c33a-5294-458a-ada4-50e0a96d79a3 {
  margin-left: auto;
margin-right: auto;
}

#s-356154a4-b794-455e-b2a2-6e27c19b3f25 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

#s-8688090c-ac8f-4a61-bafa-676ab174913e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 18px;
padding-left: 14%;
padding-bottom: 18px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined center;
line-height: 0.6em;
}
#s-8688090c-ac8f-4a61-bafa-676ab174913e:hover {background-color: rgba(104, 103, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8688090c-ac8f-4a61-bafa-676ab174913e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8688090c-ac8f-4a61-bafa-676ab174913e {
  margin-left: 1%;
margin-bottom: 20px;
text-align: center;
}
}

  #s-8688090c-ac8f-4a61-bafa-676ab174913e-root {
    text-align: center;
  }


#s-8688090c-ac8f-4a61-bafa-676ab174913e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8688090c-ac8f-4a61-bafa-676ab174913e-root {
    text-align: center;
  }


#s-8688090c-ac8f-4a61-bafa-676ab174913e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8688090c-ac8f-4a61-bafa-676ab174913e-root {
    text-align: center;
  }


#s-8688090c-ac8f-4a61-bafa-676ab174913e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8688090c-ac8f-4a61-bafa-676ab174913e-root {
    text-align: center;
  }


#s-8688090c-ac8f-4a61-bafa-676ab174913e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8688090c-ac8f-4a61-bafa-676ab174913e-root {
    text-align: center;
  }


#s-8688090c-ac8f-4a61-bafa-676ab174913e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 18px;
padding-left: 14%;
padding-bottom: 18px;
padding-right: 14%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined center;
line-height: 0.6em;
}
#s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa:hover {background-color: rgba(104, 103, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa {
  margin-left: 1%;
margin-bottom: 20px;
text-align: center;
}
}

  #s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa-root {
    text-align: center;
  }


#s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa-root {
    text-align: center;
  }


#s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa-root {
    text-align: center;
  }


#s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa-root {
    text-align: center;
  }


#s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa-root {
    text-align: center;
  }


#s-37380ed5-fc70-40a4-bcb8-7512bd6c3efa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-dddb14e8-da26-452b-8049-c29ec4507343 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 18px;
padding-left: 13%;
padding-bottom: 18px;
padding-right: 13%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined center;
line-height: 0.6em;
}
#s-dddb14e8-da26-452b-8049-c29ec4507343:hover {background-color: rgba(104, 103, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dddb14e8-da26-452b-8049-c29ec4507343:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-dddb14e8-da26-452b-8049-c29ec4507343 {
  margin-left: 1%;
margin-bottom: 20px;
text-align: center;
}
}

  #s-dddb14e8-da26-452b-8049-c29ec4507343-root {
    text-align: center;
  }


#s-dddb14e8-da26-452b-8049-c29ec4507343.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dddb14e8-da26-452b-8049-c29ec4507343-root {
    text-align: center;
  }


#s-dddb14e8-da26-452b-8049-c29ec4507343.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dddb14e8-da26-452b-8049-c29ec4507343-root {
    text-align: center;
  }


#s-dddb14e8-da26-452b-8049-c29ec4507343.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dddb14e8-da26-452b-8049-c29ec4507343-root {
    text-align: center;
  }


#s-dddb14e8-da26-452b-8049-c29ec4507343.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dddb14e8-da26-452b-8049-c29ec4507343-root {
    text-align: center;
  }


#s-dddb14e8-da26-452b-8049-c29ec4507343.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-9418901a-ac7f-4a5c-bc80-81c92683c94f {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
}
@media (min-width: 1200px){#s-9418901a-ac7f-4a5c-bc80-81c92683c94f {
  display: none;
}
#s-9418901a-ac7f-4a5c-bc80-81c92683c94f, #wrap-s-9418901a-ac7f-4a5c-bc80-81c92683c94f, #wrap-content-s-9418901a-ac7f-4a5c-bc80-81c92683c94f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9418901a-ac7f-4a5c-bc80-81c92683c94f {
  display: none;
}
#s-9418901a-ac7f-4a5c-bc80-81c92683c94f, #wrap-s-9418901a-ac7f-4a5c-bc80-81c92683c94f, #wrap-content-s-9418901a-ac7f-4a5c-bc80-81c92683c94f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9418901a-ac7f-4a5c-bc80-81c92683c94f {
  display: none;
}
#s-9418901a-ac7f-4a5c-bc80-81c92683c94f, #wrap-s-9418901a-ac7f-4a5c-bc80-81c92683c94f, #wrap-content-s-9418901a-ac7f-4a5c-bc80-81c92683c94f { display: none !important; }}@media (max-width: 767px){#s-9418901a-ac7f-4a5c-bc80-81c92683c94f {
  max-width: 400px;
}
}
#s-9418901a-ac7f-4a5c-bc80-81c92683c94f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-9418901a-ac7f-4a5c-bc80-81c92683c94f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9418901a-ac7f-4a5c-bc80-81c92683c94f td.shogun-table-column {
  background-color: rgba(230, 230, 230, 1);
  padding: 10px;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-9418901a-ac7f-4a5c-bc80-81c92683c94f td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9418901a-ac7f-4a5c-bc80-81c92683c94f td.shogun-table-column, #s-9418901a-ac7f-4a5c-bc80-81c92683c94f td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
@media (max-width: 767px){#s-9418901a-ac7f-4a5c-bc80-81c92683c94f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-9418901a-ac7f-4a5c-bc80-81c92683c94f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9418901a-ac7f-4a5c-bc80-81c92683c94f td.shogun-table-column {
  background-color: rgba(230, 230, 230, 1);
  padding: 2px;
  text-align: left;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-9418901a-ac7f-4a5c-bc80-81c92683c94f td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 3px;
}

#s-9418901a-ac7f-4a5c-bc80-81c92683c94f td.shogun-table-column, #s-9418901a-ac7f-4a5c-bc80-81c92683c94f td.shogun-table-row {
  border: 1px solid #D5D6D7;
}
}
#s-01455711-6128-4b20-b2c5-7837289257f4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-01455711-6128-4b20-b2c5-7837289257f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01455711-6128-4b20-b2c5-7837289257f4.shg-box.shg-c {
  justify-content: center;
}

#s-200f3d42-fc16-44ef-b22d-672d6ed61e8c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-e2af6040-9be2-49cd-9951-f657fee38472 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e2af6040-9be2-49cd-9951-f657fee38472 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2af6040-9be2-49cd-9951-f657fee38472.shg-box.shg-c {
  justify-content: center;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  margin-left: 20%;
margin-right: 20%;
max-width: 1228px;
text-align: center;
}
@media (max-width: 767px){#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  margin-left: 0%;
margin-right: 0%;
max-width: 175px;
}
}
#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image {
  box-sizing: border-box;
}



.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image {
  box-sizing: border-box;
}



.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image {
  box-sizing: border-box;
}



.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image {
  box-sizing: border-box;
}



.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  /* Add padding handling */
  padding-left: 4%;
  padding-right: 4%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1fb925e-bad9-4bcc-9b6a-0762557089f4.shogun-image {
  box-sizing: border-box;
}



.s-e1fb925e-bad9-4bcc-9b6a-0762557089f4 img.shogun-image {
  
}


}
#s-098f08b7-225c-48d3-83c6-3635a091c282 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 18px;
padding-left: 13%;
padding-bottom: 18px;
padding-right: 13%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined center;
line-height: 0.6em;
}
#s-098f08b7-225c-48d3-83c6-3635a091c282:hover {background-color: rgba(104, 103, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-098f08b7-225c-48d3-83c6-3635a091c282:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-098f08b7-225c-48d3-83c6-3635a091c282 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 14%;
padding-left: 10%;
padding-bottom: 14%;
padding-right: 10%;
text-align: center;
}
}

  #s-098f08b7-225c-48d3-83c6-3635a091c282-root {
    text-align: center;
  }


#s-098f08b7-225c-48d3-83c6-3635a091c282.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-098f08b7-225c-48d3-83c6-3635a091c282-root {
    text-align: center;
  }


#s-098f08b7-225c-48d3-83c6-3635a091c282.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-098f08b7-225c-48d3-83c6-3635a091c282-root {
    text-align: center;
  }


#s-098f08b7-225c-48d3-83c6-3635a091c282.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-098f08b7-225c-48d3-83c6-3635a091c282-root {
    text-align: center;
  }


#s-098f08b7-225c-48d3-83c6-3635a091c282.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-098f08b7-225c-48d3-83c6-3635a091c282-root {
    text-align: center;
  }


#s-098f08b7-225c-48d3-83c6-3635a091c282.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-b9803c8d-1656-4dc3-a21c-ebe9a833c7a9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b9803c8d-1656-4dc3-a21c-ebe9a833c7a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9803c8d-1656-4dc3-a21c-ebe9a833c7a9.shg-box.shg-c {
  justify-content: center;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  margin-left: 15%;
margin-right: 15%;
max-width: 1228px;
text-align: center;
}
@media (max-width: 767px){#s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 175px;
}
}
#s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  margin: 0 !important;
  overflow: visible;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  /* Add background color handling */
  
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-591f23d5-c2ba-449a-b374-02ca2cc8693f .shogun-image-content {
  
    justify-content: center;
  
}

.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image {
  box-sizing: border-box;
}



.s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  
}


@media (min-width: 1200px){#s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  margin: 0 !important;
  overflow: visible;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  /* Add background color handling */
  
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-591f23d5-c2ba-449a-b374-02ca2cc8693f .shogun-image-content {
  
    justify-content: center;
  
}

.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image {
  box-sizing: border-box;
}



.s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  margin: 0 !important;
  overflow: visible;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  /* Add background color handling */
  
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-591f23d5-c2ba-449a-b374-02ca2cc8693f .shogun-image-content {
  
    justify-content: center;
  
}

.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image {
  box-sizing: border-box;
}



.s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  margin: 0 !important;
  overflow: visible;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  /* Add background color handling */
  
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-591f23d5-c2ba-449a-b374-02ca2cc8693f .shogun-image-content {
  
    justify-content: center;
  
}

.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image {
  box-sizing: border-box;
}



.s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  
}


}@media (max-width: 767px){#s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  margin: 0 !important;
  overflow: visible;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-591f23d5-c2ba-449a-b374-02ca2cc8693f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  /* Add background color handling */
  
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  /* Add padding handling */
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-591f23d5-c2ba-449a-b374-02ca2cc8693f .shogun-image-content {
  
    justify-content: center;
  
}

.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-591f23d5-c2ba-449a-b374-02ca2cc8693f.shogun-image {
  box-sizing: border-box;
}



.s-591f23d5-c2ba-449a-b374-02ca2cc8693f img.shogun-image {
  
}


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

  #s-a14c720a-44db-4352-ad7e-4effd8a127a5-root {
    text-align: center;
  }


#s-a14c720a-44db-4352-ad7e-4effd8a127a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a14c720a-44db-4352-ad7e-4effd8a127a5-root {
    text-align: center;
  }


#s-a14c720a-44db-4352-ad7e-4effd8a127a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a14c720a-44db-4352-ad7e-4effd8a127a5-root {
    text-align: center;
  }


#s-a14c720a-44db-4352-ad7e-4effd8a127a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a14c720a-44db-4352-ad7e-4effd8a127a5-root {
    text-align: center;
  }


#s-a14c720a-44db-4352-ad7e-4effd8a127a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a14c720a-44db-4352-ad7e-4effd8a127a5-root {
    text-align: center;
  }


#s-a14c720a-44db-4352-ad7e-4effd8a127a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-7c13c7bb-4488-478c-98e9-81bceca385ae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7c13c7bb-4488-478c-98e9-81bceca385ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c13c7bb-4488-478c-98e9-81bceca385ae.shg-box.shg-c {
  justify-content: center;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  margin-left: 15%;
margin-right: 15%;
max-width: 1228px;
text-align: center;
}
@media (max-width: 767px){#s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  margin-top: 0px;
margin-left: -5%;
margin-right: -5%;
max-width: 175px;
}
}
#s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  margin: 0 !important;
  overflow: visible;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  /* Add background color handling */
  
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-6820b152-56df-4a6d-bfd2-6d26420e5374 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image {
  box-sizing: border-box;
}



.s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  margin: 0 !important;
  overflow: visible;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  /* Add background color handling */
  
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-6820b152-56df-4a6d-bfd2-6d26420e5374 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image {
  box-sizing: border-box;
}



.s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  margin: 0 !important;
  overflow: visible;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  /* Add background color handling */
  
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-6820b152-56df-4a6d-bfd2-6d26420e5374 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image {
  box-sizing: border-box;
}



.s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  margin: 0 !important;
  overflow: visible;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  /* Add background color handling */
  
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-6820b152-56df-4a6d-bfd2-6d26420e5374 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image {
  box-sizing: border-box;
}



.s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  margin: 0 !important;
  overflow: visible;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6820b152-56df-4a6d-bfd2-6d26420e5374 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  /* Add background color handling */
  
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0px;
  padding-bottom: 3px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image {
    
    
    
    max-height: 1228px;
  }


.s-6820b152-56df-4a6d-bfd2-6d26420e5374 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6820b152-56df-4a6d-bfd2-6d26420e5374.shogun-image {
  box-sizing: border-box;
}



.s-6820b152-56df-4a6d-bfd2-6d26420e5374 img.shogun-image {
  
}


}
#s-9f7a2c75-370c-4f06-9fd6-f24423987a4a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 18px;
padding-left: 16%;
padding-bottom: 18px;
padding-right: 16%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: undefined center;
line-height: 0.6em;
}
#s-9f7a2c75-370c-4f06-9fd6-f24423987a4a:hover {background-color: rgba(104, 103, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9f7a2c75-370c-4f06-9fd6-f24423987a4a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-9f7a2c75-370c-4f06-9fd6-f24423987a4a {
  margin-top: -1px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 14%;
padding-left: 11%;
padding-bottom: 14%;
padding-right: 11%;
text-align: center;
}
}

  #s-9f7a2c75-370c-4f06-9fd6-f24423987a4a-root {
    text-align: center;
  }


#s-9f7a2c75-370c-4f06-9fd6-f24423987a4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f7a2c75-370c-4f06-9fd6-f24423987a4a-root {
    text-align: center;
  }


#s-9f7a2c75-370c-4f06-9fd6-f24423987a4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f7a2c75-370c-4f06-9fd6-f24423987a4a-root {
    text-align: center;
  }


#s-9f7a2c75-370c-4f06-9fd6-f24423987a4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f7a2c75-370c-4f06-9fd6-f24423987a4a-root {
    text-align: center;
  }


#s-9f7a2c75-370c-4f06-9fd6-f24423987a4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f7a2c75-370c-4f06-9fd6-f24423987a4a-root {
    text-align: center;
  }


#s-9f7a2c75-370c-4f06-9fd6-f24423987a4a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  font-weight: 600;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-4f0547a7-7e0c-4f4f-b09b-8b3d289382da {
  margin-left: auto;
margin-right: auto;
}

#s-828c630c-2d38-4dff-8fcc-b7a0f67f8b58 {
  margin-left: auto;
margin-right: auto;
}

#s-65ca751e-d5b1-40b7-b788-665f3096240e {
  margin-left: auto;
margin-right: auto;
}

#s-cdffe16b-08d0-45e9-8208-6f7a0469cedb {
  margin-left: auto;
margin-right: auto;
}

#s-620b4921-c89d-4203-aaa4-b92b89f95716 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-7bf276ef-1dd6-4a06-bc38-172430a91ae5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-7bf276ef-1dd6-4a06-bc38-172430a91ae5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7bf276ef-1dd6-4a06-bc38-172430a91ae5.shg-box.shg-c {
  justify-content: center;
}

#s-b3d865c9-211f-4490-9db6-a28d1ae0c6d8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-b84fcb7a-15ac-4145-b907-bfdbaff1d681 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-b84fcb7a-15ac-4145-b907-bfdbaff1d681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b84fcb7a-15ac-4145-b907-bfdbaff1d681.shg-box.shg-c {
  justify-content: center;
}

#s-56ec92df-08a9-410f-8dc1-3165351a5b04 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-9c6d8ce2-838b-4cb8-b096-08dbf5e4ecb8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-9c6d8ce2-838b-4cb8-b096-08dbf5e4ecb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c6d8ce2-838b-4cb8-b096-08dbf5e4ecb8.shg-box.shg-c {
  justify-content: center;
}

#s-57b4e918-cbcf-4b24-9fe5-b59b675eb72f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-23fc143b-d34d-4d9a-b7ba-52221b113c14 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(236, 236, 236, 0);
}








#s-23fc143b-d34d-4d9a-b7ba-52221b113c14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23fc143b-d34d-4d9a-b7ba-52221b113c14.shg-box.shg-c {
  justify-content: center;
}

#s-98172b72-8638-4552-8030-2949b78c21a4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
background-color: rgba(0, 0, 0, 0);
}

#s-29c0a6ef-96a1-4963-8df4-73d5f8492f75 {
  margin-left: auto;
margin-right: auto;
}

#s-a9d1a308-536f-4319-9489-871c25c3dbef {
  margin-left: auto;
margin-right: auto;
}

#s-5fa4ff07-4839-42fd-94ce-ed10114ed1e0 {
  margin-left: auto;
margin-right: auto;
}

#s-a7284679-4653-4cdb-98b0-a8a233d2a4c9 {
  margin-left: auto;
margin-right: auto;
}

#s-7866b11a-5127-4cc0-83e0-307c95337533 {
  margin-left: auto;
margin-right: auto;
}

#s-291285ff-c48c-4653-b97f-03afca953fb3 {
  margin-left: auto;
margin-right: auto;
}

#s-b0a15550-1e37-4d80-b467-c81b75c2e13a {
  margin-left: auto;
margin-right: auto;
}

#s-b977eaae-14b8-4113-b7e1-698d99572bb4 {
  margin-left: auto;
margin-right: auto;
}

#s-5b8d0a6f-f964-4152-a831-103bea1a3df0 {
  margin-left: auto;
margin-right: auto;
}

#s-45eee8a7-0953-49ee-9871-78bd26262285 {
  margin-left: auto;
margin-right: auto;
}

#s-032e6df4-61a8-4d14-89ad-bd70f6e4b6ea {
  margin-left: auto;
margin-right: auto;
}

#s-f2b8ce9a-2653-4e77-a15b-8070c6b55ca5 {
  margin-left: auto;
margin-right: auto;
}

#s-327f4d06-f05f-4f0d-8cab-a0d70e10a4ce {
  margin-left: auto;
margin-right: auto;
}

#s-a7e0582d-34f9-4f54-87d5-25efca5dba12 {
  margin-left: auto;
margin-right: auto;
}

#s-9fca159e-8f7a-4245-8834-3923b5cf547e {
  min-height: 50px;
}








#s-9fca159e-8f7a-4245-8834-3923b5cf547e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fca159e-8f7a-4245-8834-3923b5cf547e.shg-box.shg-c {
  justify-content: center;
}

#s-cd5364e8-1b78-4c9a-99ed-183c75cfc0fc {
  min-height: 50px;
}








#s-cd5364e8-1b78-4c9a-99ed-183c75cfc0fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd5364e8-1b78-4c9a-99ed-183c75cfc0fc.shg-box.shg-c {
  justify-content: center;
}

#s-e2a75438-625b-4960-b928-0c1b6595b2c8 {
  padding-top: 2em;
padding-bottom: 2em;
text-align: center;
}

#s-e2a75438-625b-4960-b928-0c1b6595b2c8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



#s-0de089a1-f666-4554-8ac3-09fc224bdf23 {
  text-align: left;
}

#s-94806783-9b45-40ab-8fde-08d70391f182 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-94806783-9b45-40ab-8fde-08d70391f182 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-94806783-9b45-40ab-8fde-08d70391f182 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-94806783-9b45-40ab-8fde-08d70391f182 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-94806783-9b45-40ab-8fde-08d70391f182 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-94806783-9b45-40ab-8fde-08d70391f182 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d4c66795-0119-4a3d-a37d-4942499d7ec5 {
  text-align: left;
}

#s-c7739b42-aedd-4e0e-8970-d0078d2d2141 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c7739b42-aedd-4e0e-8970-d0078d2d2141 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c7739b42-aedd-4e0e-8970-d0078d2d2141 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-c7739b42-aedd-4e0e-8970-d0078d2d2141 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c7739b42-aedd-4e0e-8970-d0078d2d2141 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c7739b42-aedd-4e0e-8970-d0078d2d2141 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c2d17ee5-f640-4d6d-84ee-55f907d81033 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-c2d17ee5-f640-4d6d-84ee-55f907d81033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c2d17ee5-f640-4d6d-84ee-55f907d81033.shg-box.shg-c {
  justify-content: center;
}

#s-958a1db8-52ca-4f1a-a60b-1c10fe2b7d3a {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-bottom: 3%;
}

#s-958a1db8-52ca-4f1a-a60b-1c10fe2b7d3a .shg-proportional-font-size,
#s-958a1db8-52ca-4f1a-a60b-1c10fe2b7d3a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-da373ceb-17ad-4620-9490-131d9969dd3e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}








#s-da373ceb-17ad-4620-9490-131d9969dd3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da373ceb-17ad-4620-9490-131d9969dd3e.shg-box.shg-c {
  justify-content: center;
}

#s-82f6b1b8-0859-47ac-863a-2d1df840a12e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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







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

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

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

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

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

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

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

}

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

}

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

}

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

}

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

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

}

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

}

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

}

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

}

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

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

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

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

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

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

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

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-debf0b2b-c2c0-48fc-b057-64030a360fe5 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image {
  box-sizing: border-box;
}


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
      position: relative;
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image {
  box-sizing: border-box;
}


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
      position: relative;
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image {
  box-sizing: border-box;
}


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
      position: relative;
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image {
  box-sizing: border-box;
}


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
      position: relative;
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image {
  box-sizing: border-box;
}


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7fb6043c-c8a0-44ed-9236-1973a3895805 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fb6043c-c8a0-44ed-9236-1973a3895805 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container {
      position: relative;
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fb6043c-c8a0-44ed-9236-1973a3895805 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Roboto";
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-62afc383-87a2-4cc4-bcea-079fe68cf3d0 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-62afc383-87a2-4cc4-bcea-079fe68cf3d0 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-0a69f097-3035-46b8-bca7-ea217eecfd87 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-4c7f7978-be8a-4605-8ac6-9a96d66d100a {
  margin-top: 8%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4c7f7978-be8a-4605-8ac6-9a96d66d100a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c7f7978-be8a-4605-8ac6-9a96d66d100a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c7f7978-be8a-4605-8ac6-9a96d66d100a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c7f7978-be8a-4605-8ac6-9a96d66d100a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a1027248-6dc3-48a6-b781-77ae0e3076f8 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-a1027248-6dc3-48a6-b781-77ae0e3076f8 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-a1027248-6dc3-48a6-b781-77ae0e3076f8 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-a1027248-6dc3-48a6-b781-77ae0e3076f8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284-atc-btn-wrapper {
    text-align: center;
  }


#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284-atc-btn-wrapper {
    text-align: center;
  }


#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284-atc-btn-wrapper {
    text-align: center;
  }


#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284-atc-btn-wrapper {
    text-align: center;
  }


#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284-atc-btn-wrapper {
    text-align: center;
  }


#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e42f8d8c-1b9e-4f5e-8303-55e33f61a284.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-fe67bcae-1263-4c14-b8ed-52aa911768a4 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  margin: 0 !important;
  overflow: visible;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  /* Add background color handling */
  
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 0%;
  padding-bottom: 0%;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shogun-image {
  box-sizing: border-box;
}


.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  
}


@media (min-width: 1200px){#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  margin: 0 !important;
  overflow: visible;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  /* Add background color handling */
  
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shogun-image {
  box-sizing: border-box;
}


.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  margin: 0 !important;
  overflow: visible;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  /* Add background color handling */
  
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shogun-image {
  box-sizing: border-box;
}


.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  margin: 0 !important;
  overflow: visible;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  /* Add background color handling */
  
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shogun-image {
  box-sizing: border-box;
}


.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  
}


}@media (max-width: 767px){#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  margin: 0 !important;
  overflow: visible;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  /* Add background color handling */
  
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e.shogun-image {
  box-sizing: border-box;
}


.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-a6bf00ab-b6fe-485f-9661-0e1bb133e07e img.shogun-image {
  
}


}
#s-c9dc0117-3130-4b82-8bb0-d9d154014b58 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-c9dc0117-3130-4b82-8bb0-d9d154014b58 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-f30388ad-db69-4588-9e19-a13043673ffd {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-6bcd369c-3743-4c28-8394-c48a15035bdd {
  margin-top: 8%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6bcd369c-3743-4c28-8394-c48a15035bdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bcd369c-3743-4c28-8394-c48a15035bdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6bcd369c-3743-4c28-8394-c48a15035bdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bcd369c-3743-4c28-8394-c48a15035bdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0c0ea411-02ac-4cc0-a8eb-0e8ca9c60d45 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-0c0ea411-02ac-4cc0-a8eb-0e8ca9c60d45 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-0c0ea411-02ac-4cc0-a8eb-0e8ca9c60d45 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-0c0ea411-02ac-4cc0-a8eb-0e8ca9c60d45 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f73bf982-4c45-4740-b7e4-911ece1582d2:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f73bf982-4c45-4740-b7e4-911ece1582d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f73bf982-4c45-4740-b7e4-911ece1582d2-atc-btn-wrapper {
    text-align: center;
  }


#s-f73bf982-4c45-4740-b7e4-911ece1582d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-f73bf982-4c45-4740-b7e4-911ece1582d2-atc-btn-wrapper {
    text-align: center;
  }


#s-f73bf982-4c45-4740-b7e4-911ece1582d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-f73bf982-4c45-4740-b7e4-911ece1582d2-atc-btn-wrapper {
    text-align: center;
  }


#s-f73bf982-4c45-4740-b7e4-911ece1582d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-f73bf982-4c45-4740-b7e4-911ece1582d2-atc-btn-wrapper {
    text-align: center;
  }


#s-f73bf982-4c45-4740-b7e4-911ece1582d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-f73bf982-4c45-4740-b7e4-911ece1582d2-atc-btn-wrapper {
    text-align: center;
  }


#s-f73bf982-4c45-4740-b7e4-911ece1582d2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f73bf982-4c45-4740-b7e4-911ece1582d2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-94347c6f-6cf3-42fa-952c-4d401f803814 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  margin: 0 !important;
  overflow: visible;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add background color handling */
  
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
  box-sizing: border-box;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
      position: relative;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  margin: 0 !important;
  overflow: visible;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add background color handling */
  
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
  box-sizing: border-box;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
      position: relative;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  margin: 0 !important;
  overflow: visible;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add background color handling */
  
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
  box-sizing: border-box;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
      position: relative;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  margin: 0 !important;
  overflow: visible;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add background color handling */
  
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
  box-sizing: border-box;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
      position: relative;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  margin: 0 !important;
  overflow: visible;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add background color handling */
  
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image {
  box-sizing: border-box;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container {
      position: relative;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c11320ae-edfb-4bcd-91e7-70e25ef78138 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-0398478c-fc7a-4b89-bc95-27a2524ba8c0 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-0398478c-fc7a-4b89-bc95-27a2524ba8c0 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-23f45155-87ac-4b1a-8b5d-bafe20817a3e {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-b37a4664-7313-4e67-ac31-6f268ea4c94d {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b37a4664-7313-4e67-ac31-6f268ea4c94d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b37a4664-7313-4e67-ac31-6f268ea4c94d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b37a4664-7313-4e67-ac31-6f268ea4c94d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b37a4664-7313-4e67-ac31-6f268ea4c94d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8ceaa1e8-c663-4a9b-af84-7fe54712f93b {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-8ceaa1e8-c663-4a9b-af84-7fe54712f93b .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-8ceaa1e8-c663-4a9b-af84-7fe54712f93b .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-8ceaa1e8-c663-4a9b-af84-7fe54712f93b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d8416a71-9145-4446-9eb8-3a3b9052d91f:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d8416a71-9145-4446-9eb8-3a3b9052d91f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f-atc-btn-wrapper {
    text-align: center;
  }


#s-d8416a71-9145-4446-9eb8-3a3b9052d91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f-atc-btn-wrapper {
    text-align: center;
  }


#s-d8416a71-9145-4446-9eb8-3a3b9052d91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f-atc-btn-wrapper {
    text-align: center;
  }


#s-d8416a71-9145-4446-9eb8-3a3b9052d91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f-atc-btn-wrapper {
    text-align: center;
  }


#s-d8416a71-9145-4446-9eb8-3a3b9052d91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f-atc-btn-wrapper {
    text-align: center;
  }


#s-d8416a71-9145-4446-9eb8-3a3b9052d91f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d8416a71-9145-4446-9eb8-3a3b9052d91f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-92b24fc1-6fb8-4712-9a7a-6529b87ad316 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
  box-sizing: border-box;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
      position: relative;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
  box-sizing: border-box;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
      position: relative;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
  box-sizing: border-box;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
      position: relative;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
  box-sizing: border-box;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
      position: relative;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image {
  box-sizing: border-box;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container {
      position: relative;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e4d9f6f-cad7-41e5-bc46-611b6e9b96b9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-3f315366-0264-4f53-b11c-d5bfff9687ef {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-3f315366-0264-4f53-b11c-d5bfff9687ef .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-6f6986ea-00ec-44cd-8152-dabeff40606d {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-3ad57e75-ff4c-4aa1-8d63-f9b10a37282d {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3ad57e75-ff4c-4aa1-8d63-f9b10a37282d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ad57e75-ff4c-4aa1-8d63-f9b10a37282d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ad57e75-ff4c-4aa1-8d63-f9b10a37282d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ad57e75-ff4c-4aa1-8d63-f9b10a37282d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-08e9d499-41fa-4037-a853-3a6cc4284f52 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-08e9d499-41fa-4037-a853-3a6cc4284f52 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-08e9d499-41fa-4037-a853-3a6cc4284f52 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-08e9d499-41fa-4037-a853-3a6cc4284f52 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d-atc-btn-wrapper {
    text-align: center;
  }


#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d-atc-btn-wrapper {
    text-align: center;
  }


#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d-atc-btn-wrapper {
    text-align: center;
  }


#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d-atc-btn-wrapper {
    text-align: center;
  }


#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d-atc-btn-wrapper {
    text-align: center;
  }


#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ca0ba6ec-ed0f-4a05-84cc-13ba4383163d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-c6e2b423-ab5a-4327-a674-1ccfea9f503e {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
  box-sizing: border-box;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
      position: relative;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
  box-sizing: border-box;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
      position: relative;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
  box-sizing: border-box;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
      position: relative;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
  box-sizing: border-box;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
      position: relative;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  margin: 0 !important;
  overflow: visible;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add background color handling */
  
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image {
  box-sizing: border-box;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container {
      position: relative;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6eaf2052-8461-468a-bb9b-34dbf64a2bd0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-e3e6c2df-8e11-4f4c-8715-088a4b098b74 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-e3e6c2df-8e11-4f4c-8715-088a4b098b74 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-2570f61c-f53a-48dc-bf80-e323ae79814c {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-e985027d-df06-4d95-9103-5cc336585b3d {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e985027d-df06-4d95-9103-5cc336585b3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e985027d-df06-4d95-9103-5cc336585b3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e985027d-df06-4d95-9103-5cc336585b3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e985027d-df06-4d95-9103-5cc336585b3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-693d43b1-34bf-4670-9984-bc41564d48c0 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-693d43b1-34bf-4670-9984-bc41564d48c0 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-693d43b1-34bf-4670-9984-bc41564d48c0 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-693d43b1-34bf-4670-9984-bc41564d48c0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e4b89726-8fdd-4824-bd5d-0963d3337200:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e4b89726-8fdd-4824-bd5d-0963d3337200:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e4b89726-8fdd-4824-bd5d-0963d3337200-atc-btn-wrapper {
    text-align: center;
  }


#s-e4b89726-8fdd-4824-bd5d-0963d3337200 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-e4b89726-8fdd-4824-bd5d-0963d3337200-atc-btn-wrapper {
    text-align: center;
  }


#s-e4b89726-8fdd-4824-bd5d-0963d3337200 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4b89726-8fdd-4824-bd5d-0963d3337200-atc-btn-wrapper {
    text-align: center;
  }


#s-e4b89726-8fdd-4824-bd5d-0963d3337200 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-e4b89726-8fdd-4824-bd5d-0963d3337200-atc-btn-wrapper {
    text-align: center;
  }


#s-e4b89726-8fdd-4824-bd5d-0963d3337200 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-e4b89726-8fdd-4824-bd5d-0963d3337200-atc-btn-wrapper {
    text-align: center;
  }


#s-e4b89726-8fdd-4824-bd5d-0963d3337200 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e4b89726-8fdd-4824-bd5d-0963d3337200.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-9c0c6544-3cf6-4460-a0a1-6d6be6973080 {
  margin-bottom: 25px;
margin-right: 0%;
padding-right: 0%;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  margin: 0 !important;
  overflow: visible;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add background color handling */
  
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
  box-sizing: border-box;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
      position: relative;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  margin: 0 !important;
  overflow: visible;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add background color handling */
  
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
  box-sizing: border-box;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
      position: relative;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  margin: 0 !important;
  overflow: visible;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add background color handling */
  
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
  box-sizing: border-box;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
      position: relative;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  margin: 0 !important;
  overflow: visible;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add background color handling */
  
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
  box-sizing: border-box;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
      position: relative;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  margin: 0 !important;
  overflow: visible;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add background color handling */
  
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image {
  box-sizing: border-box;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-09e537b3-6db5-4a6d-ab53-ea64920f754c .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container {
      position: relative;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09e537b3-6db5-4a6d-ab53-ea64920f754c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-4c7c5d74-fc46-4184-aee9-0db3eeccf5aa {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-4c7c5d74-fc46-4184-aee9-0db3eeccf5aa .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-8aac0838-8595-4760-86b9-a0eb72b73463 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-91b64b2f-75c5-4c2e-ad88-da79b7828186 {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-91b64b2f-75c5-4c2e-ad88-da79b7828186"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91b64b2f-75c5-4c2e-ad88-da79b7828186"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91b64b2f-75c5-4c2e-ad88-da79b7828186"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91b64b2f-75c5-4c2e-ad88-da79b7828186"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-25ac9641-b5d9-4d7c-8659-5b6fd6b98a34 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-25ac9641-b5d9-4d7c-8659-5b6fd6b98a34 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-25ac9641-b5d9-4d7c-8659-5b6fd6b98a34 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-25ac9641-b5d9-4d7c-8659-5b6fd6b98a34 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-08eae27c-3d77-465d-a260-6e8900766390 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-08eae27c-3d77-465d-a260-6e8900766390:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-08eae27c-3d77-465d-a260-6e8900766390:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08eae27c-3d77-465d-a260-6e8900766390-atc-btn-wrapper {
    text-align: center;
  }


#s-08eae27c-3d77-465d-a260-6e8900766390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-08eae27c-3d77-465d-a260-6e8900766390-atc-btn-wrapper {
    text-align: center;
  }


#s-08eae27c-3d77-465d-a260-6e8900766390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-08eae27c-3d77-465d-a260-6e8900766390-atc-btn-wrapper {
    text-align: center;
  }


#s-08eae27c-3d77-465d-a260-6e8900766390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-08eae27c-3d77-465d-a260-6e8900766390-atc-btn-wrapper {
    text-align: center;
  }


#s-08eae27c-3d77-465d-a260-6e8900766390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-08eae27c-3d77-465d-a260-6e8900766390-atc-btn-wrapper {
    text-align: center;
  }


#s-08eae27c-3d77-465d-a260-6e8900766390 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-08eae27c-3d77-465d-a260-6e8900766390.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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


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

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

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


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


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

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

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

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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


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

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

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


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


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

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

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

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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


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

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

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


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


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

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

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

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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


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

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

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


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


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

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

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

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

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

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

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

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

  /* Add margin handling */
  
  
  
  
}

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

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

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

}



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

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

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

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

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



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


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

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

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

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


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

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

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


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


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

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

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

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

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

}
#s-fc784648-0797-4c56-9c74-edfb77f50324 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-fc784648-0797-4c56-9c74-edfb77f50324 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-c90c0aca-d55f-46b8-a93a-1e54ec1462ef {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-7d22f880-04e1-422a-a51f-fdeae57e5362 {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7d22f880-04e1-422a-a51f-fdeae57e5362"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d22f880-04e1-422a-a51f-fdeae57e5362"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d22f880-04e1-422a-a51f-fdeae57e5362"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d22f880-04e1-422a-a51f-fdeae57e5362"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-286d558b-8a36-49b4-8b51-da2ec6aff669 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-286d558b-8a36-49b4-8b51-da2ec6aff669 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-286d558b-8a36-49b4-8b51-da2ec6aff669 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-286d558b-8a36-49b4-8b51-da2ec6aff669 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5b71db55-2ee1-4a90-bdc9-b08758956140:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5b71db55-2ee1-4a90-bdc9-b08758956140:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b71db55-2ee1-4a90-bdc9-b08758956140-atc-btn-wrapper {
    text-align: center;
  }


#s-5b71db55-2ee1-4a90-bdc9-b08758956140 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-5b71db55-2ee1-4a90-bdc9-b08758956140-atc-btn-wrapper {
    text-align: center;
  }


#s-5b71db55-2ee1-4a90-bdc9-b08758956140 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b71db55-2ee1-4a90-bdc9-b08758956140-atc-btn-wrapper {
    text-align: center;
  }


#s-5b71db55-2ee1-4a90-bdc9-b08758956140 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-5b71db55-2ee1-4a90-bdc9-b08758956140-atc-btn-wrapper {
    text-align: center;
  }


#s-5b71db55-2ee1-4a90-bdc9-b08758956140 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-5b71db55-2ee1-4a90-bdc9-b08758956140-atc-btn-wrapper {
    text-align: center;
  }


#s-5b71db55-2ee1-4a90-bdc9-b08758956140 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5b71db55-2ee1-4a90-bdc9-b08758956140.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-eb65950c-34f9-4478-a281-0a69fa245f78 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eb65950c-34f9-4478-a281-0a69fa245f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb65950c-34f9-4478-a281-0a69fa245f78.shg-box.shg-c {
  justify-content: center;
}

#s-b4e4df95-036b-495e-823c-fef4f1141fd8 {
  margin-bottom: 25px;
margin-right: 0%;
padding-right: 0%;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
  box-sizing: border-box;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283d6dae-da33-42c2-a746-75d283ffbc3e {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
      position: relative;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
  box-sizing: border-box;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283d6dae-da33-42c2-a746-75d283ffbc3e {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
      position: relative;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
  box-sizing: border-box;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283d6dae-da33-42c2-a746-75d283ffbc3e {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
      position: relative;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
  box-sizing: border-box;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283d6dae-da33-42c2-a746-75d283ffbc3e {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
      position: relative;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  margin: 0 !important;
  overflow: visible;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-283d6dae-da33-42c2-a746-75d283ffbc3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add background color handling */
  
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image {
  box-sizing: border-box;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-283d6dae-da33-42c2-a746-75d283ffbc3e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-283d6dae-da33-42c2-a746-75d283ffbc3e {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container {
      position: relative;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-283d6dae-da33-42c2-a746-75d283ffbc3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-b2be7006-889a-4d2b-b744-f4bef5621515 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-b2be7006-889a-4d2b-b744-f4bef5621515 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-3210a702-e05a-41a0-8e9b-79927ee7181c {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-1ba68062-ff2a-441b-a2ad-73441752506e {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1ba68062-ff2a-441b-a2ad-73441752506e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ba68062-ff2a-441b-a2ad-73441752506e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ba68062-ff2a-441b-a2ad-73441752506e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ba68062-ff2a-441b-a2ad-73441752506e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-26b81995-9b9d-43f1-b6bd-aba2870d2ee1 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-26b81995-9b9d-43f1-b6bd-aba2870d2ee1 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-26b81995-9b9d-43f1-b6bd-aba2870d2ee1 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-26b81995-9b9d-43f1-b6bd-aba2870d2ee1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f-atc-btn-wrapper {
    text-align: center;
  }


#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f-atc-btn-wrapper {
    text-align: center;
  }


#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f-atc-btn-wrapper {
    text-align: center;
  }


#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f-atc-btn-wrapper {
    text-align: center;
  }


#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f-atc-btn-wrapper {
    text-align: center;
  }


#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-65e8ac9c-8a7e-4927-bf73-4c01d4f2a66f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-8e5d0032-15bb-4956-a44f-0b345d139ad0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8e5d0032-15bb-4956-a44f-0b345d139ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e5d0032-15bb-4956-a44f-0b345d139ad0.shg-box.shg-c {
  justify-content: center;
}

#s-7efd54aa-4c54-4f94-ab30-c67ebbfaa754 {
  margin-bottom: 25px;
margin-right: 0%;
padding-right: 0%;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1228/1425;
text-align: center;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add padding handling */
  padding-left: 1%;
  padding-right: 1%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
  box-sizing: border-box;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
      position: relative;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
  box-sizing: border-box;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
      position: relative;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
  box-sizing: border-box;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
      position: relative;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
  box-sizing: border-box;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
      position: relative;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  margin: 0 !important;
  overflow: visible;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add background color handling */
  
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }

    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-link {
      aspect-ratio: 1228/1425;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image {
  box-sizing: border-box;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff {
      --shg-aspect-ratio: calc(1228/1425); 
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container {
      position: relative;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8d4fdfb-e98e-4d75-a5df-7156167374ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-5134764e-633d-4a56-b1d3-7719913df6e9 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-5134764e-633d-4a56-b1d3-7719913df6e9 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}

#s-16f5bc97-849d-4129-9f31-30c9018f5bf4 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-894c78ec-b4ed-4b00-9fff-8c7a7f802641 {
  margin-top: 8%;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-894c78ec-b4ed-4b00-9fff-8c7a7f802641"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-894c78ec-b4ed-4b00-9fff-8c7a7f802641"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-894c78ec-b4ed-4b00-9fff-8c7a7f802641"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-894c78ec-b4ed-4b00-9fff-8c7a7f802641"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f0386b80-1862-48ee-9192-1aaf784943b5 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}

#s-f0386b80-1862-48ee-9192-1aaf784943b5 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-f0386b80-1862-48ee-9192-1aaf784943b5 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-f0386b80-1862-48ee-9192-1aaf784943b5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778:hover {background-color: rgba(0, 174, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778-atc-btn-wrapper {
    text-align: center;
  }


#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778-atc-btn-wrapper {
    text-align: center;
  }


#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778-atc-btn-wrapper {
    text-align: center;
  }


#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778-atc-btn-wrapper {
    text-align: center;
  }


#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778-atc-btn-wrapper {
    text-align: center;
  }


#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a35bc315-c9a2-41fc-88ab-7d3b6ef57778.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-0588e495-d4da-47ad-9281-05513d55b9a1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
}
@media (min-width: 1200px){#s-0588e495-d4da-47ad-9281-05513d55b9a1 {
  display: none;
}
#s-0588e495-d4da-47ad-9281-05513d55b9a1, #wrap-s-0588e495-d4da-47ad-9281-05513d55b9a1, #wrap-content-s-0588e495-d4da-47ad-9281-05513d55b9a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0588e495-d4da-47ad-9281-05513d55b9a1 {
  display: none;
}
#s-0588e495-d4da-47ad-9281-05513d55b9a1, #wrap-s-0588e495-d4da-47ad-9281-05513d55b9a1, #wrap-content-s-0588e495-d4da-47ad-9281-05513d55b9a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0588e495-d4da-47ad-9281-05513d55b9a1 {
  display: none;
}
#s-0588e495-d4da-47ad-9281-05513d55b9a1, #wrap-s-0588e495-d4da-47ad-9281-05513d55b9a1, #wrap-content-s-0588e495-d4da-47ad-9281-05513d55b9a1 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-prev,
#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-next {
  
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-prev svg,
#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-0588e495-d4da-47ad-9281-05513d55b9a1 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-7146d3f8-3198-4bdb-b2e3-04d4e7f53418 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
  box-sizing: border-box;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc28609b-da50-4035-9ba5-80b1a577df3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
      position: relative;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
  box-sizing: border-box;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc28609b-da50-4035-9ba5-80b1a577df3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
      position: relative;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
  box-sizing: border-box;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc28609b-da50-4035-9ba5-80b1a577df3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
      position: relative;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
  box-sizing: border-box;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc28609b-da50-4035-9ba5-80b1a577df3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
      position: relative;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  margin: 0 !important;
  overflow: visible;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fc28609b-da50-4035-9ba5-80b1a577df3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add background color handling */
  
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image {
  box-sizing: border-box;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-fc28609b-da50-4035-9ba5-80b1a577df3a .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fc28609b-da50-4035-9ba5-80b1a577df3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container {
      position: relative;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc28609b-da50-4035-9ba5-80b1a577df3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-3f9e34cb-ab42-4400-808f-243614f9971f {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-3f9e34cb-ab42-4400-808f-243614f9971f {
  margin-left: 0px;
}
}
#s-3f9e34cb-ab42-4400-808f-243614f9971f .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-3f9e34cb-ab42-4400-808f-243614f9971f .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-67812b35-5717-4579-a362-fa629622dd47 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-19066af6-f83b-4e1b-a65f-c674435b308d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-19066af6-f83b-4e1b-a65f-c674435b308d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19066af6-f83b-4e1b-a65f-c674435b308d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19066af6-f83b-4e1b-a65f-c674435b308d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19066af6-f83b-4e1b-a65f-c674435b308d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6c828086-38db-455f-82d3-5c026abf11b2 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-6c828086-38db-455f-82d3-5c026abf11b2 {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-6c828086-38db-455f-82d3-5c026abf11b2 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6c828086-38db-455f-82d3-5c026abf11b2 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-6c828086-38db-455f-82d3-5c026abf11b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-92f6e06e-2aab-4b04-b690-d4f755503102:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-92f6e06e-2aab-4b04-b690-d4f755503102:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  margin-left: 0%;
padding-left: 20px;
padding-right: 20px;
}
}

  #s-92f6e06e-2aab-4b04-b690-d4f755503102-atc-btn-wrapper {
    text-align: center;
  }


#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-92f6e06e-2aab-4b04-b690-d4f755503102-atc-btn-wrapper {
    text-align: center;
  }


#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-92f6e06e-2aab-4b04-b690-d4f755503102-atc-btn-wrapper {
    text-align: center;
  }


#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-92f6e06e-2aab-4b04-b690-d4f755503102-atc-btn-wrapper {
    text-align: center;
  }


#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-92f6e06e-2aab-4b04-b690-d4f755503102-atc-btn-wrapper {
    text-align: center;
  }


#s-92f6e06e-2aab-4b04-b690-d4f755503102 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-92f6e06e-2aab-4b04-b690-d4f755503102.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-56f1ea54-34f2-461a-805f-22c6c41c899d {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-328fe7db-1b22-4342-b454-234f4499247e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-328fe7db-1b22-4342-b454-234f4499247e {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-328fe7db-1b22-4342-b454-234f4499247e {
  margin: 0 !important;
  overflow: visible;
}

#s-328fe7db-1b22-4342-b454-234f4499247e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add background color handling */
  
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-content {
  
    justify-content: center;
  
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
  box-sizing: border-box;
}


.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-328fe7db-1b22-4342-b454-234f4499247e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
      position: relative;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-328fe7db-1b22-4342-b454-234f4499247e {
  margin: 0 !important;
  overflow: visible;
}

#s-328fe7db-1b22-4342-b454-234f4499247e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add background color handling */
  
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-content {
  
    justify-content: center;
  
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
  box-sizing: border-box;
}


.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-328fe7db-1b22-4342-b454-234f4499247e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
      position: relative;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-328fe7db-1b22-4342-b454-234f4499247e {
  margin: 0 !important;
  overflow: visible;
}

#s-328fe7db-1b22-4342-b454-234f4499247e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add background color handling */
  
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-content {
  
    justify-content: center;
  
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
  box-sizing: border-box;
}


.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-328fe7db-1b22-4342-b454-234f4499247e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
      position: relative;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-328fe7db-1b22-4342-b454-234f4499247e {
  margin: 0 !important;
  overflow: visible;
}

#s-328fe7db-1b22-4342-b454-234f4499247e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add background color handling */
  
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-content {
  
    justify-content: center;
  
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
  box-sizing: border-box;
}


.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-328fe7db-1b22-4342-b454-234f4499247e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
      position: relative;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-328fe7db-1b22-4342-b454-234f4499247e {
  margin: 0 !important;
  overflow: visible;
}

#s-328fe7db-1b22-4342-b454-234f4499247e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-328fe7db-1b22-4342-b454-234f4499247e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add background color handling */
  
}

#s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-328fe7db-1b22-4342-b454-234f4499247e .shogun-image-content {
  
    justify-content: center;
  
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image {
  box-sizing: border-box;
}


.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-328fe7db-1b22-4342-b454-234f4499247e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-328fe7db-1b22-4342-b454-234f4499247e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container {
      position: relative;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-328fe7db-1b22-4342-b454-234f4499247e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-3b294906-456f-435b-9ff3-e6e3bdc25066 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-3b294906-456f-435b-9ff3-e6e3bdc25066 {
  margin-left: 0px;
}
}
#s-3b294906-456f-435b-9ff3-e6e3bdc25066 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-3b294906-456f-435b-9ff3-e6e3bdc25066 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-6b2018b7-d95f-4dba-8388-697fafee7bd7 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-106bd893-c21d-430f-a509-0035b7805a0d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-106bd893-c21d-430f-a509-0035b7805a0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-106bd893-c21d-430f-a509-0035b7805a0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-106bd893-c21d-430f-a509-0035b7805a0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-106bd893-c21d-430f-a509-0035b7805a0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a3ce81a8-8782-4346-b167-f1e10a9f4180 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-a3ce81a8-8782-4346-b167-f1e10a9f4180 {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-a3ce81a8-8782-4346-b167-f1e10a9f4180 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-a3ce81a8-8782-4346-b167-f1e10a9f4180 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-a3ce81a8-8782-4346-b167-f1e10a9f4180 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ab543c40-81f1-44ea-9595-0715f0012b2a:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ab543c40-81f1-44ea-9595-0715f0012b2a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  margin-left: 0%;
}
}

  #s-ab543c40-81f1-44ea-9595-0715f0012b2a-atc-btn-wrapper {
    text-align: center;
  }


#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-ab543c40-81f1-44ea-9595-0715f0012b2a-atc-btn-wrapper {
    text-align: center;
  }


#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab543c40-81f1-44ea-9595-0715f0012b2a-atc-btn-wrapper {
    text-align: center;
  }


#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ab543c40-81f1-44ea-9595-0715f0012b2a-atc-btn-wrapper {
    text-align: center;
  }


#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-ab543c40-81f1-44ea-9595-0715f0012b2a-atc-btn-wrapper {
    text-align: center;
  }


#s-ab543c40-81f1-44ea-9595-0715f0012b2a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab543c40-81f1-44ea-9595-0715f0012b2a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-87145dcf-6c36-4f6f-b43a-efad29bd0ab8 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  margin: 0 !important;
  overflow: visible;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add background color handling */
  
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-content {
  
    justify-content: center;
  
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
  box-sizing: border-box;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
      position: relative;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  margin: 0 !important;
  overflow: visible;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add background color handling */
  
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-content {
  
    justify-content: center;
  
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
  box-sizing: border-box;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
      position: relative;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  margin: 0 !important;
  overflow: visible;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add background color handling */
  
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-content {
  
    justify-content: center;
  
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
  box-sizing: border-box;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
      position: relative;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  margin: 0 !important;
  overflow: visible;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add background color handling */
  
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-content {
  
    justify-content: center;
  
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
  box-sizing: border-box;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
      position: relative;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  margin: 0 !important;
  overflow: visible;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add background color handling */
  
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shogun-image-content {
  
    justify-content: center;
  
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image {
  box-sizing: border-box;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container {
      position: relative;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-24bafaa7-3dc6-4a5a-86c2-eb25c093e88e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-4a4f035a-f904-4926-b48b-1dfb34b4eb60 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-4a4f035a-f904-4926-b48b-1dfb34b4eb60 {
  margin-left: 0px;
}
}
#s-4a4f035a-f904-4926-b48b-1dfb34b4eb60 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-4a4f035a-f904-4926-b48b-1dfb34b4eb60 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-6bbe803b-9d70-46fd-b1cd-0583f5175a48 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-97554060-73ac-4fef-938c-28c01bbc0602 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-97554060-73ac-4fef-938c-28c01bbc0602"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97554060-73ac-4fef-938c-28c01bbc0602"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97554060-73ac-4fef-938c-28c01bbc0602"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97554060-73ac-4fef-938c-28c01bbc0602"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ee6a8db7-ee71-4d06-ad0c-631ba3e38183 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-ee6a8db7-ee71-4d06-ad0c-631ba3e38183 {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-ee6a8db7-ee71-4d06-ad0c-631ba3e38183 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-ee6a8db7-ee71-4d06-ad0c-631ba3e38183 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-ee6a8db7-ee71-4d06-ad0c-631ba3e38183 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4745130d-3142-47e2-a843-4b666d2729a9:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4745130d-3142-47e2-a843-4b666d2729a9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  margin-left: 0%;
}
}

  #s-4745130d-3142-47e2-a843-4b666d2729a9-atc-btn-wrapper {
    text-align: center;
  }


#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-4745130d-3142-47e2-a843-4b666d2729a9-atc-btn-wrapper {
    text-align: center;
  }


#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-4745130d-3142-47e2-a843-4b666d2729a9-atc-btn-wrapper {
    text-align: center;
  }


#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-4745130d-3142-47e2-a843-4b666d2729a9-atc-btn-wrapper {
    text-align: center;
  }


#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-4745130d-3142-47e2-a843-4b666d2729a9-atc-btn-wrapper {
    text-align: center;
  }


#s-4745130d-3142-47e2-a843-4b666d2729a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4745130d-3142-47e2-a843-4b666d2729a9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-c698a22c-3f0c-44c1-8575-e70a66deae60 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
  box-sizing: border-box;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
      position: relative;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
  box-sizing: border-box;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
      position: relative;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
  box-sizing: border-box;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
      position: relative;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
  box-sizing: border-box;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
      position: relative;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image {
  box-sizing: border-box;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container {
      position: relative;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afc31569-2a0f-4eed-8315-628ad87a2ab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-d60e6e1a-6519-4a6b-84aa-816bcc6c862a {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-d60e6e1a-6519-4a6b-84aa-816bcc6c862a {
  margin-left: 0px;
}
}
#s-d60e6e1a-6519-4a6b-84aa-816bcc6c862a .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-d60e6e1a-6519-4a6b-84aa-816bcc6c862a .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-514b71a3-52cb-4472-ac6d-905973621086 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-52d0cd50-fe39-4632-8541-0b32e37df36a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-52d0cd50-fe39-4632-8541-0b32e37df36a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52d0cd50-fe39-4632-8541-0b32e37df36a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52d0cd50-fe39-4632-8541-0b32e37df36a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52d0cd50-fe39-4632-8541-0b32e37df36a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6ca522f4-f383-40ea-a4ac-aed70fd21a17 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-6ca522f4-f383-40ea-a4ac-aed70fd21a17 {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-6ca522f4-f383-40ea-a4ac-aed70fd21a17 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6ca522f4-f383-40ea-a4ac-aed70fd21a17 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-6ca522f4-f383-40ea-a4ac-aed70fd21a17 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  margin-left: 0%;
}
}

  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f-atc-btn-wrapper {
    text-align: center;
  }


#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f-atc-btn-wrapper {
    text-align: center;
  }


#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f-atc-btn-wrapper {
    text-align: center;
  }


#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f-atc-btn-wrapper {
    text-align: center;
  }


#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f-atc-btn-wrapper {
    text-align: center;
  }


#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4a95c9e2-279e-4511-b15a-dce88ccdc35f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-81f14f74-a921-4858-ade8-9c44ae0fb7cb {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
  box-sizing: border-box;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
      position: relative;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
  box-sizing: border-box;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
      position: relative;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
  box-sizing: border-box;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
      position: relative;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
  box-sizing: border-box;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
      position: relative;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image {
  box-sizing: border-box;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container {
      position: relative;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f0296bc-03e4-4921-a740-58dcee00b1d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-7877315c-3169-418a-8f17-73dcd5ad3e69 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-7877315c-3169-418a-8f17-73dcd5ad3e69 {
  margin-left: 0px;
}
}
#s-7877315c-3169-418a-8f17-73dcd5ad3e69 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-7877315c-3169-418a-8f17-73dcd5ad3e69 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-f79bea2c-9c0e-4e32-83d2-857088bd028f {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-41841fbb-5a90-4072-9cad-993d245b52e8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-41841fbb-5a90-4072-9cad-993d245b52e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41841fbb-5a90-4072-9cad-993d245b52e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41841fbb-5a90-4072-9cad-993d245b52e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41841fbb-5a90-4072-9cad-993d245b52e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-970e59f1-b87b-4900-9497-959b5765bdad {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-970e59f1-b87b-4900-9497-959b5765bdad {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-970e59f1-b87b-4900-9497-959b5765bdad .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-970e59f1-b87b-4900-9497-959b5765bdad .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-970e59f1-b87b-4900-9497-959b5765bdad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e515cb0b-ca82-41d1-a2af-f92d272770a5:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e515cb0b-ca82-41d1-a2af-f92d272770a5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  margin-left: 0%;
}
}

  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e515cb0b-ca82-41d1-a2af-f92d272770a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e515cb0b-ca82-41d1-a2af-f92d272770a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-002c577f-0a16-424d-bc5e-19abbba428ef {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
  box-sizing: border-box;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
      position: relative;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
  box-sizing: border-box;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
      position: relative;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
  box-sizing: border-box;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
      position: relative;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
  box-sizing: border-box;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
      position: relative;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  margin: 0 !important;
  overflow: visible;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add background color handling */
  
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image {
  box-sizing: border-box;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-9edf2038-d987-48c1-bc63-a8a669a19b95 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container {
      position: relative;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9edf2038-d987-48c1-bc63-a8a669a19b95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-e1c286a3-1b1e-439f-9091-211a36c2dc53 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-e1c286a3-1b1e-439f-9091-211a36c2dc53 {
  margin-left: 0px;
}
}
#s-e1c286a3-1b1e-439f-9091-211a36c2dc53 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-e1c286a3-1b1e-439f-9091-211a36c2dc53 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-2ec2af28-e9e9-46b1-b4c1-e964c1af194a {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-8bff21ed-eb48-455b-b898-ff0fdbc04f61 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8bff21ed-eb48-455b-b898-ff0fdbc04f61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bff21ed-eb48-455b-b898-ff0fdbc04f61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bff21ed-eb48-455b-b898-ff0fdbc04f61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bff21ed-eb48-455b-b898-ff0fdbc04f61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-03f94fef-aaad-4371-9971-c2ce509f704e {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-03f94fef-aaad-4371-9971-c2ce509f704e {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-03f94fef-aaad-4371-9971-c2ce509f704e .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-03f94fef-aaad-4371-9971-c2ce509f704e .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-03f94fef-aaad-4371-9971-c2ce509f704e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6780beaf-335b-4eb5-968c-1ea571b42716:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6780beaf-335b-4eb5-968c-1ea571b42716:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  margin-left: 0%;
}
}

  #s-6780beaf-335b-4eb5-968c-1ea571b42716-atc-btn-wrapper {
    text-align: center;
  }


#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-6780beaf-335b-4eb5-968c-1ea571b42716-atc-btn-wrapper {
    text-align: center;
  }


#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-6780beaf-335b-4eb5-968c-1ea571b42716-atc-btn-wrapper {
    text-align: center;
  }


#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-6780beaf-335b-4eb5-968c-1ea571b42716-atc-btn-wrapper {
    text-align: center;
  }


#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-6780beaf-335b-4eb5-968c-1ea571b42716-atc-btn-wrapper {
    text-align: center;
  }


#s-6780beaf-335b-4eb5-968c-1ea571b42716 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6780beaf-335b-4eb5-968c-1ea571b42716.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-fb87aa16-80d1-42b0-8b1a-1d51f1dcdf9d {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  margin: 0 !important;
  overflow: visible;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add background color handling */
  
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
  box-sizing: border-box;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
      position: relative;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  margin: 0 !important;
  overflow: visible;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add background color handling */
  
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
  box-sizing: border-box;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
      position: relative;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  margin: 0 !important;
  overflow: visible;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add background color handling */
  
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
  box-sizing: border-box;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
      position: relative;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  margin: 0 !important;
  overflow: visible;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add background color handling */
  
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
  box-sizing: border-box;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
      position: relative;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  margin: 0 !important;
  overflow: visible;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add background color handling */
  
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image {
  box-sizing: border-box;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container {
      position: relative;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9d2aab4-ed97-4c7c-8072-d83282dfc6bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-152e1454-5293-4447-9958-5f8dd9edc6c0 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-152e1454-5293-4447-9958-5f8dd9edc6c0 {
  margin-left: 0px;
}
}
#s-152e1454-5293-4447-9958-5f8dd9edc6c0 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-152e1454-5293-4447-9958-5f8dd9edc6c0 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-a3756e08-f857-4b7e-bebb-bc21e6ac4e66 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-2a0e7ee3-a5ba-4db7-ac23-16f4e4b970fb {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2a0e7ee3-a5ba-4db7-ac23-16f4e4b970fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a0e7ee3-a5ba-4db7-ac23-16f4e4b970fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a0e7ee3-a5ba-4db7-ac23-16f4e4b970fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a0e7ee3-a5ba-4db7-ac23-16f4e4b970fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b7b2854f-be4e-4f91-8a6a-5990ca78c1e4 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-b7b2854f-be4e-4f91-8a6a-5990ca78c1e4 {
  margin-left: 0%;
margin-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-b7b2854f-be4e-4f91-8a6a-5990ca78c1e4 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-b7b2854f-be4e-4f91-8a6a-5990ca78c1e4 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-b7b2854f-be4e-4f91-8a6a-5990ca78c1e4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7760e578-f460-4536-ad65-6f87c9898f62:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7760e578-f460-4536-ad65-6f87c9898f62:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  margin-left: 0%;
}
}

  #s-7760e578-f460-4536-ad65-6f87c9898f62-atc-btn-wrapper {
    text-align: center;
  }


#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-7760e578-f460-4536-ad65-6f87c9898f62-atc-btn-wrapper {
    text-align: center;
  }


#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-7760e578-f460-4536-ad65-6f87c9898f62-atc-btn-wrapper {
    text-align: center;
  }


#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-7760e578-f460-4536-ad65-6f87c9898f62-atc-btn-wrapper {
    text-align: center;
  }


#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-7760e578-f460-4536-ad65-6f87c9898f62-atc-btn-wrapper {
    text-align: center;
  }


#s-7760e578-f460-4536-ad65-6f87c9898f62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7760e578-f460-4536-ad65-6f87c9898f62.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-14bbf1e1-e931-4c25-8c78-f70753d69906 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
text-align: left;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  max-width: 500px;
aspect-ratio: 1228/1425;
}
}
#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
  box-sizing: border-box;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
      position: relative;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
  box-sizing: border-box;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
      position: relative;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
  box-sizing: border-box;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
      position: relative;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
  box-sizing: border-box;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
      position: relative;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  margin: 0 !important;
  overflow: visible;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add background color handling */
  
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shogun-image-content {
  
    justify-content: center;
  
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image {
  box-sizing: border-box;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container {
      position: relative;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ac1d1fc-ba32-4c00-aed9-948bc1aa653e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-e05379cf-42af-4126-8cbb-49bc943ac2d6 {
  margin-top: 20px;
margin-left: 2px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 1em;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-e05379cf-42af-4126-8cbb-49bc943ac2d6 {
  margin-left: 0px;
padding-top: 0em;
padding-bottom: 1em;
}
}
#s-e05379cf-42af-4126-8cbb-49bc943ac2d6 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
@media (max-width: 767px){#s-e05379cf-42af-4126-8cbb-49bc943ac2d6 .shg-product-title-component h5 span {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: Roboto Condensed;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}
}
#s-b189bb01-56b5-408f-9f49-6d360dcb27e2 {
  margin-top: -1em;
margin-left: 2px;
margin-right: auto;
}

#s-71c0c16e-d320-4cbb-977a-acec9590792b {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-71c0c16e-d320-4cbb-977a-acec9590792b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71c0c16e-d320-4cbb-977a-acec9590792b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71c0c16e-d320-4cbb-977a-acec9590792b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71c0c16e-d320-4cbb-977a-acec9590792b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7187c155-5dac-44cf-82b4-f7c2e9186ab4 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0px;
margin-right: -42%;
padding-top: 8px;
padding-bottom: 7px;
border-top-width: 0.25px;
border-left-width: 0.25px;
border-bottom-width: 0.25px;
border-right-width: 0.25px;
border-color: rgba(206, 205, 205, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-color: rgba(206, 205, 205, 1);
}
@media (max-width: 767px){#s-7187c155-5dac-44cf-82b4-f7c2e9186ab4 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}
#s-7187c155-5dac-44cf-82b4-f7c2e9186ab4 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 17px;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-7187c155-5dac-44cf-82b4-f7c2e9186ab4 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 17px;
}

#s-7187c155-5dac-44cf-82b4-f7c2e9186ab4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  margin-top: 0px;
margin-left: -27%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc:hover {background-color: rgba(0, 53, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  margin-left: 0%;
}
}

  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc-atc-btn-wrapper {
    text-align: center;
  }


#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc-atc-btn-wrapper {
    text-align: center;
  }


#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc-atc-btn-wrapper {
    text-align: center;
  }


#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc-atc-btn-wrapper {
    text-align: center;
  }


#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc-atc-btn-wrapper {
    text-align: center;
  }


#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-81219e2d-80b2-4c20-92ec-0d2f4b5014bc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-159c0cd8-8fd6-45a2-b738-89121396e0aa {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-88ade6d5-8cf4-4d79-bf25-0b90c9933e26 {
  text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}