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

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

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

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

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

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

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

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

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

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

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

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

#s-b81acedd-a14f-42c4-bb2d-751af8ca5c5d {
  margin-top: 0px;
margin-bottom: 64px;
min-height: 50px;
}
@media (max-width: 767px){#s-b81acedd-a14f-42c4-bb2d-751af8ca5c5d {
  min-height: 0px;
}
}







#s-b81acedd-a14f-42c4-bb2d-751af8ca5c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b81acedd-a14f-42c4-bb2d-751af8ca5c5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

/* 
  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;
}

@media (max-width: 767px){#s-017e7a4f-59b8-458d-a971-864be6dc7713 {
  margin-left: 6%;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-017e7a4f-59b8-458d-a971-864be6dc7713"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-017e7a4f-59b8-458d-a971-864be6dc7713"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-017e7a4f-59b8-458d-a971-864be6dc7713"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-017e7a4f-59b8-458d-a971-864be6dc7713"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-017e7a4f-59b8-458d-a971-864be6dc7713"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-781be97d-c512-4c17-8b97-8d67a48fc3f0 {
  margin-left: auto;
margin-right: 94px;
min-height: 650px;
max-width: 550px;
}
@media (min-width: 1200px){#s-781be97d-c512-4c17-8b97-8d67a48fc3f0 {
  padding-left: 16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-781be97d-c512-4c17-8b97-8d67a48fc3f0 {
  padding-left: 24px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-781be97d-c512-4c17-8b97-8d67a48fc3f0 {
  display: none;
}
#s-781be97d-c512-4c17-8b97-8d67a48fc3f0, #wrap-s-781be97d-c512-4c17-8b97-8d67a48fc3f0, #wrap-content-s-781be97d-c512-4c17-8b97-8d67a48fc3f0 { display: none !important; }}@media (max-width: 767px){#s-781be97d-c512-4c17-8b97-8d67a48fc3f0 {
  
}
}







#s-781be97d-c512-4c17-8b97-8d67a48fc3f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-781be97d-c512-4c17-8b97-8d67a48fc3f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-4dcc0488-532f-48d8-8e6f-5195e21b1279 {
  margin-left: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-4dcc0488-532f-48d8-8e6f-5195e21b1279 {
  margin-right: -4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4dcc0488-532f-48d8-8e6f-5195e21b1279 {
  margin-right: auto;
}
}@media (max-width: 767px){#s-4dcc0488-532f-48d8-8e6f-5195e21b1279 {
  margin-right: -26%;
}
}
#s-4dcc0488-532f-48d8-8e6f-5195e21b1279 .shogun-heading-component h1 {
  color: rgba(82, 82, 97, 1);
  font-weight:  normal ;
  font-family: "Verdana";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  letter-spacing: -1.5px;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-6f053e54-ecca-4585-a7bd-630b06ced1be {
  min-height: 0px;
max-width: 500px;
text-align: left;
}

#s-6f053e54-ecca-4585-a7bd-630b06ced1be {
  overflow: hidden;
  
  
      max-width: 500px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}








#s-6f053e54-ecca-4585-a7bd-630b06ced1be .shogun-image-content {
  
    justify-content: center;
  
}

#s-8d80e413-8907-40d9-ad29-6f9242657b2c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-8d80e413-8907-40d9-ad29-6f9242657b2c {
  margin-right: -4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d80e413-8907-40d9-ad29-6f9242657b2c {
  margin-right: auto;
}
}@media (max-width: 767px){#s-8d80e413-8907-40d9-ad29-6f9242657b2c {
  margin-right: -26%;
}
}
#s-8d80e413-8907-40d9-ad29-6f9242657b2c .shogun-heading-component h1 {
  color: rgba(82, 82, 97, 1);
  font-weight:  normal ;
  font-family: "Verdana";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  letter-spacing: -1.5px;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-0a9baf75-12a5-4274-8807-8c063eac6693 {
  margin-right: 10%;
padding-bottom: 8px;
max-width: 750px;
}
@media (max-width: 767px){#s-0a9baf75-12a5-4274-8807-8c063eac6693 {
  margin-right: -12%;
}
}
.cf-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 6.875rem;
  border-radius: var(--radius-m);
  padding: 0.625rem 1.5rem;
  font-family: var(--font-primary);
  color: var(--color-neutral-base);
  font: var(--text-18);
  font-weight: 800;
  background: var(--color-primary-inactive) linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)) 0% 100%/100% 0% no-repeat;
  overflow: hidden;
  transition: 0.1s transform var(--motion-campfire-ease), 0.3s background-size var(--motion-campfire-ease), 0.1s background-image var(--motion-campfire-ease);
  text-decoration: none;
}

.cf-button .cf-button__label {
  padding: 0 .5rem;
}

.cf-button.cf-button__icon_only {
  padding: 0.625rem;
  min-width: unset;
}

.cf-button:hover, .cf-button:focus, .cf-button:focus-visible {
  background-size: 100% 100%;
  outline: none; }
.cf-button:active {
  transform: scale(0.95);
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); }
.cf-button.cf-button__ghost {
  border: 0.125rem solid var(--color-primary-inactive);
  color: var(--color-primary-inactive);
  padding: 0.5rem 1.375rem;
  background: none; }
.cf-button.neutral {
    --color-primary-inactive: var(--color-neutral-active);
    --color-primary-hover: var(--color-neutral-hover);
    --color-primary-active: var(--color-neutral-inactive);
  }
.cf-button.neutral.night {
    --color-neutral-base: var(--color-coal);
}
.cf-button.neutral.day {
    --color-neutral-base: var(--color-marshmallow);
}
  .cf-button.cf-button__ghost:before {
    transition: 0.1s transform var(--motion-campfire-ease), 0.3s background-size var(--motion-campfire-ease), 0.1s background-image var(--motion-campfire-ease);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .05;
    background: linear-gradient(var(--color-primary-inactive), var(--color-primary-inactive)) 0% 100%/100% 0% no-repeat; }
  .cf-button.cf-button__ghost:hover, .cf-button.cf-button__ghost:focus {
    border-color: var(--color-primary-hover);
    color: var(--color-primary-hover); }
    .cf-button.cf-button__ghost:hover:before, .cf-button.cf-button__ghost:focus:before {
      background-size: 100% 100%; }
    .cf-button.cf-button__ghost:hover .cf-button__icon, .cf-button.cf-button__ghost:focus .cf-button__icon {
      color: var(--color-primary-hover); }
  .cf-button.cf-button__ghost:active {
    border-color: var(--color-primary-active);
    color: var(--color-primary-active); }
    .cf-button.cf-button__ghost:active .cf-button__icon {
      color: var(--color-primary-active); }
.cf-button.cf-button__icon-left {
  padding: 0.625rem 2rem 0.625rem 1.5rem; }
.cf-button:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .4;
  transition: all 1s var(--motion-campfire-ease); }
  .cf-button:disabled:hover, .cf-button:disabled:focus-within, .cf-button:disabled:focus, .cf-button:disabled:active {
    transform: translateY(0); }
    
.cf-button__full-width {
  display: flex;
  width: 100%;
}
#s-df855662-d6eb-42d2-ab34-f20e0b1ebf39 {
  margin-top: 22px;
text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-77e967ea-0c0e-4aa2-a08f-8011d2950a82 {
  margin-left: auto;
margin-right: auto;
}

#s-77e967ea-0c0e-4aa2-a08f-8011d2950a82 .shg-proportional-font-size,
#s-77e967ea-0c0e-4aa2-a08f-8011d2950a82 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3dd1c792-f206-4f0b-a5cd-2a6a8cbdd552 {
  margin-top: 34px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
border-radius: 15px;
max-width: 600px;
aspect-ratio: 1:1;
}
@media (min-width: 768px) and (max-width: 991px){#s-3dd1c792-f206-4f0b-a5cd-2a6a8cbdd552 {
  
}
}@media (max-width: 767px){#s-3dd1c792-f206-4f0b-a5cd-2a6a8cbdd552 {
  
}
}
#s-3dd1c792-f206-4f0b-a5cd-2a6a8cbdd552 {
  overflow: hidden;
  
  
      max-width: 600px;
      
      
      
  
}





  #s-3dd1c792-f206-4f0b-a5cd-2a6a8cbdd552 img.shogun-image,
  #s-3dd1c792-f206-4f0b-a5cd-2a6a8cbdd552 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3dd1c792-f206-4f0b-a5cd-2a6a8cbdd552 {
    width: 100%;
    height: auto;
  }




#s-3dd1c792-f206-4f0b-a5cd-2a6a8cbdd552 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5577ee18-ab2c-47c7-aa7c-dd6ff072f86a {
  text-align: center;
}

#s-564e4dcb-4217-4637-8ec9-a4f4c33b2764 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-564e4dcb-4217-4637-8ec9-a4f4c33b2764 .shogun-heading-component h1 {
  color: rgba(82, 82, 97, 1);
  font-weight:  normal ;
  font-family: "Verdana";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-fad928d2-d163-46a8-ba60-49169715a65a {
  margin-bottom: 64px;
}
@media (max-width: 767px){#s-fad928d2-d163-46a8-ba60-49169715a65a {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-5fa8b1b1-ae58-4138-9d8b-8874dcad8fd5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 150px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5fa8b1b1-ae58-4138-9d8b-8874dcad8fd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fa8b1b1-ae58-4138-9d8b-8874dcad8fd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fa8b1b1-ae58-4138-9d8b-8874dcad8fd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fa8b1b1-ae58-4138-9d8b-8874dcad8fd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c353e0e9-8b55-4fb0-8685-44346d981fee {
  box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.22);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
max-width: 600px;
text-align: center;
}

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  margin-left: auto;
margin-right: auto;
max-width: 822px;
text-align: center;
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-2fea37ab-2a59-47c2-844f-b726780cf8f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-2fea37ab-2a59-47c2-844f-b726780cf8f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-2fea37ab-2a59-47c2-844f-b726780cf8f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-2fea37ab-2a59-47c2-844f-b726780cf8f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-2fea37ab-2a59-47c2-844f-b726780cf8f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7 img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-2fea37ab-2a59-47c2-844f-b726780cf8f7 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fea37ab-2a59-47c2-844f-b726780cf8f7.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-fd3c697f-4c2b-44d5-994e-3d432efef215 {
  margin-top: 32px;
margin-left: 32px;
margin-bottom: 8px;
margin-right: 32px;
text-align: center;
}

#s-fd3c697f-4c2b-44d5-994e-3d432efef215 .shg-product-title-component h3 span {
  color: rgba(82, 82, 97, 1);
  
  font-family: Verdana;
  
  font-size: 18px;
  
  
  
}

#s-66105e52-c045-43c0-9f0d-9ef1deb76112 {
  margin-left: 32px;
margin-right: 32px;
text-align: center;
}

#s-66105e52-c045-43c0-9f0d-9ef1deb76112 .shg-product-sold-out {
  display: none;
  color: rgba(82, 82, 97, 1);
  font-size: 18px;
  
  font-family: Verdana;
  font-style:  normal ;
}

#s-66105e52-c045-43c0-9f0d-9ef1deb76112 .shg-product-price {
  color: rgba(82, 82, 97, 1);
  
  font-family: Verdana;
  font-style:  normal ;
  font-size: 18px;
}

#s-66105e52-c045-43c0-9f0d-9ef1deb76112 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(82, 82, 97, 1);
  
  font-family: Proxima Nova Medium;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 8px;
}

button > label {
    display: inline-block;
}

.general-add-to-cart-loading {
    color: #fff !important;
    height: 18px;
    margin: 0 auto;
    width: 18px;
}

.shogun-general-add-to-cart-message {
    padding-top: 5px;
    line-height: 14px;
    font-size: 14px;
}

.cf-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 6.875rem;
  border-radius: var(--radius-m);
  padding: 0.625rem 1.5rem;
  font-family: var(--font-primary);
  color: var(--color-neutral-base);
  font: var(--text-18);
  font-weight: 800;
  background: var(--color-primary-inactive) linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)) 0% 100%/100% 0% no-repeat;
  overflow: hidden;
  transition: 0.1s transform var(--motion-campfire-ease), 0.3s background-size var(--motion-campfire-ease), 0.1s background-image var(--motion-campfire-ease);
  text-decoration: none;
}

.cf-button .cf-button__label {
  padding: 0 .5rem;
}

.cf-button.cf-button__icon_only {
  padding: 0.625rem;
  min-width: unset;
}

.cf-button:hover, .cf-button:focus, .cf-button:focus-visible {
  background-size: 100% 100%;
  outline: none; }
.cf-button:active {
  transform: scale(0.95);
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)); }
.cf-button.cf-button__ghost {
  border: 0.125rem solid var(--color-primary-inactive);
  color: var(--color-primary-inactive);
  padding: 0.5rem 1.375rem;
  background: none; }
.cf-button.neutral {
    --color-primary-inactive: var(--color-neutral-active);
    --color-primary-hover: var(--color-neutral-hover);
    --color-primary-active: var(--color-neutral-inactive);
  }
.cf-button.neutral.night {
    --color-neutral-base: var(--color-coal);
}
.cf-button.neutral.day {
    --color-neutral-base: var(--color-marshmallow);
}
  .cf-button.cf-button__ghost:before {
    transition: 0.1s transform var(--motion-campfire-ease), 0.3s background-size var(--motion-campfire-ease), 0.1s background-image var(--motion-campfire-ease);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .05;
    background: linear-gradient(var(--color-primary-inactive), var(--color-primary-inactive)) 0% 100%/100% 0% no-repeat; }
  .cf-button.cf-button__ghost:hover, .cf-button.button__ghost:focus {
    border-color: var(--color-primary-hover);
    color: var(--color-primary-hover); }
    .cf-button.cf-button__ghost:hover:before, .cf-button.cf-button__ghost:focus:before {
      background-size: 100% 100%; }
    .cf-button.cf-button__ghost:hover .cf-button__icon, .cf-button.cf-button__ghost:focus .cf-button__icon {
      color: var(--color-primary-hover); }
  .cf-button.cf-button__ghost:active {
    border-color: var(--color-primary-active);
    color: var(--color-primary-active); }
    .cf-button.cf-button__ghost:active .cf-button__icon {
      color: var(--color-primary-active); }
.cf-button.cf-button__icon-left {
  padding: 0.625rem 2rem 0.625rem 1.5rem; }
.cf-button:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .4;
  transition: all 1s var(--motion-campfire-ease); }
  .cf-button:disabled:hover, .cf-button:disabled:focus-within, .cf-button:disabled:focus, .cf-button:disabled:active {
    transform: translateY(0); }
    
.cf-button__full-width {
  display: flex;
  width: 100%;
}
#s-af05271f-e09a-40ab-a2d8-7e2e7495dd3d {
  box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.22);
max-width: 600px;
text-align: center;
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  margin-left: auto;
margin-right: auto;
max-width: 822px;
text-align: center;
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a749ac6b-2753-45dc-9fa7-b757aea4ed1f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7128a9fe-bd20-4f48-9c2e-576b64872c29 {
  margin-top: 32px;
margin-left: 32px;
margin-bottom: 8px;
margin-right: 32px;
text-align: center;
}

#s-7128a9fe-bd20-4f48-9c2e-576b64872c29 .shg-product-title-component h3 span {
  color: rgba(82, 82, 97, 1);
  
  font-family: Verdana;
  
  font-size: 18px;
  
  
  
}

#s-4e45ffd4-1fdb-4fae-b737-2f2d18c1187f {
  margin-left: 32px;
margin-right: 32px;
text-align: center;
}

#s-4e45ffd4-1fdb-4fae-b737-2f2d18c1187f .shg-product-sold-out {
  display: none;
  color: rgba(82, 82, 97, 1);
  font-size: 18px;
  
  font-family: Verdana;
  font-style:  normal ;
}

#s-4e45ffd4-1fdb-4fae-b737-2f2d18c1187f .shg-product-price {
  color: rgba(82, 82, 97, 1);
  
  font-family: Verdana;
  font-style:  normal ;
  font-size: 18px;
}

#s-4e45ffd4-1fdb-4fae-b737-2f2d18c1187f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(82, 82, 97, 1);
  
  font-family: Proxima Nova Medium;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 8px;
}

#s-09a23d07-a451-4629-89a2-bf8665f12af3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09a23d07-a451-4629-89a2-bf8665f12af3 .shogun-heading-component h1 {
  color: rgba(82, 82, 97, 1);
  font-weight:  normal ;
  font-family: "Verdana";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-85f29431-23ca-4c6b-8437-980be0634445 {
  margin-bottom: 64px;
}
@media (max-width: 767px){#s-85f29431-23ca-4c6b-8437-980be0634445 {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-c78973c1-ee98-46c8-b08f-80d513d6d550 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 150px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c78973c1-ee98-46c8-b08f-80d513d6d550"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c78973c1-ee98-46c8-b08f-80d513d6d550"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c78973c1-ee98-46c8-b08f-80d513d6d550"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c78973c1-ee98-46c8-b08f-80d513d6d550"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8e1129a4-5b5e-48e8-9b99-c8158e59e6bc {
  box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.22);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
max-width: 600px;
text-align: center;
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  margin-left: auto;
margin-right: auto;
max-width: 822px;
text-align: center;
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13ccac7-b91a-4bfc-9fcb-412acd361e23.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3fa4200b-7a27-4f1c-9ab4-7146b73573ec {
  margin-top: 32px;
margin-left: 32px;
margin-bottom: 8px;
margin-right: 32px;
text-align: center;
}

#s-3fa4200b-7a27-4f1c-9ab4-7146b73573ec .shg-product-title-component h3 span {
  color: rgba(82, 82, 97, 1);
  
  font-family: Verdana;
  
  font-size: 18px;
  
  
  
}

#s-71158d82-08f0-4355-87b5-3e36e8441c7b {
  margin-left: 32px;
margin-right: 32px;
text-align: center;
}

#s-71158d82-08f0-4355-87b5-3e36e8441c7b .shg-product-sold-out {
  display: none;
  color: rgba(82, 82, 97, 1);
  font-size: 18px;
  
  font-family: Verdana;
  font-style:  normal ;
}

#s-71158d82-08f0-4355-87b5-3e36e8441c7b .shg-product-price {
  color: rgba(82, 82, 97, 1);
  
  font-family: Verdana;
  font-style:  normal ;
  font-size: 18px;
}

#s-71158d82-08f0-4355-87b5-3e36e8441c7b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(82, 82, 97, 1);
  
  font-family: Proxima Nova Medium;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 8px;
}

#s-8ee03559-a30a-4f69-97b3-4ae05cd0e371 {
  box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.22);
max-width: 600px;
text-align: center;
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  margin-left: auto;
margin-right: auto;
max-width: 822px;
text-align: center;
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-342733cd-e44b-4238-8e30-ddb08f4e07fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-342733cd-e44b-4238-8e30-ddb08f4e07fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-342733cd-e44b-4238-8e30-ddb08f4e07fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-342733cd-e44b-4238-8e30-ddb08f4e07fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-342733cd-e44b-4238-8e30-ddb08f4e07fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-342733cd-e44b-4238-8e30-ddb08f4e07fc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-342733cd-e44b-4238-8e30-ddb08f4e07fc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f3fdc222-c69d-4a0b-a51c-d95a57d7617a {
  margin-top: 32px;
margin-left: 32px;
margin-bottom: 8px;
margin-right: 32px;
text-align: center;
}

#s-f3fdc222-c69d-4a0b-a51c-d95a57d7617a .shg-product-title-component h3 span {
  color: rgba(82, 82, 97, 1);
  
  font-family: Verdana;
  
  font-size: 18px;
  
  
  
}

#s-7413dad9-c7a7-49d1-9ae6-7e9b724f6569 {
  margin-left: 32px;
margin-right: 32px;
text-align: center;
}

#s-7413dad9-c7a7-49d1-9ae6-7e9b724f6569 .shg-product-sold-out {
  display: none;
  color: rgba(82, 82, 97, 1);
  font-size: 18px;
  
  font-family: Verdana;
  font-style:  normal ;
}

#s-7413dad9-c7a7-49d1-9ae6-7e9b724f6569 .shg-product-price {
  color: rgba(82, 82, 97, 1);
  
  font-family: Verdana;
  font-style:  normal ;
  font-size: 18px;
}

#s-7413dad9-c7a7-49d1-9ae6-7e9b724f6569 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(82, 82, 97, 1);
  
  font-family: Proxima Nova Medium;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 8px;
}

#s-57254e93-fc96-441f-b1d7-47053194d73e {
  box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.22);
max-width: 600px;
text-align: center;
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  margin-left: auto;
margin-right: auto;
max-width: 822px;
text-align: center;
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d img.shogun-image {
  width: 100%;
  
  
  max-width: 822px;

      
    max-width: 822px;

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




.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d387ad2-444a-4f8d-8dc8-957ebc60ed2d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8b7114e0-3cf6-42ee-a0e3-ecaeccee7842 {
  margin-top: 32px;
margin-left: 32px;
margin-bottom: 8px;
margin-right: 32px;
text-align: center;
}

#s-8b7114e0-3cf6-42ee-a0e3-ecaeccee7842 .shg-product-title-component h3 span {
  color: rgba(82, 82, 97, 1);
  
  font-family: Verdana;
  
  font-size: 18px;
  
  
  
}

#s-da4d752d-b468-4400-9689-a8a1dac025cb {
  margin-left: 32px;
margin-right: 32px;
text-align: center;
}

#s-da4d752d-b468-4400-9689-a8a1dac025cb .shg-product-sold-out {
  display: none;
  color: rgba(82, 82, 97, 1);
  font-size: 18px;
  
  font-family: Verdana;
  font-style:  normal ;
}

#s-da4d752d-b468-4400-9689-a8a1dac025cb .shg-product-price {
  color: rgba(82, 82, 97, 1);
  
  font-family: Verdana;
  font-style:  normal ;
  font-size: 18px;
}

#s-da4d752d-b468-4400-9689-a8a1dac025cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(82, 82, 97, 1);
  
  font-family: Proxima Nova Medium;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 8px;
}

#s-5bef7464-c76c-433b-9000-cbbc41e40f0c {
  background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 64px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 100%;
background-position: left center;
background-color: rgba(0, 159, 219, 1);
}
@media (min-width: 1200px){#s-5bef7464-c76c-433b-9000-cbbc41e40f0c {
  min-height: 699px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5bef7464-c76c-433b-9000-cbbc41e40f0c {
  min-height: 699px;
}
}@media (max-width: 767px){#s-5bef7464-c76c-433b-9000-cbbc41e40f0c {
  margin-left: -2px;
margin-right: -2px;
padding-bottom: 32px;
min-height: 50px;
}
}







#s-5bef7464-c76c-433b-9000-cbbc41e40f0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bef7464-c76c-433b-9000-cbbc41e40f0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25a1721a-cae9-4880-916f-f975e6e28889 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1241px;
}
@media (max-width: 767px){#s-25a1721a-cae9-4880-916f-f975e6e28889 {
  margin-left: 16px;
margin-right: 16px;
}
}







#s-25a1721a-cae9-4880-916f-f975e6e28889 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25a1721a-cae9-4880-916f-f975e6e28889.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b5ce067-4aa3-47a8-a622-d237c7457da1 {
  margin-top: 32px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1b5ce067-4aa3-47a8-a622-d237c7457da1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 250px;
}
}
#s-1b5ce067-4aa3-47a8-a622-d237c7457da1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Verdana";
  font-style:  normal ;
  font-size: 53px;
  line-height: 1.2em;
  letter-spacing: -1.5px;
  
}


@media (max-width: 767px){#s-1b5ce067-4aa3-47a8-a622-d237c7457da1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Verdana";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: -0.2px;
  
}


}
#s-2ebdefed-924f-4f28-9e40-156a59126e8e {
  margin-top: 8px;
}
@media (max-width: 767px){#s-2ebdefed-924f-4f28-9e40-156a59126e8e {
  display: none;
}
#s-2ebdefed-924f-4f28-9e40-156a59126e8e, #wrap-s-2ebdefed-924f-4f28-9e40-156a59126e8e, #wrap-content-s-2ebdefed-924f-4f28-9e40-156a59126e8e { display: none !important; }}
#s-02dff430-5a17-4a53-bdcb-361d34b87b27 {
  margin-top: 8px;
}
@media (min-width: 1200px){#s-02dff430-5a17-4a53-bdcb-361d34b87b27 {
  display: none;
}
#s-02dff430-5a17-4a53-bdcb-361d34b87b27, #wrap-s-02dff430-5a17-4a53-bdcb-361d34b87b27, #wrap-content-s-02dff430-5a17-4a53-bdcb-361d34b87b27 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02dff430-5a17-4a53-bdcb-361d34b87b27 {
  display: none;
}
#s-02dff430-5a17-4a53-bdcb-361d34b87b27, #wrap-s-02dff430-5a17-4a53-bdcb-361d34b87b27, #wrap-content-s-02dff430-5a17-4a53-bdcb-361d34b87b27 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02dff430-5a17-4a53-bdcb-361d34b87b27 {
  display: none;
}
#s-02dff430-5a17-4a53-bdcb-361d34b87b27, #wrap-s-02dff430-5a17-4a53-bdcb-361d34b87b27, #wrap-content-s-02dff430-5a17-4a53-bdcb-361d34b87b27 { display: none !important; }}
#s-fca506ba-788b-4178-be2e-e553a04b1b7a {
  margin-top: 64px;
margin-left: auto;
margin-bottom: 128px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 1251px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fca506ba-788b-4178-be2e-e553a04b1b7a {
  padding-left: 16px;
padding-right: 16px;
}
}
#s-fca506ba-788b-4178-be2e-e553a04b1b7a {
  background-image: url();
}








#s-fca506ba-788b-4178-be2e-e553a04b1b7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fca506ba-788b-4178-be2e-e553a04b1b7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89b51306-450a-49ce-a096-ce10af28f72c {
  margin-top: 2px;
margin-left: 16px;
margin-bottom: 0px;
margin-right: 16px;
padding-top: 64px;
padding-left: 128px;
padding-bottom: 64px;
padding-right: 128px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-89b51306-450a-49ce-a096-ce10af28f72c {
  margin-bottom: 32px;
padding-left: 64px;
padding-bottom: 32px;
padding-right: 64px;
}
}@media (max-width: 767px){#s-89b51306-450a-49ce-a096-ce10af28f72c {
  margin-left: 24px;
margin-right: 24px;
padding-top: 64px;
padding-left: 64px;
padding-bottom: 64px;
padding-right: 64px;
}
}
@media (min-width: 0px) {
[id="s-89b51306-450a-49ce-a096-ce10af28f72c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89b51306-450a-49ce-a096-ce10af28f72c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89b51306-450a-49ce-a096-ce10af28f72c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89b51306-450a-49ce-a096-ce10af28f72c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-92045d0d-c22d-4fe5-b57c-a3d62dc0824d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100%;
}








#s-92045d0d-c22d-4fe5-b57c-a3d62dc0824d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92045d0d-c22d-4fe5-b57c-a3d62dc0824d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36760380-2b8e-4741-b7a1-85568e64808f {
  margin-top: 16px;
margin-bottom: 16px;
padding-bottom: 28px;
max-width: 250px;
text-align: center;
}
@media (max-width: 767px){#s-36760380-2b8e-4741-b7a1-85568e64808f {
  margin-left: auto;
margin-right: auto;
}
}
#s-36760380-2b8e-4741-b7a1-85568e64808f {
  overflow: hidden;
  
  
      max-width: 250px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-36760380-2b8e-4741-b7a1-85568e64808f .shogun-image-content {
  
    justify-content: center;
  
}

#s-ef8ca6da-de21-485f-a08b-204cc6cc8afd {
  margin-left: auto;
margin-right: auto;
}








#s-ef8ca6da-de21-485f-a08b-204cc6cc8afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef8ca6da-de21-485f-a08b-204cc6cc8afd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4bc6659-b787-4746-acf9-7e517f815af3 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-b4bc6659-b787-4746-acf9-7e517f815af3 {
  display: none;
}
#s-b4bc6659-b787-4746-acf9-7e517f815af3, #wrap-s-b4bc6659-b787-4746-acf9-7e517f815af3, #wrap-content-s-b4bc6659-b787-4746-acf9-7e517f815af3 { display: none !important; }}
#s-4b571d01-5449-4dfe-aa68-0fa59f73b3c3 {
  margin-top: 64px;
margin-left: auto;
margin-bottom: 128px;
margin-right: auto;
min-height: 50px;
max-width: 1208px;
}
@media (max-width: 767px){#s-4b571d01-5449-4dfe-aa68-0fa59f73b3c3 {
  margin-left: 32px;
margin-bottom: 64px;
margin-right: 32px;
}
}







#s-4b571d01-5449-4dfe-aa68-0fa59f73b3c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b571d01-5449-4dfe-aa68-0fa59f73b3c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdb1343e-1eb2-4748-8f72-2544b4481f56 {
  margin-top: -2px;
margin-bottom: -2px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdb1343e-1eb2-4748-8f72-2544b4481f56 .shogun-heading-component h4 {
  color: rgba(82, 82, 89, 1);
  font-weight:  normal ;
  font-family: "Verdana";
  font-style:  normal ;
  font-size: 52px;
  line-height: 1em;
  letter-spacing: -0.2px;
  text-align: center;
}



#s-14095f7d-9477-44a0-9e97-f8b16edc1a3d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
max-width: 600px;
}

#s-9845d9a0-b408-42cd-8af5-4fe0346bfe89 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-9845d9a0-b408-42cd-8af5-4fe0346bfe89"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-9845d9a0-b408-42cd-8af5-4fe0346bfe89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-9845d9a0-b408-42cd-8af5-4fe0346bfe89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-9845d9a0-b408-42cd-8af5-4fe0346bfe89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.0px);
}

}

#s-41886cc0-79e7-4acd-96e8-f6eece0d89b2 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(245, 245, 246, 1);
}
@media (min-width: 1200px){#s-41886cc0-79e7-4acd-96e8-f6eece0d89b2 {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41886cc0-79e7-4acd-96e8-f6eece0d89b2 {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-41886cc0-79e7-4acd-96e8-f6eece0d89b2 {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (max-width: 767px){#s-41886cc0-79e7-4acd-96e8-f6eece0d89b2 {
  margin-bottom: 16px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
}
}







#s-41886cc0-79e7-4acd-96e8-f6eece0d89b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41886cc0-79e7-4acd-96e8-f6eece0d89b2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-stepped-numbers__container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #AED9E6;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    border: solid 4px #525259;
    box-shadow: 4px 4px 0 0 #AED9E6;
    margin: 0 auto;
}

.shg-stepped-numbers__number {
    font-size: 20px;
    line-height: 24px;
    font-family: "Proxima Nova Extrabld";
    color: #525259;
}
#s-cd619d94-8e2e-4900-af74-c65403a824e9 {
  min-height: 50px;
}








#s-cd619d94-8e2e-4900-af74-c65403a824e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd619d94-8e2e-4900-af74-c65403a824e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25260fd3-0dec-465d-851c-5be96e82cda4 {
  margin-top: 16px;
}

#s-8f6ad964-d8b9-4095-9714-86ffc11a3159 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 238px;
max-width: 100%;
background-color: rgba(245, 245, 246, 1);
}
@media (min-width: 1200px){#s-8f6ad964-d8b9-4095-9714-86ffc11a3159 {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f6ad964-d8b9-4095-9714-86ffc11a3159 {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f6ad964-d8b9-4095-9714-86ffc11a3159 {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (max-width: 767px){#s-8f6ad964-d8b9-4095-9714-86ffc11a3159 {
  margin-bottom: 16px;
padding-top: 16px;
padding-left: 33px;
padding-bottom: 16px;
padding-right: 33px;
min-height: 238px;
max-width: 100%;
}
}







#s-8f6ad964-d8b9-4095-9714-86ffc11a3159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f6ad964-d8b9-4095-9714-86ffc11a3159.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-11e6a63a-a6cd-4072-85b3-d8ef898af30b {
  min-height: 50px;
}








#s-11e6a63a-a6cd-4072-85b3-d8ef898af30b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11e6a63a-a6cd-4072-85b3-d8ef898af30b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e16e64d3-f854-4e2c-9296-5c3dc62baed0 {
  margin-top: 16px;
max-width: 100%;
}

#s-5b448f76-234b-49f4-b64e-0a81a1438e9a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 238px;
background-color: rgba(245, 245, 246, 1);
}
@media (min-width: 1200px){#s-5b448f76-234b-49f4-b64e-0a81a1438e9a {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b448f76-234b-49f4-b64e-0a81a1438e9a {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b448f76-234b-49f4-b64e-0a81a1438e9a {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (max-width: 767px){#s-5b448f76-234b-49f4-b64e-0a81a1438e9a {
  margin-bottom: 16px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
}
}







#s-5b448f76-234b-49f4-b64e-0a81a1438e9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b448f76-234b-49f4-b64e-0a81a1438e9a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b8c643fa-a840-44cc-ab6d-54343b3d5023 {
  min-height: 50px;
}








#s-b8c643fa-a840-44cc-ab6d-54343b3d5023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8c643fa-a840-44cc-ab6d-54343b3d5023.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ee2d3ac-2779-44bd-98b6-a76010e28c9b {
  margin-top: 16px;
}

#s-868293d9-6e2a-4fd1-948a-321bb12c105f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 238px;
background-color: rgba(245, 245, 246, 1);
}
@media (min-width: 1200px){#s-868293d9-6e2a-4fd1-948a-321bb12c105f {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-868293d9-6e2a-4fd1-948a-321bb12c105f {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-868293d9-6e2a-4fd1-948a-321bb12c105f {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
}
}@media (max-width: 767px){#s-868293d9-6e2a-4fd1-948a-321bb12c105f {
  padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
}
}







#s-868293d9-6e2a-4fd1-948a-321bb12c105f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-868293d9-6e2a-4fd1-948a-321bb12c105f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b06b79a1-048f-4eb0-b2a6-a6b3e70442a5 {
  min-height: 50px;
}








#s-b06b79a1-048f-4eb0-b2a6-a6b3e70442a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b06b79a1-048f-4eb0-b2a6-a6b3e70442a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03984713-0fe7-4913-9d3f-a67938b90e19 {
  margin-top: 16px;
}

#s-2200ae7f-d36a-4408-8be0-b7c020562cef {
  min-height: 50px;
}








#s-2200ae7f-d36a-4408-8be0-b7c020562cef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2200ae7f-d36a-4408-8be0-b7c020562cef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9239861d-1ae0-4217-80bd-8242328a2ab1 {
  margin-bottom: 128px;
}
@media (min-width: 1200px){#s-9239861d-1ae0-4217-80bd-8242328a2ab1 {
  margin-top: -64px;
}
}
@media (min-width: 0px) {
[id="s-9239861d-1ae0-4217-80bd-8242328a2ab1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9239861d-1ae0-4217-80bd-8242328a2ab1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9239861d-1ae0-4217-80bd-8242328a2ab1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9239861d-1ae0-4217-80bd-8242328a2ab1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9dd0abe6-4413-4be5-8c62-2596cb92ef31 {
  margin-left: auto;
margin-right: auto;
border-radius: 15px;
max-width: 7284px;
text-align: right;
}
@media (min-width: 1200px){#s-9dd0abe6-4413-4be5-8c62-2596cb92ef31 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9dd0abe6-4413-4be5-8c62-2596cb92ef31 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9dd0abe6-4413-4be5-8c62-2596cb92ef31 {
  
}
}@media (max-width: 767px){#s-9dd0abe6-4413-4be5-8c62-2596cb92ef31 {
  border-radius: 0px;
}
}
#s-9dd0abe6-4413-4be5-8c62-2596cb92ef31 {
  overflow: hidden;
  
  
      max-width: 7284px;
      
      
        margin-left: auto;
        margin-right: 0;
      
      
  
}








#s-9dd0abe6-4413-4be5-8c62-2596cb92ef31 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5636cdec-8249-408f-baea-e3bd57ca6fa7 {
  margin-left: auto;
}
@media (min-width: 1200px){#s-5636cdec-8249-408f-baea-e3bd57ca6fa7 {
  padding-left: 10%;
padding-right: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5636cdec-8249-408f-baea-e3bd57ca6fa7 {
  padding-left: 45%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5636cdec-8249-408f-baea-e3bd57ca6fa7 {
  
}
}@media (max-width: 767px){#s-5636cdec-8249-408f-baea-e3bd57ca6fa7 {
  margin-top: 32px;
padding-left: 16px;
padding-right: 16px;
}
}







#s-5636cdec-8249-408f-baea-e3bd57ca6fa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5636cdec-8249-408f-baea-e3bd57ca6fa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-871be219-639e-45e5-86ca-c2dadd062fa9 {
  margin-top: 16px;
margin-right: -32%;
text-align: left;
}

#s-871be219-639e-45e5-86ca-c2dadd062fa9 .shogun-heading-component h2 {
  color: rgba(0, 146, 184, 1);
  font-weight:  normal ;
  font-family: "Verdana";
  font-style:  normal ;
  font-size: 16px;
  line-height: 0.9em;
  letter-spacing: -0.45px;
  text-align: left;
}



#s-bbae5f88-6d50-47d2-ae6c-b6a14072adc3 {
  margin-top: 24px;
margin-bottom: 32px;
margin-right: -32%;
text-align: left;
}
@media (max-width: 767px){#s-bbae5f88-6d50-47d2-ae6c-b6a14072adc3 {
  margin-right: 2%;
}
}
#s-bbae5f88-6d50-47d2-ae6c-b6a14072adc3 .shogun-heading-component h2 {
  color: rgba(82, 82, 97, 1);
  font-weight:  normal ;
  font-family: "Verdana";
  font-style:  normal ;
  font-size: 52px;
  line-height: 0.9em;
  letter-spacing: -0.45px;
  text-align: left;
}


@media (max-width: 767px){#s-bbae5f88-6d50-47d2-ae6c-b6a14072adc3 .shogun-heading-component h2 {
  color: rgba(82, 82, 97, 1);
  font-weight:  normal ;
  font-family: "Verdana";
  font-style:  normal ;
  font-size: 42px;
  line-height: 0.9em;
  letter-spacing: -0.45px;
  text-align: left;
}


}
#s-e10cf038-8aa7-4b77-a7a5-f2f25ce33f8b {
  margin-bottom: 32px;
max-width: 544px;
}
@media (max-width: 767px){#s-e10cf038-8aa7-4b77-a7a5-f2f25ce33f8b {
  display: none;
}
#s-e10cf038-8aa7-4b77-a7a5-f2f25ce33f8b, #wrap-s-e10cf038-8aa7-4b77-a7a5-f2f25ce33f8b, #wrap-content-s-e10cf038-8aa7-4b77-a7a5-f2f25ce33f8b { display: none !important; }}
#s-a5fa30a0-9aae-4936-a85e-49cb850a3355 {
  margin-left: 8px;
margin-bottom: 32px;
margin-right: 8px;
max-width: 544px;
}
@media (min-width: 1200px){#s-a5fa30a0-9aae-4936-a85e-49cb850a3355 {
  display: none;
}
#s-a5fa30a0-9aae-4936-a85e-49cb850a3355, #wrap-s-a5fa30a0-9aae-4936-a85e-49cb850a3355, #wrap-content-s-a5fa30a0-9aae-4936-a85e-49cb850a3355 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5fa30a0-9aae-4936-a85e-49cb850a3355 {
  display: none;
}
#s-a5fa30a0-9aae-4936-a85e-49cb850a3355, #wrap-s-a5fa30a0-9aae-4936-a85e-49cb850a3355, #wrap-content-s-a5fa30a0-9aae-4936-a85e-49cb850a3355 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5fa30a0-9aae-4936-a85e-49cb850a3355 {
  display: none;
}
#s-a5fa30a0-9aae-4936-a85e-49cb850a3355, #wrap-s-a5fa30a0-9aae-4936-a85e-49cb850a3355, #wrap-content-s-a5fa30a0-9aae-4936-a85e-49cb850a3355 { display: none !important; }}
#s-eee54c7c-72e0-42f5-a53e-33f5a4e3fdd2 {
  margin-top: 32px;
margin-left: auto;
margin-bottom: 64px;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
min-height: 50px;
max-width: 720px;
}








#s-eee54c7c-72e0-42f5-a53e-33f5a4e3fdd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eee54c7c-72e0-42f5-a53e-33f5a4e3fdd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9498f818-24c7-4b68-b072-76086ada0e7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9498f818-24c7-4b68-b072-76086ada0e7d .shogun-heading-component h3 {
  color: rgba(82, 82, 89, 1);
  font-weight:  normal ;
  font-family: "Verdana";
  font-style:  normal ;
  font-size: 52px;
  
  letter-spacing: -1.1px;
  
}



#s-248ec237-eeb5-45db-bbb4-280490342dac {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-248ec237-eeb5-45db-bbb4-280490342dac {
  margin-bottom: 16px;
}
}
#s-44834689-7e2c-407e-83ba-8c953f01a201 {
  margin-top: 32px;
text-align: center;
}

/*
  $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;
  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;
}
