.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;
  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-957cce94-c1d9-40bf-9286-716f47c96bba {
  text-align: center;
}
@media (max-width: 767px){#s-957cce94-c1d9-40bf-9286-716f47c96bba {
  display: none;
}
#s-957cce94-c1d9-40bf-9286-716f47c96bba, #wrap-s-957cce94-c1d9-40bf-9286-716f47c96bba { display:none !important; }}






  #s-957cce94-c1d9-40bf-9286-716f47c96bba img.shogun-image {
    

    
    
    
  }


#s-957cce94-c1d9-40bf-9286-716f47c96bba .shogun-image-content {
  
    align-items: center;
  
}

#s-14e6771a-e4c6-4486-bc6c-78917f33b75d {
  text-align: center;
}
@media (min-width: 1200px){#s-14e6771a-e4c6-4486-bc6c-78917f33b75d {
  display: none;
}
#s-14e6771a-e4c6-4486-bc6c-78917f33b75d, #wrap-s-14e6771a-e4c6-4486-bc6c-78917f33b75d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14e6771a-e4c6-4486-bc6c-78917f33b75d {
  display: none;
}
#s-14e6771a-e4c6-4486-bc6c-78917f33b75d, #wrap-s-14e6771a-e4c6-4486-bc6c-78917f33b75d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14e6771a-e4c6-4486-bc6c-78917f33b75d {
  display: none;
}
#s-14e6771a-e4c6-4486-bc6c-78917f33b75d, #wrap-s-14e6771a-e4c6-4486-bc6c-78917f33b75d { display:none !important; }}






  #s-14e6771a-e4c6-4486-bc6c-78917f33b75d img.shogun-image {
    

    
    
    
  }


#s-14e6771a-e4c6-4486-bc6c-78917f33b75d .shogun-image-content {
  
    align-items: center;
  
}

.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-7ffcb5ac-0a02-4dc4-b3ff-bdbf71f3751c {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7ffcb5ac-0a02-4dc4-b3ff-bdbf71f3751c {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-7ffcb5ac-0a02-4dc4-b3ff-bdbf71f3751c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ffcb5ac-0a02-4dc4-b3ff-bdbf71f3751c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3a0710b-e39d-461b-8d88-e5d77c10ec02 {
  margin-bottom: -30px;
}

#s-0ed4294c-8c7a-4176-94b8-d7086fbb078c {
  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 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7325f24f-14f6-4061-a949-c66ee74db7e4 {
  margin-top: 12px;
}
@media (max-width: 767px){#s-7325f24f-14f6-4061-a949-c66ee74db7e4 {
  display: none;
}
#s-7325f24f-14f6-4061-a949-c66ee74db7e4, #wrap-s-7325f24f-14f6-4061-a949-c66ee74db7e4 { display:none !important; }}
#s-7a4772e9-af24-4544-90ca-41c33cd95428 {
  margin-top: -10px;
}
@media (min-width: 1200px){#s-7a4772e9-af24-4544-90ca-41c33cd95428 {
  display: none;
}
#s-7a4772e9-af24-4544-90ca-41c33cd95428, #wrap-s-7a4772e9-af24-4544-90ca-41c33cd95428 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a4772e9-af24-4544-90ca-41c33cd95428 {
  display: none;
}
#s-7a4772e9-af24-4544-90ca-41c33cd95428, #wrap-s-7a4772e9-af24-4544-90ca-41c33cd95428 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a4772e9-af24-4544-90ca-41c33cd95428 {
  display: none;
}
#s-7a4772e9-af24-4544-90ca-41c33cd95428, #wrap-s-7a4772e9-af24-4544-90ca-41c33cd95428 { display:none !important; }}@media (max-width: 767px){#s-7a4772e9-af24-4544-90ca-41c33cd95428 {
  
}
}
#s-14f51914-5ca3-4e9e-ac2a-a0445134b3c4 {
  margin-top: -10px;
}
@media (min-width: 1200px){#s-14f51914-5ca3-4e9e-ac2a-a0445134b3c4 {
  display: none;
}
#s-14f51914-5ca3-4e9e-ac2a-a0445134b3c4, #wrap-s-14f51914-5ca3-4e9e-ac2a-a0445134b3c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14f51914-5ca3-4e9e-ac2a-a0445134b3c4 {
  display: none;
}
#s-14f51914-5ca3-4e9e-ac2a-a0445134b3c4, #wrap-s-14f51914-5ca3-4e9e-ac2a-a0445134b3c4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14f51914-5ca3-4e9e-ac2a-a0445134b3c4 {
  display: none;
}
#s-14f51914-5ca3-4e9e-ac2a-a0445134b3c4, #wrap-s-14f51914-5ca3-4e9e-ac2a-a0445134b3c4 { display:none !important; }}@media (max-width: 767px){#s-14f51914-5ca3-4e9e-ac2a-a0445134b3c4 {
  
}
}
#s-4b977b95-9277-4d93-8fc5-2dcb31b4c965 {
  margin-top: -10px;
margin-bottom: -15px;
}
@media (min-width: 1200px){#s-4b977b95-9277-4d93-8fc5-2dcb31b4c965 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b977b95-9277-4d93-8fc5-2dcb31b4c965 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b977b95-9277-4d93-8fc5-2dcb31b4c965 {
  
}
}@media (max-width: 767px){#s-4b977b95-9277-4d93-8fc5-2dcb31b4c965 {
  
}
}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-2d33cf33-3055-4d5f-9bd0-f2df6d527b8f {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-2d33cf33-3055-4d5f-9bd0-f2df6d527b8f {
  margin-top: 0px;
display: none;
}
#s-2d33cf33-3055-4d5f-9bd0-f2df6d527b8f, #wrap-s-2d33cf33-3055-4d5f-9bd0-f2df6d527b8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d33cf33-3055-4d5f-9bd0-f2df6d527b8f {
  margin-top: 0px;
margin-bottom: 0px;
display: none;
}
#s-2d33cf33-3055-4d5f-9bd0-f2df6d527b8f, #wrap-s-2d33cf33-3055-4d5f-9bd0-f2df6d527b8f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d33cf33-3055-4d5f-9bd0-f2df6d527b8f {
  margin-top: 0px;
display: none;
}
#s-2d33cf33-3055-4d5f-9bd0-f2df6d527b8f, #wrap-s-2d33cf33-3055-4d5f-9bd0-f2df6d527b8f { display:none !important; }}
#s-2d33cf33-3055-4d5f-9bd0-f2df6d527b8f .shogun-countdown span, #s-2d33cf33-3055-4d5f-9bd0-f2df6d527b8f .shogun-countdown label {
  color: rgba(131, 127, 127, 1);
}
#s-2f0416a8-172b-435a-a66b-373ca4207a65 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-2f0416a8-172b-435a-a66b-373ca4207a65 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f0416a8-172b-435a-a66b-373ca4207a65 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f0416a8-172b-435a-a66b-373ca4207a65 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-2f0416a8-172b-435a-a66b-373ca4207a65 {
  display: none;
}
#s-2f0416a8-172b-435a-a66b-373ca4207a65, #wrap-s-2f0416a8-172b-435a-a66b-373ca4207a65 { display:none !important; }}
#s-2f0416a8-172b-435a-a66b-373ca4207a65 .shogun-countdown span, #s-2f0416a8-172b-435a-a66b-373ca4207a65 .shogun-countdown label {
  color: rgba(131, 127, 127, 1);
}
#s-e3ef6a9b-9df2-4857-8d95-6061001eb090 {
  margin-top: 12px;
margin-bottom: 12px;
}
@media (max-width: 767px){#s-e3ef6a9b-9df2-4857-8d95-6061001eb090 {
  display: none;
}
#s-e3ef6a9b-9df2-4857-8d95-6061001eb090, #wrap-s-e3ef6a9b-9df2-4857-8d95-6061001eb090 { display:none !important; }}
#s-2ee074fe-2ec6-4de2-887c-d23049e4c0b8 {
  margin-top: 12px;
margin-bottom: 12px;
}
@media (min-width: 1200px){#s-2ee074fe-2ec6-4de2-887c-d23049e4c0b8 {
  display: none;
}
#s-2ee074fe-2ec6-4de2-887c-d23049e4c0b8, #wrap-s-2ee074fe-2ec6-4de2-887c-d23049e4c0b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ee074fe-2ec6-4de2-887c-d23049e4c0b8 {
  display: none;
}
#s-2ee074fe-2ec6-4de2-887c-d23049e4c0b8, #wrap-s-2ee074fe-2ec6-4de2-887c-d23049e4c0b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ee074fe-2ec6-4de2-887c-d23049e4c0b8 {
  display: none;
}
#s-2ee074fe-2ec6-4de2-887c-d23049e4c0b8, #wrap-s-2ee074fe-2ec6-4de2-887c-d23049e4c0b8 { display:none !important; }}@media (max-width: 767px){#s-2ee074fe-2ec6-4de2-887c-d23049e4c0b8 {
  
}
}
.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;
}

#s-dfa8e1b1-7ca7-4bca-90cc-b4777c350784 {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-dfa8e1b1-7ca7-4bca-90cc-b4777c350784"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-dfa8e1b1-7ca7-4bca-90cc-b4777c350784"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-dfa8e1b1-7ca7-4bca-90cc-b4777c350784"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-dfa8e1b1-7ca7-4bca-90cc-b4777c350784"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-43a7c02c-a402-41ec-be9d-a0bfc83af21e {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-43a7c02c-a402-41ec-be9d-a0bfc83af21e {
  display: none;
}
#s-5f6e48a2-1a0f-49ec-86a2-91dcf2e5ca7d {
  margin-top: 0px;
margin-bottom: 0px;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-7738511e-859b-4ca6-87da-10d3f445e0da {
  text-align: left;
}



.shg-c#s-7738511e-859b-4ca6-87da-10d3f445e0da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7738511e-859b-4ca6-87da-10d3f445e0da img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7738511e-859b-4ca6-87da-10d3f445e0da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7738511e-859b-4ca6-87da-10d3f445e0da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7738511e-859b-4ca6-87da-10d3f445e0da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7738511e-859b-4ca6-87da-10d3f445e0da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7738511e-859b-4ca6-87da-10d3f445e0da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7738511e-859b-4ca6-87da-10d3f445e0da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7738511e-859b-4ca6-87da-10d3f445e0da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7738511e-859b-4ca6-87da-10d3f445e0da img.shogun-image {
  width: 100%;
}



}
#s-4bc3d829-9a54-4583-8199-d73eacee2345 {
  margin-top: 0px;
margin-left: 4%;
margin-right: 2%;
}
@media (max-width: 767px){#s-4bc3d829-9a54-4583-8199-d73eacee2345 {
  margin-top: -8px;
}
}
#s-01f4cf69-3aa4-432c-9465-3c1ca9d9e775 {
  margin-top: -18px;
margin-bottom: -20px;
text-align: center;
}







  #s-01f4cf69-3aa4-432c-9465-3c1ca9d9e775 img.shogun-image {
    

    
    
    
  }


#s-01f4cf69-3aa4-432c-9465-3c1ca9d9e775 .shogun-image-content {
  
    align-items: center;
  
}

#s-4304c1aa-f115-4ae5-bd85-181a2e5cdd19 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-1ef44065-e0bb-4857-949e-1a330e67c127 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-1ef44065-e0bb-4857-949e-1a330e67c127 {
  display: none;
}
#s-1ef44065-e0bb-4857-949e-1a330e67c127, #wrap-s-1ef44065-e0bb-4857-949e-1a330e67c127 { display:none !important; }}
#s-49aed669-2fc8-4e59-b60d-c0bf975cbd24 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-49aed669-2fc8-4e59-b60d-c0bf975cbd24 {
  display: none;
}
#s-49aed669-2fc8-4e59-b60d-c0bf975cbd24, #wrap-s-49aed669-2fc8-4e59-b60d-c0bf975cbd24 { display:none !important; }}
#s-88c8aef0-e8a0-4883-99ed-e72126c6fc4b {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-88c8aef0-e8a0-4883-99ed-e72126c6fc4b {
  display: none;
}
#s-88c8aef0-e8a0-4883-99ed-e72126c6fc4b, #wrap-s-88c8aef0-e8a0-4883-99ed-e72126c6fc4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88c8aef0-e8a0-4883-99ed-e72126c6fc4b {
  display: none;
}
#s-88c8aef0-e8a0-4883-99ed-e72126c6fc4b, #wrap-s-88c8aef0-e8a0-4883-99ed-e72126c6fc4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88c8aef0-e8a0-4883-99ed-e72126c6fc4b {
  display: none;
}
#s-88c8aef0-e8a0-4883-99ed-e72126c6fc4b, #wrap-s-88c8aef0-e8a0-4883-99ed-e72126c6fc4b { display:none !important; }}
#s-c36926e5-55e4-40dd-8ae5-1cdf530fb0c8 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-c36926e5-55e4-40dd-8ae5-1cdf530fb0c8 {
  display: none;
}
#s-c36926e5-55e4-40dd-8ae5-1cdf530fb0c8, #wrap-s-c36926e5-55e4-40dd-8ae5-1cdf530fb0c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c36926e5-55e4-40dd-8ae5-1cdf530fb0c8 {
  display: none;
}
#s-c36926e5-55e4-40dd-8ae5-1cdf530fb0c8, #wrap-s-c36926e5-55e4-40dd-8ae5-1cdf530fb0c8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c36926e5-55e4-40dd-8ae5-1cdf530fb0c8 {
  display: none;
}
#s-c36926e5-55e4-40dd-8ae5-1cdf530fb0c8, #wrap-s-c36926e5-55e4-40dd-8ae5-1cdf530fb0c8 { display:none !important; }}
.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

.shg-product-selector-hidden {
  display: none;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d-btn-wrapper {
    text-align: center;
  }


#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-variant-btn:hover {
  background: #252525;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-variant-btn:active, #s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c7db5d84-616e-47af-aa9c-8ae1ddc7590d .shg-variant-btn.disabled {
  background: #252525;
}

#s-bb822bb3-2fbe-48a8-89d0-6b221c8d1548 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-bb822bb3-2fbe-48a8-89d0-6b221c8d1548 .shg-product-quantity-wrapper {
  display: flex;
}

#s-bb822bb3-2fbe-48a8-89d0-6b221c8d1548 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-bb822bb3-2fbe-48a8-89d0-6b221c8d1548 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-bb822bb3-2fbe-48a8-89d0-6b221c8d1548 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-bb822bb3-2fbe-48a8-89d0-6b221c8d1548 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

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

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

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

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

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

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

#s-5669e4e0-06a9-4a1a-8a8b-4364294d5cae {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5669e4e0-06a9-4a1a-8a8b-4364294d5cae:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5669e4e0-06a9-4a1a-8a8b-4364294d5cae:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5669e4e0-06a9-4a1a-8a8b-4364294d5cae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5669e4e0-06a9-4a1a-8a8b-4364294d5cae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5669e4e0-06a9-4a1a-8a8b-4364294d5cae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-5669e4e0-06a9-4a1a-8a8b-4364294d5cae.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-cb81e7b2-fd9c-475c-a9c0-e43efbda71da {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-cb81e7b2-fd9c-475c-a9c0-e43efbda71da {
  display: none;
}
#s-75cd1b54-24d2-4a4b-a99c-0bdd6c8af7b0 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7ce8a335-f691-4a79-a935-f251eb29249e {
  text-align: left;
}



.shg-c#s-7ce8a335-f691-4a79-a935-f251eb29249e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ce8a335-f691-4a79-a935-f251eb29249e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ce8a335-f691-4a79-a935-f251eb29249e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ce8a335-f691-4a79-a935-f251eb29249e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ce8a335-f691-4a79-a935-f251eb29249e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ce8a335-f691-4a79-a935-f251eb29249e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ce8a335-f691-4a79-a935-f251eb29249e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ce8a335-f691-4a79-a935-f251eb29249e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ce8a335-f691-4a79-a935-f251eb29249e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ce8a335-f691-4a79-a935-f251eb29249e img.shogun-image {
  width: 100%;
}



}
#s-683b5f63-0b25-4faf-87f0-7c702f64d772 {
  margin-top: 0px;
margin-left: 4%;
margin-right: 2%;
}
@media (max-width: 767px){#s-683b5f63-0b25-4faf-87f0-7c702f64d772 {
  margin-top: -8px;
}
}
#s-0ca1bfd2-bffa-415c-94a8-174494420745 {
  margin-top: -18px;
margin-bottom: -20px;
text-align: center;
}







  #s-0ca1bfd2-bffa-415c-94a8-174494420745 img.shogun-image {
    

    
    
    
  }


#s-0ca1bfd2-bffa-415c-94a8-174494420745 .shogun-image-content {
  
    align-items: center;
  
}

#s-80884444-f47e-499d-9710-e8a939596d5c {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-ffaeed32-5895-4850-b780-2d0b4c52ab11 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-ffaeed32-5895-4850-b780-2d0b4c52ab11 {
  display: none;
}
#s-ffaeed32-5895-4850-b780-2d0b4c52ab11, #wrap-s-ffaeed32-5895-4850-b780-2d0b4c52ab11 { display:none !important; }}
#s-7c7811d0-02d0-43c7-96d2-ca4d7b11257e {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-7c7811d0-02d0-43c7-96d2-ca4d7b11257e {
  display: none;
}
#s-7c7811d0-02d0-43c7-96d2-ca4d7b11257e, #wrap-s-7c7811d0-02d0-43c7-96d2-ca4d7b11257e { display:none !important; }}
#s-df1ccfbb-95d6-45b3-951e-24748a03aa6c {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-df1ccfbb-95d6-45b3-951e-24748a03aa6c {
  display: none;
}
#s-df1ccfbb-95d6-45b3-951e-24748a03aa6c, #wrap-s-df1ccfbb-95d6-45b3-951e-24748a03aa6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df1ccfbb-95d6-45b3-951e-24748a03aa6c {
  display: none;
}
#s-df1ccfbb-95d6-45b3-951e-24748a03aa6c, #wrap-s-df1ccfbb-95d6-45b3-951e-24748a03aa6c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df1ccfbb-95d6-45b3-951e-24748a03aa6c {
  display: none;
}
#s-df1ccfbb-95d6-45b3-951e-24748a03aa6c, #wrap-s-df1ccfbb-95d6-45b3-951e-24748a03aa6c { display:none !important; }}
#s-25e1c816-5392-4d44-b7f4-fbef0c5948af {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-25e1c816-5392-4d44-b7f4-fbef0c5948af {
  display: none;
}
#s-25e1c816-5392-4d44-b7f4-fbef0c5948af, #wrap-s-25e1c816-5392-4d44-b7f4-fbef0c5948af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25e1c816-5392-4d44-b7f4-fbef0c5948af {
  display: none;
}
#s-25e1c816-5392-4d44-b7f4-fbef0c5948af, #wrap-s-25e1c816-5392-4d44-b7f4-fbef0c5948af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25e1c816-5392-4d44-b7f4-fbef0c5948af {
  display: none;
}
#s-25e1c816-5392-4d44-b7f4-fbef0c5948af, #wrap-s-25e1c816-5392-4d44-b7f4-fbef0c5948af { display:none !important; }}
#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-38beb6a6-eee0-4278-86fc-ef0e0befca39-btn-wrapper {
    text-align: center;
  }


#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-variant-btn:hover {
  background: #252525;
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-variant-btn:active, #s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-38beb6a6-eee0-4278-86fc-ef0e0befca39 .shg-variant-btn.disabled {
  background: #252525;
}

#s-691a8b5d-9e89-418f-b402-c7f03dd0d3ae {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-691a8b5d-9e89-418f-b402-c7f03dd0d3ae .shg-product-quantity-wrapper {
  display: flex;
}

#s-691a8b5d-9e89-418f-b402-c7f03dd0d3ae .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-691a8b5d-9e89-418f-b402-c7f03dd0d3ae .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-691a8b5d-9e89-418f-b402-c7f03dd0d3ae .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-691a8b5d-9e89-418f-b402-c7f03dd0d3ae .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-3a10adcc-85fc-488e-a2e1-72f911a27dfd {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3a10adcc-85fc-488e-a2e1-72f911a27dfd:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3a10adcc-85fc-488e-a2e1-72f911a27dfd:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-3a10adcc-85fc-488e-a2e1-72f911a27dfd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a10adcc-85fc-488e-a2e1-72f911a27dfd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a10adcc-85fc-488e-a2e1-72f911a27dfd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-3a10adcc-85fc-488e-a2e1-72f911a27dfd.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-3582eedf-398d-434d-ba14-9137829fcd0a {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-3582eedf-398d-434d-ba14-9137829fcd0a {
  display: none;
}
#s-0cc1a4b9-5ee1-4d91-ad3d-0a0c069768cc {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-000e3966-d23a-472d-b1c5-686dfce44ccf {
  text-align: left;
}



.shg-c#s-000e3966-d23a-472d-b1c5-686dfce44ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000e3966-d23a-472d-b1c5-686dfce44ccf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-000e3966-d23a-472d-b1c5-686dfce44ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000e3966-d23a-472d-b1c5-686dfce44ccf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-000e3966-d23a-472d-b1c5-686dfce44ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000e3966-d23a-472d-b1c5-686dfce44ccf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-000e3966-d23a-472d-b1c5-686dfce44ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000e3966-d23a-472d-b1c5-686dfce44ccf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-000e3966-d23a-472d-b1c5-686dfce44ccf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-000e3966-d23a-472d-b1c5-686dfce44ccf img.shogun-image {
  width: 100%;
}



}
#s-6e30ca56-6b70-4409-805e-18125fb010d4 {
  margin-top: 0px;
margin-left: 4%;
margin-right: 2%;
}
@media (max-width: 767px){#s-6e30ca56-6b70-4409-805e-18125fb010d4 {
  margin-top: -8px;
}
}
#s-f5bce989-1430-4682-bc54-742327b85a7a {
  margin-top: -18px;
margin-bottom: -20px;
text-align: center;
}







  #s-f5bce989-1430-4682-bc54-742327b85a7a img.shogun-image {
    

    
    
    
  }


#s-f5bce989-1430-4682-bc54-742327b85a7a .shogun-image-content {
  
    align-items: center;
  
}

#s-cb5eb1f2-d370-499f-9db9-308c58d6cfd8 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-3b4c15cf-9eaa-44d5-974a-17bbbc7c74f9 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-3b4c15cf-9eaa-44d5-974a-17bbbc7c74f9 {
  display: none;
}
#s-3b4c15cf-9eaa-44d5-974a-17bbbc7c74f9, #wrap-s-3b4c15cf-9eaa-44d5-974a-17bbbc7c74f9 { display:none !important; }}
#s-dd748226-5830-4193-9ac3-452e3deb4e67 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-dd748226-5830-4193-9ac3-452e3deb4e67 {
  display: none;
}
#s-dd748226-5830-4193-9ac3-452e3deb4e67, #wrap-s-dd748226-5830-4193-9ac3-452e3deb4e67 { display:none !important; }}
#s-609a0f89-cb34-47a7-b164-cd515adb3ef2 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-609a0f89-cb34-47a7-b164-cd515adb3ef2 {
  display: none;
}
#s-609a0f89-cb34-47a7-b164-cd515adb3ef2, #wrap-s-609a0f89-cb34-47a7-b164-cd515adb3ef2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-609a0f89-cb34-47a7-b164-cd515adb3ef2 {
  display: none;
}
#s-609a0f89-cb34-47a7-b164-cd515adb3ef2, #wrap-s-609a0f89-cb34-47a7-b164-cd515adb3ef2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-609a0f89-cb34-47a7-b164-cd515adb3ef2 {
  display: none;
}
#s-609a0f89-cb34-47a7-b164-cd515adb3ef2, #wrap-s-609a0f89-cb34-47a7-b164-cd515adb3ef2 { display:none !important; }}
#s-2c66b8b5-ed31-4256-8217-f7c1d7fc8f0e {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-2c66b8b5-ed31-4256-8217-f7c1d7fc8f0e {
  display: none;
}
#s-2c66b8b5-ed31-4256-8217-f7c1d7fc8f0e, #wrap-s-2c66b8b5-ed31-4256-8217-f7c1d7fc8f0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c66b8b5-ed31-4256-8217-f7c1d7fc8f0e {
  display: none;
}
#s-2c66b8b5-ed31-4256-8217-f7c1d7fc8f0e, #wrap-s-2c66b8b5-ed31-4256-8217-f7c1d7fc8f0e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c66b8b5-ed31-4256-8217-f7c1d7fc8f0e {
  display: none;
}
#s-2c66b8b5-ed31-4256-8217-f7c1d7fc8f0e, #wrap-s-2c66b8b5-ed31-4256-8217-f7c1d7fc8f0e { display:none !important; }}
#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-543cfc8e-8f66-4e2a-a941-82552c3b5b62-btn-wrapper {
    text-align: center;
  }


#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-variant-btn:hover {
  background: #252525;
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-variant-btn:active, #s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-543cfc8e-8f66-4e2a-a941-82552c3b5b62 .shg-variant-btn.disabled {
  background: #252525;
}

#s-e0dafcdc-208e-487b-ae06-b8bc04320476 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-e0dafcdc-208e-487b-ae06-b8bc04320476 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e0dafcdc-208e-487b-ae06-b8bc04320476 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e0dafcdc-208e-487b-ae06-b8bc04320476 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e0dafcdc-208e-487b-ae06-b8bc04320476 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e0dafcdc-208e-487b-ae06-b8bc04320476 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-dd816889-1254-40fa-89e9-f2aa0f92cbab {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dd816889-1254-40fa-89e9-f2aa0f92cbab:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dd816889-1254-40fa-89e9-f2aa0f92cbab:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-dd816889-1254-40fa-89e9-f2aa0f92cbab {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd816889-1254-40fa-89e9-f2aa0f92cbab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd816889-1254-40fa-89e9-f2aa0f92cbab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-dd816889-1254-40fa-89e9-f2aa0f92cbab.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-07ce5537-b6a8-4d8a-828f-25c09d598abf {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-07ce5537-b6a8-4d8a-828f-25c09d598abf {
  display: none;
}
#s-c62e723e-93fb-47a4-b98e-c1dd1a9b3124 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-db538949-656f-4016-b68e-da069d229b42 {
  text-align: left;
}



.shg-c#s-db538949-656f-4016-b68e-da069d229b42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db538949-656f-4016-b68e-da069d229b42 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db538949-656f-4016-b68e-da069d229b42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db538949-656f-4016-b68e-da069d229b42 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db538949-656f-4016-b68e-da069d229b42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db538949-656f-4016-b68e-da069d229b42 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db538949-656f-4016-b68e-da069d229b42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db538949-656f-4016-b68e-da069d229b42 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db538949-656f-4016-b68e-da069d229b42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db538949-656f-4016-b68e-da069d229b42 img.shogun-image {
  width: 100%;
}



}
#s-da2da9d4-b1a4-473d-b602-0ad5e9a65646 {
  margin-top: 0px;
margin-left: 4%;
margin-right: 2%;
}
@media (max-width: 767px){#s-da2da9d4-b1a4-473d-b602-0ad5e9a65646 {
  margin-top: -8px;
}
}
#s-2a1c1af1-9c9f-4801-85dc-7e4d1cb1efc8 {
  margin-top: -18px;
margin-bottom: -20px;
text-align: center;
}







  #s-2a1c1af1-9c9f-4801-85dc-7e4d1cb1efc8 img.shogun-image {
    

    
    
    
  }


#s-2a1c1af1-9c9f-4801-85dc-7e4d1cb1efc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-22baa962-b199-4e2d-b0c4-ae6549caeb06 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-08aa762c-3311-4586-9a06-3c430ce35f14 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-08aa762c-3311-4586-9a06-3c430ce35f14 {
  display: none;
}
#s-08aa762c-3311-4586-9a06-3c430ce35f14, #wrap-s-08aa762c-3311-4586-9a06-3c430ce35f14 { display:none !important; }}
#s-1ffc032b-12ac-454d-8f42-496e9290f521 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-1ffc032b-12ac-454d-8f42-496e9290f521 {
  display: none;
}
#s-1ffc032b-12ac-454d-8f42-496e9290f521, #wrap-s-1ffc032b-12ac-454d-8f42-496e9290f521 { display:none !important; }}
#s-0e1c34b8-f1d5-4a8d-8e9e-76bf1233f504 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-0e1c34b8-f1d5-4a8d-8e9e-76bf1233f504 {
  display: none;
}
#s-0e1c34b8-f1d5-4a8d-8e9e-76bf1233f504, #wrap-s-0e1c34b8-f1d5-4a8d-8e9e-76bf1233f504 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e1c34b8-f1d5-4a8d-8e9e-76bf1233f504 {
  display: none;
}
#s-0e1c34b8-f1d5-4a8d-8e9e-76bf1233f504, #wrap-s-0e1c34b8-f1d5-4a8d-8e9e-76bf1233f504 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e1c34b8-f1d5-4a8d-8e9e-76bf1233f504 {
  display: none;
}
#s-0e1c34b8-f1d5-4a8d-8e9e-76bf1233f504, #wrap-s-0e1c34b8-f1d5-4a8d-8e9e-76bf1233f504 { display:none !important; }}
#s-c6257ed4-bc1d-4bb1-959b-e8a929436f0b {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-c6257ed4-bc1d-4bb1-959b-e8a929436f0b {
  display: none;
}
#s-c6257ed4-bc1d-4bb1-959b-e8a929436f0b, #wrap-s-c6257ed4-bc1d-4bb1-959b-e8a929436f0b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6257ed4-bc1d-4bb1-959b-e8a929436f0b {
  display: none;
}
#s-c6257ed4-bc1d-4bb1-959b-e8a929436f0b, #wrap-s-c6257ed4-bc1d-4bb1-959b-e8a929436f0b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6257ed4-bc1d-4bb1-959b-e8a929436f0b {
  display: none;
}
#s-c6257ed4-bc1d-4bb1-959b-e8a929436f0b, #wrap-s-c6257ed4-bc1d-4bb1-959b-e8a929436f0b { display:none !important; }}
#s-9639342f-ee96-4eae-bd31-18544b0f5d9d {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-9639342f-ee96-4eae-bd31-18544b0f5d9d-btn-wrapper {
    text-align: center;
  }


#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-variant-btn:hover {
  background: #252525;
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-variant-btn:active, #s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9639342f-ee96-4eae-bd31-18544b0f5d9d .shg-variant-btn.disabled {
  background: #252525;
}

#s-e0402444-00e1-42c0-a8c5-4f5ee89f58de {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-e0402444-00e1-42c0-a8c5-4f5ee89f58de .shg-product-quantity-wrapper {
  display: flex;
}

#s-e0402444-00e1-42c0-a8c5-4f5ee89f58de .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e0402444-00e1-42c0-a8c5-4f5ee89f58de .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e0402444-00e1-42c0-a8c5-4f5ee89f58de .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e0402444-00e1-42c0-a8c5-4f5ee89f58de .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-5b7e69ee-674e-4968-b12f-fa538233db91 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5b7e69ee-674e-4968-b12f-fa538233db91:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b7e69ee-674e-4968-b12f-fa538233db91:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5b7e69ee-674e-4968-b12f-fa538233db91 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5b7e69ee-674e-4968-b12f-fa538233db91.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b7e69ee-674e-4968-b12f-fa538233db91.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-5b7e69ee-674e-4968-b12f-fa538233db91.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-a17f9b2b-1bdb-4e12-87ff-e8b4af1821f5 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-a17f9b2b-1bdb-4e12-87ff-e8b4af1821f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a17f9b2b-1bdb-4e12-87ff-e8b4af1821f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8689e45-c8a3-48be-87f7-974a7f1b2849 {
  margin-bottom: -30px;
}

#s-97ed9f7f-8976-4006-ba24-a5873f468963 {
  margin-left: 43%;
margin-bottom: 20px;
margin-right: 43%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-97ed9f7f-8976-4006-ba24-a5873f468963 {
  margin-left: 38%;
margin-right: 38%;
}
}






  #s-97ed9f7f-8976-4006-ba24-a5873f468963 img.shogun-image {
    

    
    
    
  }


#s-97ed9f7f-8976-4006-ba24-a5873f468963 .shogun-image-content {
  
    align-items: center;
  
}

#s-9dc34291-26b1-4a62-9152-7e75a76198a2 {
  margin-top: -10px;
margin-bottom: -25px;
}
@media (max-width: 767px){#s-9dc34291-26b1-4a62-9152-7e75a76198a2 {
  
}
}
#s-e6cf9dca-548a-4fdb-944a-e4b9cad97860 {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
background-color: rgba(0, 52, 97, 1);
}
@media (min-width: 1200px){#s-e6cf9dca-548a-4fdb-944a-e4b9cad97860 {
  display: none;
}
#s-e6cf9dca-548a-4fdb-944a-e4b9cad97860, #wrap-s-e6cf9dca-548a-4fdb-944a-e4b9cad97860 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6cf9dca-548a-4fdb-944a-e4b9cad97860 {
  display: none;
}
#s-e6cf9dca-548a-4fdb-944a-e4b9cad97860, #wrap-s-e6cf9dca-548a-4fdb-944a-e4b9cad97860 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6cf9dca-548a-4fdb-944a-e4b9cad97860 {
  display: none;
}
#s-e6cf9dca-548a-4fdb-944a-e4b9cad97860, #wrap-s-e6cf9dca-548a-4fdb-944a-e4b9cad97860 { display:none !important; }}@media (max-width: 767px){#s-e6cf9dca-548a-4fdb-944a-e4b9cad97860 {
  
}
}
@media (min-width: 0px) {
[id="s-e6cf9dca-548a-4fdb-944a-e4b9cad97860"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-e6cf9dca-548a-4fdb-944a-e4b9cad97860"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e6cf9dca-548a-4fdb-944a-e4b9cad97860"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e6cf9dca-548a-4fdb-944a-e4b9cad97860"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b1348d98-0495-4508-9dbc-1b32c01c3331 {
  text-align: center;
}
@media (max-width: 767px){#s-b1348d98-0495-4508-9dbc-1b32c01c3331 {
  margin-top: 0px;
margin-bottom: 10px;
}
}






  #s-b1348d98-0495-4508-9dbc-1b32c01c3331 img.shogun-image {
    

    
    
    
  }


#s-b1348d98-0495-4508-9dbc-1b32c01c3331 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d50343c-af87-4dce-8267-0daf74897eea {
  text-align: center;
}
@media (max-width: 767px){#s-6d50343c-af87-4dce-8267-0daf74897eea {
  margin-top: 0px;
margin-bottom: 10px;
}
}






  #s-6d50343c-af87-4dce-8267-0daf74897eea img.shogun-image {
    

    
    
    
  }


#s-6d50343c-af87-4dce-8267-0daf74897eea .shogun-image-content {
  
    align-items: center;
  
}

#s-9fa27960-47b9-4b94-93e7-88b957f9a844 {
  text-align: center;
}







  #s-9fa27960-47b9-4b94-93e7-88b957f9a844 img.shogun-image {
    

    
    
    
  }


#s-9fa27960-47b9-4b94-93e7-88b957f9a844 .shogun-image-content {
  
    align-items: center;
  
}

#s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
background-color: rgba(0, 52, 97, 1);
}
@media (min-width: 1200px){#s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0 {
  display: none;
}
#s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0, #wrap-s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0 {
  display: none;
}
#s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0, #wrap-s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0 {
  display: none;
}
#s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0, #wrap-s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0 { display:none !important; }}@media (max-width: 767px){#s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0 {
  
}
}
@media (min-width: 0px) {
[id="s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b17104db-b6c2-4319-afd5-9db5e8d0ffa0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-7ca4467d-5205-4c77-8155-df47eb8ea1a7 {
  text-align: center;
}
@media (max-width: 767px){#s-7ca4467d-5205-4c77-8155-df47eb8ea1a7 {
  margin-top: 0px;
margin-bottom: 10px;
}
}






  #s-7ca4467d-5205-4c77-8155-df47eb8ea1a7 img.shogun-image {
    

    
    
    
  }


#s-7ca4467d-5205-4c77-8155-df47eb8ea1a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd3e14b7-1b62-453c-8cc4-1fe93983a094 {
  text-align: center;
}
@media (max-width: 767px){#s-cd3e14b7-1b62-453c-8cc4-1fe93983a094 {
  margin-top: 0px;
margin-bottom: 10px;
}
}






  #s-cd3e14b7-1b62-453c-8cc4-1fe93983a094 img.shogun-image {
    

    
    
    
  }


#s-cd3e14b7-1b62-453c-8cc4-1fe93983a094 .shogun-image-content {
  
    align-items: center;
  
}

#s-32713d27-2675-4ea4-bcb0-450febc5c292 {
  text-align: center;
}







  #s-32713d27-2675-4ea4-bcb0-450febc5c292 img.shogun-image {
    

    
    
    
  }


#s-32713d27-2675-4ea4-bcb0-450febc5c292 .shogun-image-content {
  
    align-items: center;
  
}

#s-5386ba8a-9c39-448d-b065-46dbd110ef07 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
background-color: rgba(0, 52, 97, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5386ba8a-9c39-448d-b065-46dbd110ef07 {
  
}
}@media (max-width: 767px){#s-5386ba8a-9c39-448d-b065-46dbd110ef07 {
  display: none;
}
#s-5386ba8a-9c39-448d-b065-46dbd110ef07, #wrap-s-5386ba8a-9c39-448d-b065-46dbd110ef07 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5386ba8a-9c39-448d-b065-46dbd110ef07"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 768px) {
[id="s-5386ba8a-9c39-448d-b065-46dbd110ef07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5386ba8a-9c39-448d-b065-46dbd110ef07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5386ba8a-9c39-448d-b065-46dbd110ef07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-f31fbab6-c065-4db4-bebd-0ae87a5c70c9 {
  text-align: center;
}
@media (max-width: 767px){#s-f31fbab6-c065-4db4-bebd-0ae87a5c70c9 {
  margin-top: 0px;
margin-bottom: 10px;
}
}






  #s-f31fbab6-c065-4db4-bebd-0ae87a5c70c9 img.shogun-image {
    

    
    
    
  }


#s-f31fbab6-c065-4db4-bebd-0ae87a5c70c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-93315314-e466-43dc-b170-a222e6e22ff5 {
  text-align: center;
}
@media (max-width: 767px){#s-93315314-e466-43dc-b170-a222e6e22ff5 {
  margin-top: 0px;
margin-bottom: 10px;
}
}






  #s-93315314-e466-43dc-b170-a222e6e22ff5 img.shogun-image {
    

    
    
    
  }


#s-93315314-e466-43dc-b170-a222e6e22ff5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f2b0e50-1d14-482d-90a0-74a79a07a826 {
  text-align: center;
}







  #s-2f2b0e50-1d14-482d-90a0-74a79a07a826 img.shogun-image {
    

    
    
    
  }


#s-2f2b0e50-1d14-482d-90a0-74a79a07a826 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d946fbd-8817-467d-9048-2a6cf707fff8 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
background-color: rgba(0, 52, 97, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2d946fbd-8817-467d-9048-2a6cf707fff8 {
  
}
}@media (max-width: 767px){#s-2d946fbd-8817-467d-9048-2a6cf707fff8 {
  display: none;
}
#s-2d946fbd-8817-467d-9048-2a6cf707fff8, #wrap-s-2d946fbd-8817-467d-9048-2a6cf707fff8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2d946fbd-8817-467d-9048-2a6cf707fff8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 768px) {
[id="s-2d946fbd-8817-467d-9048-2a6cf707fff8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-2d946fbd-8817-467d-9048-2a6cf707fff8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-2d946fbd-8817-467d-9048-2a6cf707fff8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-b938c9be-75ff-4a99-8a7f-83a0fa6ab048 {
  text-align: center;
}
@media (max-width: 767px){#s-b938c9be-75ff-4a99-8a7f-83a0fa6ab048 {
  margin-top: 0px;
margin-bottom: 10px;
}
}






  #s-b938c9be-75ff-4a99-8a7f-83a0fa6ab048 img.shogun-image {
    

    
    
    
  }


#s-b938c9be-75ff-4a99-8a7f-83a0fa6ab048 .shogun-image-content {
  
    align-items: center;
  
}

#s-107a03bc-ae10-4c2e-8796-04f4aeae756d {
  text-align: center;
}
@media (max-width: 767px){#s-107a03bc-ae10-4c2e-8796-04f4aeae756d {
  margin-top: 0px;
margin-bottom: 10px;
}
}






  #s-107a03bc-ae10-4c2e-8796-04f4aeae756d img.shogun-image {
    

    
    
    
  }


#s-107a03bc-ae10-4c2e-8796-04f4aeae756d .shogun-image-content {
  
    align-items: center;
  
}

#s-0afc86cf-238a-49fc-b792-aa5d6d74cd00 {
  text-align: center;
}







  #s-0afc86cf-238a-49fc-b792-aa5d6d74cd00 img.shogun-image {
    

    
    
    
  }


#s-0afc86cf-238a-49fc-b792-aa5d6d74cd00 .shogun-image-content {
  
    align-items: center;
  
}

#s-7215d73c-9152-4b28-ae0f-0aff92d3558b {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px){#s-7215d73c-9152-4b28-ae0f-0aff92d3558b {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-7215d73c-9152-4b28-ae0f-0aff92d3558b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7215d73c-9152-4b28-ae0f-0aff92d3558b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-315b4506-12cd-4c6d-9efb-850e62455cbc {
  margin-top: 50px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-315b4506-12cd-4c6d-9efb-850e62455cbc {
  margin-top: 30px;
}
}







#s-315b4506-12cd-4c6d-9efb-850e62455cbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-315b4506-12cd-4c6d-9efb-850e62455cbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-f9ae078b-7bab-4aba-85fa-4d86f616ca05 {
  display: none;
}
#s-f9ae078b-7bab-4aba-85fa-4d86f616ca05, #wrap-s-f9ae078b-7bab-4aba-85fa-4d86f616ca05 { display:none !important; }}
@media (min-width: 1200px){#s-d18d3bde-b95b-4a49-86ba-38a4fd5fbfca {
  display: none;
}
#s-d18d3bde-b95b-4a49-86ba-38a4fd5fbfca, #wrap-s-d18d3bde-b95b-4a49-86ba-38a4fd5fbfca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d18d3bde-b95b-4a49-86ba-38a4fd5fbfca {
  display: none;
}
#s-d18d3bde-b95b-4a49-86ba-38a4fd5fbfca, #wrap-s-d18d3bde-b95b-4a49-86ba-38a4fd5fbfca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d18d3bde-b95b-4a49-86ba-38a4fd5fbfca {
  display: none;
}
#s-d18d3bde-b95b-4a49-86ba-38a4fd5fbfca, #wrap-s-d18d3bde-b95b-4a49-86ba-38a4fd5fbfca { display:none !important; }}@media (max-width: 767px){#s-d18d3bde-b95b-4a49-86ba-38a4fd5fbfca {
  
}
}
#s-8369db6e-59f9-44a6-b500-9745732270b4 {
  margin-top: -20px;
text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b65e21c2-1720-4043-b862-680dbdc76e9e {
  margin-top: 20px;
}

#s-b65e21c2-1720-4043-b862-680dbdc76e9e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 54, 103, 1);
}

#s-b65e21c2-1720-4043-b862-680dbdc76e9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 54, 103, 1);
  padding: 10px;
}

#s-b65e21c2-1720-4043-b862-680dbdc76e9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b65e21c2-1720-4043-b862-680dbdc76e9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(251, 251, 251, 1);
  border-top: 1px solid rgba(0, 54, 103, 1);
}

#s-b65e21c2-1720-4043-b862-680dbdc76e9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b65e21c2-1720-4043-b862-680dbdc76e9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0f1f4248-de80-447d-ac84-5d3507f8196a {
  margin-top: 10px;
}
@media (max-width: 767px){#s-0f1f4248-de80-447d-ac84-5d3507f8196a {
  
}
}
#s-4bbc35d1-5ba3-48fb-8a23-5eb2be2ec4a8 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-4bbc35d1-5ba3-48fb-8a23-5eb2be2ec4a8 {
  
}
}
#s-03ce988c-79b8-4966-a66f-280f6b10de0c {
  margin-top: 10px;
}
@media (max-width: 767px){#s-03ce988c-79b8-4966-a66f-280f6b10de0c {
  
}
}
#s-15920307-860b-45fd-987f-28e57113c9c8 {
  margin-top: 10px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-15920307-860b-45fd-987f-28e57113c9c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-15920307-860b-45fd-987f-28e57113c9c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-15920307-860b-45fd-987f-28e57113c9c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-15920307-860b-45fd-987f-28e57113c9c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-97046323-e3d6-46e5-92b1-1ba686cd0cbf {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-97046323-e3d6-46e5-92b1-1ba686cd0cbf {
  display: none;
}
#s-7ed988fe-ddbb-47e2-8534-62f5feedb4fd {
  text-align: left;
}



.shg-c#s-7ed988fe-ddbb-47e2-8534-62f5feedb4fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ed988fe-ddbb-47e2-8534-62f5feedb4fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ed988fe-ddbb-47e2-8534-62f5feedb4fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ed988fe-ddbb-47e2-8534-62f5feedb4fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ed988fe-ddbb-47e2-8534-62f5feedb4fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ed988fe-ddbb-47e2-8534-62f5feedb4fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ed988fe-ddbb-47e2-8534-62f5feedb4fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ed988fe-ddbb-47e2-8534-62f5feedb4fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ed988fe-ddbb-47e2-8534-62f5feedb4fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ed988fe-ddbb-47e2-8534-62f5feedb4fd img.shogun-image {
  width: 100%;
}



}
#s-060a31e9-5997-4d7c-8e59-ec6c874a402e {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-060a31e9-5997-4d7c-8e59-ec6c874a402e {
  margin-top: -8px;
}
}
#s-a4e93bb0-a10e-422c-b25e-8056ad1bbe9d {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-6ef4a055-ca61-4ce2-9ece-b509b5deb3fd {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-6ef4a055-ca61-4ce2-9ece-b509b5deb3fd {
  display: none;
}
#s-6ef4a055-ca61-4ce2-9ece-b509b5deb3fd, #wrap-s-6ef4a055-ca61-4ce2-9ece-b509b5deb3fd { display:none !important; }}
#s-a11090db-f43b-4785-bf39-523fad8bac57 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-a11090db-f43b-4785-bf39-523fad8bac57 {
  display: none;
}
#s-a11090db-f43b-4785-bf39-523fad8bac57, #wrap-s-a11090db-f43b-4785-bf39-523fad8bac57 { display:none !important; }}
#s-a8dc8aa3-bb2f-4322-849a-6ab5a7d79698 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-a8dc8aa3-bb2f-4322-849a-6ab5a7d79698 {
  display: none;
}
#s-a8dc8aa3-bb2f-4322-849a-6ab5a7d79698, #wrap-s-a8dc8aa3-bb2f-4322-849a-6ab5a7d79698 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8dc8aa3-bb2f-4322-849a-6ab5a7d79698 {
  display: none;
}
#s-a8dc8aa3-bb2f-4322-849a-6ab5a7d79698, #wrap-s-a8dc8aa3-bb2f-4322-849a-6ab5a7d79698 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8dc8aa3-bb2f-4322-849a-6ab5a7d79698 {
  display: none;
}
#s-a8dc8aa3-bb2f-4322-849a-6ab5a7d79698, #wrap-s-a8dc8aa3-bb2f-4322-849a-6ab5a7d79698 { display:none !important; }}
#s-edf999bf-6ec7-4414-9636-a8028c4704d9 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-edf999bf-6ec7-4414-9636-a8028c4704d9 {
  display: none;
}
#s-edf999bf-6ec7-4414-9636-a8028c4704d9, #wrap-s-edf999bf-6ec7-4414-9636-a8028c4704d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edf999bf-6ec7-4414-9636-a8028c4704d9 {
  display: none;
}
#s-edf999bf-6ec7-4414-9636-a8028c4704d9, #wrap-s-edf999bf-6ec7-4414-9636-a8028c4704d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edf999bf-6ec7-4414-9636-a8028c4704d9 {
  display: none;
}
#s-edf999bf-6ec7-4414-9636-a8028c4704d9, #wrap-s-edf999bf-6ec7-4414-9636-a8028c4704d9 { display:none !important; }}
#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-9cfd6da9-35be-4293-81da-8f2c7d363d3d-btn-wrapper {
    text-align: center;
  }


#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-variant-btn:hover {
  background: #252525;
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-variant-btn:active, #s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9cfd6da9-35be-4293-81da-8f2c7d363d3d .shg-variant-btn.disabled {
  background: #252525;
}

#s-4da7d194-dc43-40e9-874f-bd66754401be {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-4da7d194-dc43-40e9-874f-bd66754401be .shg-product-quantity-wrapper {
  display: flex;
}

#s-4da7d194-dc43-40e9-874f-bd66754401be .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4da7d194-dc43-40e9-874f-bd66754401be .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4da7d194-dc43-40e9-874f-bd66754401be .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4da7d194-dc43-40e9-874f-bd66754401be .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-eff6bcce-9b0c-402f-9c88-e49add7a3c27 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-eff6bcce-9b0c-402f-9c88-e49add7a3c27:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eff6bcce-9b0c-402f-9c88-e49add7a3c27:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-eff6bcce-9b0c-402f-9c88-e49add7a3c27 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eff6bcce-9b0c-402f-9c88-e49add7a3c27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eff6bcce-9b0c-402f-9c88-e49add7a3c27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-eff6bcce-9b0c-402f-9c88-e49add7a3c27.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-c7219f42-ea69-464f-813f-58e02a4e5f27 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-c7219f42-ea69-464f-813f-58e02a4e5f27 {
  display: none;
}
#s-7d801c17-8b8e-4eea-9f8a-9d63ef3c8908 {
  text-align: left;
}



.shg-c#s-7d801c17-8b8e-4eea-9f8a-9d63ef3c8908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d801c17-8b8e-4eea-9f8a-9d63ef3c8908 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7d801c17-8b8e-4eea-9f8a-9d63ef3c8908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d801c17-8b8e-4eea-9f8a-9d63ef3c8908 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d801c17-8b8e-4eea-9f8a-9d63ef3c8908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d801c17-8b8e-4eea-9f8a-9d63ef3c8908 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d801c17-8b8e-4eea-9f8a-9d63ef3c8908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d801c17-8b8e-4eea-9f8a-9d63ef3c8908 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d801c17-8b8e-4eea-9f8a-9d63ef3c8908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d801c17-8b8e-4eea-9f8a-9d63ef3c8908 img.shogun-image {
  width: 100%;
}



}
#s-869da470-d676-41b9-b278-da90bdabd565 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-869da470-d676-41b9-b278-da90bdabd565 {
  margin-top: -8px;
}
}
#s-421e9a30-1c7e-43d8-ad20-bcb96ef272d4 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-5a614450-7f45-4e72-a17f-52c34cc2069b {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-5a614450-7f45-4e72-a17f-52c34cc2069b {
  display: none;
}
#s-5a614450-7f45-4e72-a17f-52c34cc2069b, #wrap-s-5a614450-7f45-4e72-a17f-52c34cc2069b { display:none !important; }}
#s-13eb280a-1f50-4fc5-be4a-da1c80163895 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-13eb280a-1f50-4fc5-be4a-da1c80163895 {
  display: none;
}
#s-13eb280a-1f50-4fc5-be4a-da1c80163895, #wrap-s-13eb280a-1f50-4fc5-be4a-da1c80163895 { display:none !important; }}
#s-f1e0c1f8-d3d1-430d-9491-d34e14fcc391 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-f1e0c1f8-d3d1-430d-9491-d34e14fcc391 {
  display: none;
}
#s-f1e0c1f8-d3d1-430d-9491-d34e14fcc391, #wrap-s-f1e0c1f8-d3d1-430d-9491-d34e14fcc391 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1e0c1f8-d3d1-430d-9491-d34e14fcc391 {
  display: none;
}
#s-f1e0c1f8-d3d1-430d-9491-d34e14fcc391, #wrap-s-f1e0c1f8-d3d1-430d-9491-d34e14fcc391 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1e0c1f8-d3d1-430d-9491-d34e14fcc391 {
  display: none;
}
#s-f1e0c1f8-d3d1-430d-9491-d34e14fcc391, #wrap-s-f1e0c1f8-d3d1-430d-9491-d34e14fcc391 { display:none !important; }}
#s-1a916a53-12b2-4445-b599-0d362c11c7c2 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-1a916a53-12b2-4445-b599-0d362c11c7c2 {
  display: none;
}
#s-1a916a53-12b2-4445-b599-0d362c11c7c2, #wrap-s-1a916a53-12b2-4445-b599-0d362c11c7c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a916a53-12b2-4445-b599-0d362c11c7c2 {
  display: none;
}
#s-1a916a53-12b2-4445-b599-0d362c11c7c2, #wrap-s-1a916a53-12b2-4445-b599-0d362c11c7c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a916a53-12b2-4445-b599-0d362c11c7c2 {
  display: none;
}
#s-1a916a53-12b2-4445-b599-0d362c11c7c2, #wrap-s-1a916a53-12b2-4445-b599-0d362c11c7c2 { display:none !important; }}
#s-af8fcc12-e628-4f98-bbf9-210f459308e7 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-af8fcc12-e628-4f98-bbf9-210f459308e7-btn-wrapper {
    text-align: center;
  }


#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-variant-btn:hover {
  background: #252525;
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-variant-btn:active, #s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-af8fcc12-e628-4f98-bbf9-210f459308e7 .shg-variant-btn.disabled {
  background: #252525;
}

#s-b92b0c7b-1c89-41e9-a0eb-1edf6a374e21 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-b92b0c7b-1c89-41e9-a0eb-1edf6a374e21 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b92b0c7b-1c89-41e9-a0eb-1edf6a374e21 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b92b0c7b-1c89-41e9-a0eb-1edf6a374e21 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b92b0c7b-1c89-41e9-a0eb-1edf6a374e21 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b92b0c7b-1c89-41e9-a0eb-1edf6a374e21 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4c2e544b-e267-426f-b170-fe051ccc18e1 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4c2e544b-e267-426f-b170-fe051ccc18e1:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c2e544b-e267-426f-b170-fe051ccc18e1:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4c2e544b-e267-426f-b170-fe051ccc18e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c2e544b-e267-426f-b170-fe051ccc18e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c2e544b-e267-426f-b170-fe051ccc18e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-4c2e544b-e267-426f-b170-fe051ccc18e1.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-cbd5af02-ded9-4c2f-82ff-5f68fd932965 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-cbd5af02-ded9-4c2f-82ff-5f68fd932965 {
  display: none;
}
#s-04552d4b-b2f7-452a-952a-a0a81d3248c0 {
  text-align: left;
}



.shg-c#s-04552d4b-b2f7-452a-952a-a0a81d3248c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04552d4b-b2f7-452a-952a-a0a81d3248c0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04552d4b-b2f7-452a-952a-a0a81d3248c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04552d4b-b2f7-452a-952a-a0a81d3248c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04552d4b-b2f7-452a-952a-a0a81d3248c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04552d4b-b2f7-452a-952a-a0a81d3248c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04552d4b-b2f7-452a-952a-a0a81d3248c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04552d4b-b2f7-452a-952a-a0a81d3248c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04552d4b-b2f7-452a-952a-a0a81d3248c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04552d4b-b2f7-452a-952a-a0a81d3248c0 img.shogun-image {
  width: 100%;
}



}
#s-ff38a305-760d-4d67-b839-763d541938ae {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-ff38a305-760d-4d67-b839-763d541938ae {
  margin-top: -8px;
}
}
#s-1b33931b-c9b3-4fda-8317-9ffc7370e45e {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-0534064a-32c2-4626-b536-4844828167da {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-0534064a-32c2-4626-b536-4844828167da {
  display: none;
}
#s-0534064a-32c2-4626-b536-4844828167da, #wrap-s-0534064a-32c2-4626-b536-4844828167da { display:none !important; }}
#s-f103e460-f3e1-4068-b384-148d553f8818 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-f103e460-f3e1-4068-b384-148d553f8818 {
  display: none;
}
#s-f103e460-f3e1-4068-b384-148d553f8818, #wrap-s-f103e460-f3e1-4068-b384-148d553f8818 { display:none !important; }}
#s-3e6e25b1-7630-48df-94a2-fb3a3b5e1e3a {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-3e6e25b1-7630-48df-94a2-fb3a3b5e1e3a {
  display: none;
}
#s-3e6e25b1-7630-48df-94a2-fb3a3b5e1e3a, #wrap-s-3e6e25b1-7630-48df-94a2-fb3a3b5e1e3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e6e25b1-7630-48df-94a2-fb3a3b5e1e3a {
  display: none;
}
#s-3e6e25b1-7630-48df-94a2-fb3a3b5e1e3a, #wrap-s-3e6e25b1-7630-48df-94a2-fb3a3b5e1e3a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e6e25b1-7630-48df-94a2-fb3a3b5e1e3a {
  display: none;
}
#s-3e6e25b1-7630-48df-94a2-fb3a3b5e1e3a, #wrap-s-3e6e25b1-7630-48df-94a2-fb3a3b5e1e3a { display:none !important; }}
#s-2356daac-8571-4ae3-b844-1e907dff5601 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-2356daac-8571-4ae3-b844-1e907dff5601 {
  display: none;
}
#s-2356daac-8571-4ae3-b844-1e907dff5601, #wrap-s-2356daac-8571-4ae3-b844-1e907dff5601 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2356daac-8571-4ae3-b844-1e907dff5601 {
  display: none;
}
#s-2356daac-8571-4ae3-b844-1e907dff5601, #wrap-s-2356daac-8571-4ae3-b844-1e907dff5601 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2356daac-8571-4ae3-b844-1e907dff5601 {
  display: none;
}
#s-2356daac-8571-4ae3-b844-1e907dff5601, #wrap-s-2356daac-8571-4ae3-b844-1e907dff5601 { display:none !important; }}
#s-61c56bcb-4640-487b-af9b-410aff40441e {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-61c56bcb-4640-487b-af9b-410aff40441e-btn-wrapper {
    text-align: center;
  }


#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-variant-btn:hover {
  background: #252525;
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-variant-btn:active, #s-61c56bcb-4640-487b-af9b-410aff40441e .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-61c56bcb-4640-487b-af9b-410aff40441e .shg-variant-btn.disabled {
  background: #252525;
}

#s-a4538700-6d7d-4e30-9312-f62703b279de {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-a4538700-6d7d-4e30-9312-f62703b279de .shg-product-quantity-wrapper {
  display: flex;
}

#s-a4538700-6d7d-4e30-9312-f62703b279de .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a4538700-6d7d-4e30-9312-f62703b279de .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a4538700-6d7d-4e30-9312-f62703b279de .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a4538700-6d7d-4e30-9312-f62703b279de .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-deb2bbc6-0990-44d0-9ee3-efc04f84eac3 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-deb2bbc6-0990-44d0-9ee3-efc04f84eac3:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-deb2bbc6-0990-44d0-9ee3-efc04f84eac3:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-deb2bbc6-0990-44d0-9ee3-efc04f84eac3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-deb2bbc6-0990-44d0-9ee3-efc04f84eac3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-deb2bbc6-0990-44d0-9ee3-efc04f84eac3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-deb2bbc6-0990-44d0-9ee3-efc04f84eac3.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-a6b133e3-be0b-4c5c-a1a8-6c80f953e969 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-a6b133e3-be0b-4c5c-a1a8-6c80f953e969 {
  display: none;
}
#s-b9f22fad-4730-477e-ba51-d03573dca09e {
  text-align: left;
}



.shg-c#s-b9f22fad-4730-477e-ba51-d03573dca09e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9f22fad-4730-477e-ba51-d03573dca09e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b9f22fad-4730-477e-ba51-d03573dca09e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9f22fad-4730-477e-ba51-d03573dca09e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9f22fad-4730-477e-ba51-d03573dca09e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9f22fad-4730-477e-ba51-d03573dca09e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9f22fad-4730-477e-ba51-d03573dca09e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9f22fad-4730-477e-ba51-d03573dca09e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9f22fad-4730-477e-ba51-d03573dca09e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9f22fad-4730-477e-ba51-d03573dca09e img.shogun-image {
  width: 100%;
}



}
#s-29406a8b-bc8d-404e-bcd8-560568c33d67 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-29406a8b-bc8d-404e-bcd8-560568c33d67 {
  margin-top: -8px;
}
}
#s-aef7d788-89ac-4319-9f38-73867b518b7b {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-3f7fe2e8-37c1-441b-bad5-30aae90c94a5 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-3f7fe2e8-37c1-441b-bad5-30aae90c94a5 {
  display: none;
}
#s-3f7fe2e8-37c1-441b-bad5-30aae90c94a5, #wrap-s-3f7fe2e8-37c1-441b-bad5-30aae90c94a5 { display:none !important; }}
#s-95012fcc-95a0-4c50-b4d6-017d660eaa10 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-95012fcc-95a0-4c50-b4d6-017d660eaa10 {
  display: none;
}
#s-95012fcc-95a0-4c50-b4d6-017d660eaa10, #wrap-s-95012fcc-95a0-4c50-b4d6-017d660eaa10 { display:none !important; }}
#s-2ea85794-9ea0-489e-9eed-e1c9d6c724bf {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-2ea85794-9ea0-489e-9eed-e1c9d6c724bf {
  display: none;
}
#s-2ea85794-9ea0-489e-9eed-e1c9d6c724bf, #wrap-s-2ea85794-9ea0-489e-9eed-e1c9d6c724bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ea85794-9ea0-489e-9eed-e1c9d6c724bf {
  display: none;
}
#s-2ea85794-9ea0-489e-9eed-e1c9d6c724bf, #wrap-s-2ea85794-9ea0-489e-9eed-e1c9d6c724bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ea85794-9ea0-489e-9eed-e1c9d6c724bf {
  display: none;
}
#s-2ea85794-9ea0-489e-9eed-e1c9d6c724bf, #wrap-s-2ea85794-9ea0-489e-9eed-e1c9d6c724bf { display:none !important; }}
#s-dc3b8309-c7c0-473a-b681-fdac2372d594 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-dc3b8309-c7c0-473a-b681-fdac2372d594 {
  display: none;
}
#s-dc3b8309-c7c0-473a-b681-fdac2372d594, #wrap-s-dc3b8309-c7c0-473a-b681-fdac2372d594 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc3b8309-c7c0-473a-b681-fdac2372d594 {
  display: none;
}
#s-dc3b8309-c7c0-473a-b681-fdac2372d594, #wrap-s-dc3b8309-c7c0-473a-b681-fdac2372d594 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc3b8309-c7c0-473a-b681-fdac2372d594 {
  display: none;
}
#s-dc3b8309-c7c0-473a-b681-fdac2372d594, #wrap-s-dc3b8309-c7c0-473a-b681-fdac2372d594 { display:none !important; }}
#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db-btn-wrapper {
    text-align: center;
  }


#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-variant-btn:hover {
  background: #252525;
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-variant-btn:active, #s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0ff345f6-f2c5-409f-b5eb-bec7a504f2db .shg-variant-btn.disabled {
  background: #252525;
}

#s-1c3c9642-4a6d-4622-bbea-a58c2715192e {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-1c3c9642-4a6d-4622-bbea-a58c2715192e .shg-product-quantity-wrapper {
  display: flex;
}

#s-1c3c9642-4a6d-4622-bbea-a58c2715192e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1c3c9642-4a6d-4622-bbea-a58c2715192e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1c3c9642-4a6d-4622-bbea-a58c2715192e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1c3c9642-4a6d-4622-bbea-a58c2715192e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-6477a931-90da-44eb-a6dd-52cde0db6761 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6477a931-90da-44eb-a6dd-52cde0db6761:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6477a931-90da-44eb-a6dd-52cde0db6761:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6477a931-90da-44eb-a6dd-52cde0db6761 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6477a931-90da-44eb-a6dd-52cde0db6761.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6477a931-90da-44eb-a6dd-52cde0db6761.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-6477a931-90da-44eb-a6dd-52cde0db6761.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-6ddc9443-078d-4b62-98f0-265a5b44c4fc {
  margin-top: 10px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-6ddc9443-078d-4b62-98f0-265a5b44c4fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6ddc9443-078d-4b62-98f0-265a5b44c4fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6ddc9443-078d-4b62-98f0-265a5b44c4fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6ddc9443-078d-4b62-98f0-265a5b44c4fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-663ff3cf-ade6-468b-a263-8ca97ce1aaef {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-663ff3cf-ade6-468b-a263-8ca97ce1aaef {
  display: none;
}
#s-275c6839-ffd6-460c-ba8e-fd732b82229e {
  text-align: left;
}



.shg-c#s-275c6839-ffd6-460c-ba8e-fd732b82229e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-275c6839-ffd6-460c-ba8e-fd732b82229e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-275c6839-ffd6-460c-ba8e-fd732b82229e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-275c6839-ffd6-460c-ba8e-fd732b82229e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-275c6839-ffd6-460c-ba8e-fd732b82229e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-275c6839-ffd6-460c-ba8e-fd732b82229e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-275c6839-ffd6-460c-ba8e-fd732b82229e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-275c6839-ffd6-460c-ba8e-fd732b82229e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-275c6839-ffd6-460c-ba8e-fd732b82229e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-275c6839-ffd6-460c-ba8e-fd732b82229e img.shogun-image {
  width: 100%;
}



}
#s-417c549e-172e-4496-aeb1-996989c39785 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-417c549e-172e-4496-aeb1-996989c39785 {
  margin-top: -8px;
}
}
#s-9514c82c-f05a-4836-be81-5b7b0c942546 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-e0850709-5f40-40de-9478-1fdf34a2a161 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-e0850709-5f40-40de-9478-1fdf34a2a161 {
  display: none;
}
#s-e0850709-5f40-40de-9478-1fdf34a2a161, #wrap-s-e0850709-5f40-40de-9478-1fdf34a2a161 { display:none !important; }}
#s-94dbf97b-146d-4eb2-9edd-0e3a48dcc40a {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-94dbf97b-146d-4eb2-9edd-0e3a48dcc40a {
  display: none;
}
#s-94dbf97b-146d-4eb2-9edd-0e3a48dcc40a, #wrap-s-94dbf97b-146d-4eb2-9edd-0e3a48dcc40a { display:none !important; }}
#s-434228d2-9dc6-4c23-bf9b-e744b80c47c7 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-434228d2-9dc6-4c23-bf9b-e744b80c47c7 {
  display: none;
}
#s-434228d2-9dc6-4c23-bf9b-e744b80c47c7, #wrap-s-434228d2-9dc6-4c23-bf9b-e744b80c47c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-434228d2-9dc6-4c23-bf9b-e744b80c47c7 {
  display: none;
}
#s-434228d2-9dc6-4c23-bf9b-e744b80c47c7, #wrap-s-434228d2-9dc6-4c23-bf9b-e744b80c47c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-434228d2-9dc6-4c23-bf9b-e744b80c47c7 {
  display: none;
}
#s-434228d2-9dc6-4c23-bf9b-e744b80c47c7, #wrap-s-434228d2-9dc6-4c23-bf9b-e744b80c47c7 { display:none !important; }}
#s-986721fc-853a-4758-abf6-982c005c3ff1 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-986721fc-853a-4758-abf6-982c005c3ff1 {
  display: none;
}
#s-986721fc-853a-4758-abf6-982c005c3ff1, #wrap-s-986721fc-853a-4758-abf6-982c005c3ff1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-986721fc-853a-4758-abf6-982c005c3ff1 {
  display: none;
}
#s-986721fc-853a-4758-abf6-982c005c3ff1, #wrap-s-986721fc-853a-4758-abf6-982c005c3ff1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-986721fc-853a-4758-abf6-982c005c3ff1 {
  display: none;
}
#s-986721fc-853a-4758-abf6-982c005c3ff1, #wrap-s-986721fc-853a-4758-abf6-982c005c3ff1 { display:none !important; }}
#s-0a249d1e-0e08-42f7-8f51-722adab3673a {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0a249d1e-0e08-42f7-8f51-722adab3673a-btn-wrapper {
    text-align: center;
  }


#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-variant-btn:hover {
  background: #252525;
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-variant-btn:active, #s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0a249d1e-0e08-42f7-8f51-722adab3673a .shg-variant-btn.disabled {
  background: #252525;
}

#s-49808975-0987-4e37-a567-57e147a793e8 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-49808975-0987-4e37-a567-57e147a793e8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-49808975-0987-4e37-a567-57e147a793e8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-49808975-0987-4e37-a567-57e147a793e8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-49808975-0987-4e37-a567-57e147a793e8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-49808975-0987-4e37-a567-57e147a793e8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-9b2ddd42-80ad-480a-b90b-1053d62371f7 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9b2ddd42-80ad-480a-b90b-1053d62371f7:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9b2ddd42-80ad-480a-b90b-1053d62371f7:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9b2ddd42-80ad-480a-b90b-1053d62371f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9b2ddd42-80ad-480a-b90b-1053d62371f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b2ddd42-80ad-480a-b90b-1053d62371f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-9b2ddd42-80ad-480a-b90b-1053d62371f7.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-b1ebe74b-7733-423d-a83c-0950d22dc076 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-b1ebe74b-7733-423d-a83c-0950d22dc076 {
  display: none;
}
#s-175f39d2-182d-4cf9-9e00-70e298bd465c {
  text-align: left;
}



.shg-c#s-175f39d2-182d-4cf9-9e00-70e298bd465c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-175f39d2-182d-4cf9-9e00-70e298bd465c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-175f39d2-182d-4cf9-9e00-70e298bd465c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-175f39d2-182d-4cf9-9e00-70e298bd465c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-175f39d2-182d-4cf9-9e00-70e298bd465c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-175f39d2-182d-4cf9-9e00-70e298bd465c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-175f39d2-182d-4cf9-9e00-70e298bd465c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-175f39d2-182d-4cf9-9e00-70e298bd465c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-175f39d2-182d-4cf9-9e00-70e298bd465c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-175f39d2-182d-4cf9-9e00-70e298bd465c img.shogun-image {
  width: 100%;
}



}
#s-bd3a56e1-b9ef-4148-b995-4c416748e212 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-bd3a56e1-b9ef-4148-b995-4c416748e212 {
  margin-top: -8px;
}
}
#s-16f4dbd8-1711-4294-9898-43f92644d371 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-a6c2d5de-6293-4880-bbc4-75408adede04 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-a6c2d5de-6293-4880-bbc4-75408adede04 {
  display: none;
}
#s-a6c2d5de-6293-4880-bbc4-75408adede04, #wrap-s-a6c2d5de-6293-4880-bbc4-75408adede04 { display:none !important; }}
#s-e493f6ea-daba-4721-9782-ba2f87d07859 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-e493f6ea-daba-4721-9782-ba2f87d07859 {
  display: none;
}
#s-e493f6ea-daba-4721-9782-ba2f87d07859, #wrap-s-e493f6ea-daba-4721-9782-ba2f87d07859 { display:none !important; }}
#s-b379f662-a894-4459-8396-264f7a5afa1c {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-b379f662-a894-4459-8396-264f7a5afa1c {
  display: none;
}
#s-b379f662-a894-4459-8396-264f7a5afa1c, #wrap-s-b379f662-a894-4459-8396-264f7a5afa1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b379f662-a894-4459-8396-264f7a5afa1c {
  display: none;
}
#s-b379f662-a894-4459-8396-264f7a5afa1c, #wrap-s-b379f662-a894-4459-8396-264f7a5afa1c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b379f662-a894-4459-8396-264f7a5afa1c {
  display: none;
}
#s-b379f662-a894-4459-8396-264f7a5afa1c, #wrap-s-b379f662-a894-4459-8396-264f7a5afa1c { display:none !important; }}
#s-0f3cc8aa-a042-44f0-9b4c-13990a284a62 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-0f3cc8aa-a042-44f0-9b4c-13990a284a62 {
  display: none;
}
#s-0f3cc8aa-a042-44f0-9b4c-13990a284a62, #wrap-s-0f3cc8aa-a042-44f0-9b4c-13990a284a62 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f3cc8aa-a042-44f0-9b4c-13990a284a62 {
  display: none;
}
#s-0f3cc8aa-a042-44f0-9b4c-13990a284a62, #wrap-s-0f3cc8aa-a042-44f0-9b4c-13990a284a62 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f3cc8aa-a042-44f0-9b4c-13990a284a62 {
  display: none;
}
#s-0f3cc8aa-a042-44f0-9b4c-13990a284a62, #wrap-s-0f3cc8aa-a042-44f0-9b4c-13990a284a62 { display:none !important; }}
#s-d150f215-3acf-494e-88cd-60327971e4e1 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-d150f215-3acf-494e-88cd-60327971e4e1-btn-wrapper {
    text-align: center;
  }


#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-variant-btn:hover {
  background: #252525;
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-variant-btn:active, #s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-d150f215-3acf-494e-88cd-60327971e4e1 .shg-variant-btn.disabled {
  background: #252525;
}

#s-c84d1ebd-f3ef-4df0-9b80-cd66cc90ae89 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-c84d1ebd-f3ef-4df0-9b80-cd66cc90ae89 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c84d1ebd-f3ef-4df0-9b80-cd66cc90ae89 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c84d1ebd-f3ef-4df0-9b80-cd66cc90ae89 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c84d1ebd-f3ef-4df0-9b80-cd66cc90ae89 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c84d1ebd-f3ef-4df0-9b80-cd66cc90ae89 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-d4fb9112-b969-4742-8e48-c4a1ca83402d {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d4fb9112-b969-4742-8e48-c4a1ca83402d:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d4fb9112-b969-4742-8e48-c4a1ca83402d:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d4fb9112-b969-4742-8e48-c4a1ca83402d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d4fb9112-b969-4742-8e48-c4a1ca83402d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d4fb9112-b969-4742-8e48-c4a1ca83402d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-d4fb9112-b969-4742-8e48-c4a1ca83402d.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-f6e60ed3-2813-4615-8aea-99631f13bd90 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-f6e60ed3-2813-4615-8aea-99631f13bd90 {
  display: none;
}
#s-251f1a0a-db4e-4e90-8b0d-d41c09cfcdd9 {
  text-align: left;
}



.shg-c#s-251f1a0a-db4e-4e90-8b0d-d41c09cfcdd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-251f1a0a-db4e-4e90-8b0d-d41c09cfcdd9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-251f1a0a-db4e-4e90-8b0d-d41c09cfcdd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-251f1a0a-db4e-4e90-8b0d-d41c09cfcdd9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-251f1a0a-db4e-4e90-8b0d-d41c09cfcdd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-251f1a0a-db4e-4e90-8b0d-d41c09cfcdd9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-251f1a0a-db4e-4e90-8b0d-d41c09cfcdd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-251f1a0a-db4e-4e90-8b0d-d41c09cfcdd9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-251f1a0a-db4e-4e90-8b0d-d41c09cfcdd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-251f1a0a-db4e-4e90-8b0d-d41c09cfcdd9 img.shogun-image {
  width: 100%;
}



}
#s-c98b4474-7fc1-4c27-830c-0cac6efc0948 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-c98b4474-7fc1-4c27-830c-0cac6efc0948 {
  margin-top: -8px;
}
}
#s-194d0a37-886e-4065-acae-fcb3dcedcc70 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-c44bef2d-d85c-4e72-b80e-f6c2528e2bdd {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-c44bef2d-d85c-4e72-b80e-f6c2528e2bdd {
  display: none;
}
#s-c44bef2d-d85c-4e72-b80e-f6c2528e2bdd, #wrap-s-c44bef2d-d85c-4e72-b80e-f6c2528e2bdd { display:none !important; }}
#s-139e126c-f092-4f7f-97b4-4ef12fb3443b {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-139e126c-f092-4f7f-97b4-4ef12fb3443b {
  display: none;
}
#s-139e126c-f092-4f7f-97b4-4ef12fb3443b, #wrap-s-139e126c-f092-4f7f-97b4-4ef12fb3443b { display:none !important; }}
#s-16adbd82-fb25-44e5-bebb-a2ba48668e78 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-16adbd82-fb25-44e5-bebb-a2ba48668e78 {
  display: none;
}
#s-16adbd82-fb25-44e5-bebb-a2ba48668e78, #wrap-s-16adbd82-fb25-44e5-bebb-a2ba48668e78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16adbd82-fb25-44e5-bebb-a2ba48668e78 {
  display: none;
}
#s-16adbd82-fb25-44e5-bebb-a2ba48668e78, #wrap-s-16adbd82-fb25-44e5-bebb-a2ba48668e78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16adbd82-fb25-44e5-bebb-a2ba48668e78 {
  display: none;
}
#s-16adbd82-fb25-44e5-bebb-a2ba48668e78, #wrap-s-16adbd82-fb25-44e5-bebb-a2ba48668e78 { display:none !important; }}
#s-e27c37fe-5e67-4e0f-b1cc-77cd76e79411 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-e27c37fe-5e67-4e0f-b1cc-77cd76e79411 {
  display: none;
}
#s-e27c37fe-5e67-4e0f-b1cc-77cd76e79411, #wrap-s-e27c37fe-5e67-4e0f-b1cc-77cd76e79411 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e27c37fe-5e67-4e0f-b1cc-77cd76e79411 {
  display: none;
}
#s-e27c37fe-5e67-4e0f-b1cc-77cd76e79411, #wrap-s-e27c37fe-5e67-4e0f-b1cc-77cd76e79411 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e27c37fe-5e67-4e0f-b1cc-77cd76e79411 {
  display: none;
}
#s-e27c37fe-5e67-4e0f-b1cc-77cd76e79411, #wrap-s-e27c37fe-5e67-4e0f-b1cc-77cd76e79411 { display:none !important; }}
#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997-btn-wrapper {
    text-align: center;
  }


#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-variant-btn:hover {
  background: #252525;
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-variant-btn:active, #s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e93d8e9f-d2a0-44d7-9ee2-d35ea661a997 .shg-variant-btn.disabled {
  background: #252525;
}

#s-18f6a262-4ea5-4216-95e8-5219bd059f58 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-18f6a262-4ea5-4216-95e8-5219bd059f58 .shg-product-quantity-wrapper {
  display: flex;
}

#s-18f6a262-4ea5-4216-95e8-5219bd059f58 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-18f6a262-4ea5-4216-95e8-5219bd059f58 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-18f6a262-4ea5-4216-95e8-5219bd059f58 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-18f6a262-4ea5-4216-95e8-5219bd059f58 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-9bba4caf-cc9c-4ff0-a095-3dcc2362d284 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9bba4caf-cc9c-4ff0-a095-3dcc2362d284:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9bba4caf-cc9c-4ff0-a095-3dcc2362d284:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9bba4caf-cc9c-4ff0-a095-3dcc2362d284 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9bba4caf-cc9c-4ff0-a095-3dcc2362d284.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9bba4caf-cc9c-4ff0-a095-3dcc2362d284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-9bba4caf-cc9c-4ff0-a095-3dcc2362d284.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-87ba5bb6-3144-4a7f-b551-af4be042f747 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-87ba5bb6-3144-4a7f-b551-af4be042f747 {
  display: none;
}
#s-129fb4e9-8b6f-4298-9cfc-207edda51900 {
  text-align: left;
}



.shg-c#s-129fb4e9-8b6f-4298-9cfc-207edda51900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-129fb4e9-8b6f-4298-9cfc-207edda51900 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-129fb4e9-8b6f-4298-9cfc-207edda51900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-129fb4e9-8b6f-4298-9cfc-207edda51900 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-129fb4e9-8b6f-4298-9cfc-207edda51900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-129fb4e9-8b6f-4298-9cfc-207edda51900 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-129fb4e9-8b6f-4298-9cfc-207edda51900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-129fb4e9-8b6f-4298-9cfc-207edda51900 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-129fb4e9-8b6f-4298-9cfc-207edda51900 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-129fb4e9-8b6f-4298-9cfc-207edda51900 img.shogun-image {
  width: 100%;
}



}
#s-0ce10532-9b7a-413e-84b8-5ec5db48df09 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-0ce10532-9b7a-413e-84b8-5ec5db48df09 {
  margin-top: -8px;
}
}
#s-d5b6d2d4-b260-43d7-a57a-aa69cf6d970d {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-87a5681f-1c22-4313-9482-c10e83985345 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-87a5681f-1c22-4313-9482-c10e83985345 {
  display: none;
}
#s-87a5681f-1c22-4313-9482-c10e83985345, #wrap-s-87a5681f-1c22-4313-9482-c10e83985345 { display:none !important; }}
#s-6cc88589-84e1-4309-86f2-7ea9a6fcb661 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-6cc88589-84e1-4309-86f2-7ea9a6fcb661 {
  display: none;
}
#s-6cc88589-84e1-4309-86f2-7ea9a6fcb661, #wrap-s-6cc88589-84e1-4309-86f2-7ea9a6fcb661 { display:none !important; }}
#s-87b556ea-1943-4534-b114-0a49ad2296ff {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-87b556ea-1943-4534-b114-0a49ad2296ff {
  display: none;
}
#s-87b556ea-1943-4534-b114-0a49ad2296ff, #wrap-s-87b556ea-1943-4534-b114-0a49ad2296ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87b556ea-1943-4534-b114-0a49ad2296ff {
  display: none;
}
#s-87b556ea-1943-4534-b114-0a49ad2296ff, #wrap-s-87b556ea-1943-4534-b114-0a49ad2296ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87b556ea-1943-4534-b114-0a49ad2296ff {
  display: none;
}
#s-87b556ea-1943-4534-b114-0a49ad2296ff, #wrap-s-87b556ea-1943-4534-b114-0a49ad2296ff { display:none !important; }}
#s-1b48a32e-4f2c-4754-abf7-9ba1c35c26e2 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-1b48a32e-4f2c-4754-abf7-9ba1c35c26e2 {
  display: none;
}
#s-1b48a32e-4f2c-4754-abf7-9ba1c35c26e2, #wrap-s-1b48a32e-4f2c-4754-abf7-9ba1c35c26e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b48a32e-4f2c-4754-abf7-9ba1c35c26e2 {
  display: none;
}
#s-1b48a32e-4f2c-4754-abf7-9ba1c35c26e2, #wrap-s-1b48a32e-4f2c-4754-abf7-9ba1c35c26e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b48a32e-4f2c-4754-abf7-9ba1c35c26e2 {
  display: none;
}
#s-1b48a32e-4f2c-4754-abf7-9ba1c35c26e2, #wrap-s-1b48a32e-4f2c-4754-abf7-9ba1c35c26e2 { display:none !important; }}
#s-568b5434-1971-4832-a5ae-bc639d36cd05 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-568b5434-1971-4832-a5ae-bc639d36cd05-btn-wrapper {
    text-align: center;
  }


#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-variant-btn:hover {
  background: #252525;
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-variant-btn:active, #s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-568b5434-1971-4832-a5ae-bc639d36cd05 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6bbf154c-709f-4107-9610-9668bf14afb9 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-6bbf154c-709f-4107-9610-9668bf14afb9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6bbf154c-709f-4107-9610-9668bf14afb9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6bbf154c-709f-4107-9610-9668bf14afb9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6bbf154c-709f-4107-9610-9668bf14afb9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6bbf154c-709f-4107-9610-9668bf14afb9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-5936f881-8900-4a34-a723-12aed68e3bcd {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5936f881-8900-4a34-a723-12aed68e3bcd:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5936f881-8900-4a34-a723-12aed68e3bcd:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5936f881-8900-4a34-a723-12aed68e3bcd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5936f881-8900-4a34-a723-12aed68e3bcd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5936f881-8900-4a34-a723-12aed68e3bcd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-5936f881-8900-4a34-a723-12aed68e3bcd.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-3851e899-13d2-450f-a42e-1b8d8e531dba {
  margin-top: 10px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-3851e899-13d2-450f-a42e-1b8d8e531dba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3851e899-13d2-450f-a42e-1b8d8e531dba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3851e899-13d2-450f-a42e-1b8d8e531dba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3851e899-13d2-450f-a42e-1b8d8e531dba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a0c57128-ca71-4808-946a-02a3dcf32be5 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-a0c57128-ca71-4808-946a-02a3dcf32be5 {
  display: none;
}
#s-58fd0fff-a843-43d0-90f5-0ce8bce1df86 {
  text-align: left;
}



.shg-c#s-58fd0fff-a843-43d0-90f5-0ce8bce1df86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58fd0fff-a843-43d0-90f5-0ce8bce1df86 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-58fd0fff-a843-43d0-90f5-0ce8bce1df86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58fd0fff-a843-43d0-90f5-0ce8bce1df86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58fd0fff-a843-43d0-90f5-0ce8bce1df86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58fd0fff-a843-43d0-90f5-0ce8bce1df86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58fd0fff-a843-43d0-90f5-0ce8bce1df86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58fd0fff-a843-43d0-90f5-0ce8bce1df86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58fd0fff-a843-43d0-90f5-0ce8bce1df86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58fd0fff-a843-43d0-90f5-0ce8bce1df86 img.shogun-image {
  width: 100%;
}



}
#s-c659760c-08e9-49bc-af6d-72d1b7d1cda1 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-c659760c-08e9-49bc-af6d-72d1b7d1cda1 {
  margin-top: -8px;
}
}
#s-84c56303-497a-436f-9639-2f143b811538 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-e4430775-7dcc-4eb1-98ed-23e3c1ea7a5a {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-e4430775-7dcc-4eb1-98ed-23e3c1ea7a5a {
  display: none;
}
#s-e4430775-7dcc-4eb1-98ed-23e3c1ea7a5a, #wrap-s-e4430775-7dcc-4eb1-98ed-23e3c1ea7a5a { display:none !important; }}
#s-39fb0688-aadd-4f37-86fe-3ea3a1ab7666 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-39fb0688-aadd-4f37-86fe-3ea3a1ab7666 {
  display: none;
}
#s-39fb0688-aadd-4f37-86fe-3ea3a1ab7666, #wrap-s-39fb0688-aadd-4f37-86fe-3ea3a1ab7666 { display:none !important; }}
#s-e3462aaf-39a3-408b-a067-21fe5701e7fb {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-e3462aaf-39a3-408b-a067-21fe5701e7fb {
  display: none;
}
#s-e3462aaf-39a3-408b-a067-21fe5701e7fb, #wrap-s-e3462aaf-39a3-408b-a067-21fe5701e7fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3462aaf-39a3-408b-a067-21fe5701e7fb {
  display: none;
}
#s-e3462aaf-39a3-408b-a067-21fe5701e7fb, #wrap-s-e3462aaf-39a3-408b-a067-21fe5701e7fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3462aaf-39a3-408b-a067-21fe5701e7fb {
  display: none;
}
#s-e3462aaf-39a3-408b-a067-21fe5701e7fb, #wrap-s-e3462aaf-39a3-408b-a067-21fe5701e7fb { display:none !important; }}
#s-3fb8679e-e043-4ac0-976e-b45ccb271ac2 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-3fb8679e-e043-4ac0-976e-b45ccb271ac2 {
  display: none;
}
#s-3fb8679e-e043-4ac0-976e-b45ccb271ac2, #wrap-s-3fb8679e-e043-4ac0-976e-b45ccb271ac2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fb8679e-e043-4ac0-976e-b45ccb271ac2 {
  display: none;
}
#s-3fb8679e-e043-4ac0-976e-b45ccb271ac2, #wrap-s-3fb8679e-e043-4ac0-976e-b45ccb271ac2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3fb8679e-e043-4ac0-976e-b45ccb271ac2 {
  display: none;
}
#s-3fb8679e-e043-4ac0-976e-b45ccb271ac2, #wrap-s-3fb8679e-e043-4ac0-976e-b45ccb271ac2 { display:none !important; }}
#s-2a027b06-9b11-4d90-b512-4b618c51a706 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2a027b06-9b11-4d90-b512-4b618c51a706-btn-wrapper {
    text-align: center;
  }


#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-variant-btn:hover {
  background: #252525;
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-variant-btn:active, #s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2a027b06-9b11-4d90-b512-4b618c51a706 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2eff1781-7a66-4a2f-8e1f-1db243cc730a {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-2eff1781-7a66-4a2f-8e1f-1db243cc730a .shg-product-quantity-wrapper {
  display: flex;
}

#s-2eff1781-7a66-4a2f-8e1f-1db243cc730a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2eff1781-7a66-4a2f-8e1f-1db243cc730a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2eff1781-7a66-4a2f-8e1f-1db243cc730a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2eff1781-7a66-4a2f-8e1f-1db243cc730a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-679d2221-1140-4fa3-8e0b-bfc03cc800e5 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-679d2221-1140-4fa3-8e0b-bfc03cc800e5:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-679d2221-1140-4fa3-8e0b-bfc03cc800e5:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-679d2221-1140-4fa3-8e0b-bfc03cc800e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-679d2221-1140-4fa3-8e0b-bfc03cc800e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-679d2221-1140-4fa3-8e0b-bfc03cc800e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-679d2221-1140-4fa3-8e0b-bfc03cc800e5.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-123943f6-32a4-42fa-86d0-2efeb46809ab {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-123943f6-32a4-42fa-86d0-2efeb46809ab {
  display: none;
}
#s-eaa5e1b6-cddd-4e52-9cd3-41beb3c4a7ae {
  text-align: left;
}



.shg-c#s-eaa5e1b6-cddd-4e52-9cd3-41beb3c4a7ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaa5e1b6-cddd-4e52-9cd3-41beb3c4a7ae img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eaa5e1b6-cddd-4e52-9cd3-41beb3c4a7ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaa5e1b6-cddd-4e52-9cd3-41beb3c4a7ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eaa5e1b6-cddd-4e52-9cd3-41beb3c4a7ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaa5e1b6-cddd-4e52-9cd3-41beb3c4a7ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eaa5e1b6-cddd-4e52-9cd3-41beb3c4a7ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaa5e1b6-cddd-4e52-9cd3-41beb3c4a7ae img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eaa5e1b6-cddd-4e52-9cd3-41beb3c4a7ae .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eaa5e1b6-cddd-4e52-9cd3-41beb3c4a7ae img.shogun-image {
  width: 100%;
}



}
#s-354af547-fdb4-4cb2-b5e3-178d5e2516fd {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-354af547-fdb4-4cb2-b5e3-178d5e2516fd {
  margin-top: -8px;
}
}
#s-fb6a83c6-a4e6-4bcc-8f2e-2c48e2e9b586 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-c658d6e1-a946-472f-9eec-1dddd76f3ff6 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-c658d6e1-a946-472f-9eec-1dddd76f3ff6 {
  display: none;
}
#s-c658d6e1-a946-472f-9eec-1dddd76f3ff6, #wrap-s-c658d6e1-a946-472f-9eec-1dddd76f3ff6 { display:none !important; }}
#s-3b4bb38a-0c8b-4c27-abd0-e5d4fb4e50b1 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-3b4bb38a-0c8b-4c27-abd0-e5d4fb4e50b1 {
  display: none;
}
#s-3b4bb38a-0c8b-4c27-abd0-e5d4fb4e50b1, #wrap-s-3b4bb38a-0c8b-4c27-abd0-e5d4fb4e50b1 { display:none !important; }}
#s-129a4359-c627-49f9-9fa5-43154c71a1bb {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-129a4359-c627-49f9-9fa5-43154c71a1bb {
  display: none;
}
#s-129a4359-c627-49f9-9fa5-43154c71a1bb, #wrap-s-129a4359-c627-49f9-9fa5-43154c71a1bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-129a4359-c627-49f9-9fa5-43154c71a1bb {
  display: none;
}
#s-129a4359-c627-49f9-9fa5-43154c71a1bb, #wrap-s-129a4359-c627-49f9-9fa5-43154c71a1bb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-129a4359-c627-49f9-9fa5-43154c71a1bb {
  display: none;
}
#s-129a4359-c627-49f9-9fa5-43154c71a1bb, #wrap-s-129a4359-c627-49f9-9fa5-43154c71a1bb { display:none !important; }}
#s-546c3fd0-4d22-4227-9671-75dec110a802 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-546c3fd0-4d22-4227-9671-75dec110a802 {
  display: none;
}
#s-546c3fd0-4d22-4227-9671-75dec110a802, #wrap-s-546c3fd0-4d22-4227-9671-75dec110a802 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-546c3fd0-4d22-4227-9671-75dec110a802 {
  display: none;
}
#s-546c3fd0-4d22-4227-9671-75dec110a802, #wrap-s-546c3fd0-4d22-4227-9671-75dec110a802 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-546c3fd0-4d22-4227-9671-75dec110a802 {
  display: none;
}
#s-546c3fd0-4d22-4227-9671-75dec110a802, #wrap-s-546c3fd0-4d22-4227-9671-75dec110a802 { display:none !important; }}
#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-498d67dd-2e40-460f-b09c-0a3d0babe7a3-btn-wrapper {
    text-align: center;
  }


#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-variant-btn:hover {
  background: #252525;
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-variant-btn:active, #s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-498d67dd-2e40-460f-b09c-0a3d0babe7a3 .shg-variant-btn.disabled {
  background: #252525;
}

#s-e25ccfa6-d71f-4373-8956-47811a752a54 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-e25ccfa6-d71f-4373-8956-47811a752a54 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e25ccfa6-d71f-4373-8956-47811a752a54 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e25ccfa6-d71f-4373-8956-47811a752a54 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e25ccfa6-d71f-4373-8956-47811a752a54 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e25ccfa6-d71f-4373-8956-47811a752a54 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-62a80d40-4dfd-480c-a295-fdc5fa21896f {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-62a80d40-4dfd-480c-a295-fdc5fa21896f:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-62a80d40-4dfd-480c-a295-fdc5fa21896f:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-62a80d40-4dfd-480c-a295-fdc5fa21896f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62a80d40-4dfd-480c-a295-fdc5fa21896f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62a80d40-4dfd-480c-a295-fdc5fa21896f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-62a80d40-4dfd-480c-a295-fdc5fa21896f.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-10f57870-04f4-40b8-a0d4-8f0aeaf5a85b {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-10f57870-04f4-40b8-a0d4-8f0aeaf5a85b {
  display: none;
}
#s-4b2eb2b8-a640-457d-bf64-288ab3e5c4ed {
  text-align: left;
}



.shg-c#s-4b2eb2b8-a640-457d-bf64-288ab3e5c4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b2eb2b8-a640-457d-bf64-288ab3e5c4ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4b2eb2b8-a640-457d-bf64-288ab3e5c4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b2eb2b8-a640-457d-bf64-288ab3e5c4ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b2eb2b8-a640-457d-bf64-288ab3e5c4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b2eb2b8-a640-457d-bf64-288ab3e5c4ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b2eb2b8-a640-457d-bf64-288ab3e5c4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b2eb2b8-a640-457d-bf64-288ab3e5c4ed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b2eb2b8-a640-457d-bf64-288ab3e5c4ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b2eb2b8-a640-457d-bf64-288ab3e5c4ed img.shogun-image {
  width: 100%;
}



}
#s-db7f33ac-0db9-44ca-88f7-1c70cb7e8350 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-db7f33ac-0db9-44ca-88f7-1c70cb7e8350 {
  margin-top: -8px;
}
}
#s-e2808f7a-b192-482e-82f1-e84a7b69ce73 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-f289df23-f277-48e4-8792-83cb44d94f48 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-f289df23-f277-48e4-8792-83cb44d94f48 {
  display: none;
}
#s-f289df23-f277-48e4-8792-83cb44d94f48, #wrap-s-f289df23-f277-48e4-8792-83cb44d94f48 { display:none !important; }}
#s-00fd79c1-d674-4ec6-a053-58522c0dc475 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-00fd79c1-d674-4ec6-a053-58522c0dc475 {
  display: none;
}
#s-00fd79c1-d674-4ec6-a053-58522c0dc475, #wrap-s-00fd79c1-d674-4ec6-a053-58522c0dc475 { display:none !important; }}
#s-39717145-76f3-4712-ac4d-962226cfd894 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-39717145-76f3-4712-ac4d-962226cfd894 {
  display: none;
}
#s-39717145-76f3-4712-ac4d-962226cfd894, #wrap-s-39717145-76f3-4712-ac4d-962226cfd894 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39717145-76f3-4712-ac4d-962226cfd894 {
  display: none;
}
#s-39717145-76f3-4712-ac4d-962226cfd894, #wrap-s-39717145-76f3-4712-ac4d-962226cfd894 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39717145-76f3-4712-ac4d-962226cfd894 {
  display: none;
}
#s-39717145-76f3-4712-ac4d-962226cfd894, #wrap-s-39717145-76f3-4712-ac4d-962226cfd894 { display:none !important; }}
#s-b0061d35-a070-4033-94d1-6e17fd7d383e {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-b0061d35-a070-4033-94d1-6e17fd7d383e {
  display: none;
}
#s-b0061d35-a070-4033-94d1-6e17fd7d383e, #wrap-s-b0061d35-a070-4033-94d1-6e17fd7d383e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0061d35-a070-4033-94d1-6e17fd7d383e {
  display: none;
}
#s-b0061d35-a070-4033-94d1-6e17fd7d383e, #wrap-s-b0061d35-a070-4033-94d1-6e17fd7d383e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0061d35-a070-4033-94d1-6e17fd7d383e {
  display: none;
}
#s-b0061d35-a070-4033-94d1-6e17fd7d383e, #wrap-s-b0061d35-a070-4033-94d1-6e17fd7d383e { display:none !important; }}
#s-30a548d1-4acb-4832-a7c8-947adb07762b {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-30a548d1-4acb-4832-a7c8-947adb07762b-btn-wrapper {
    text-align: center;
  }


#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-variant-btn:hover {
  background: #252525;
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-variant-btn:active, #s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-30a548d1-4acb-4832-a7c8-947adb07762b .shg-variant-btn.disabled {
  background: #252525;
}

#s-f61c4bcf-27d9-4969-92fe-e6dce91537c3 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-f61c4bcf-27d9-4969-92fe-e6dce91537c3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f61c4bcf-27d9-4969-92fe-e6dce91537c3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f61c4bcf-27d9-4969-92fe-e6dce91537c3 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f61c4bcf-27d9-4969-92fe-e6dce91537c3 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f61c4bcf-27d9-4969-92fe-e6dce91537c3 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-7a473ff5-0f0c-4721-9f81-2ec76f1f1b5d {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7a473ff5-0f0c-4721-9f81-2ec76f1f1b5d:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a473ff5-0f0c-4721-9f81-2ec76f1f1b5d:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7a473ff5-0f0c-4721-9f81-2ec76f1f1b5d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a473ff5-0f0c-4721-9f81-2ec76f1f1b5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a473ff5-0f0c-4721-9f81-2ec76f1f1b5d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-7a473ff5-0f0c-4721-9f81-2ec76f1f1b5d.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-07464b30-d9e2-4f1d-bd24-c248fdcd9892 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-07464b30-d9e2-4f1d-bd24-c248fdcd9892 {
  display: none;
}
#s-1d5f8bb0-d2b9-4a10-aa70-9dfbc8efce9d {
  text-align: left;
}



.shg-c#s-1d5f8bb0-d2b9-4a10-aa70-9dfbc8efce9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5f8bb0-d2b9-4a10-aa70-9dfbc8efce9d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d5f8bb0-d2b9-4a10-aa70-9dfbc8efce9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5f8bb0-d2b9-4a10-aa70-9dfbc8efce9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d5f8bb0-d2b9-4a10-aa70-9dfbc8efce9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5f8bb0-d2b9-4a10-aa70-9dfbc8efce9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d5f8bb0-d2b9-4a10-aa70-9dfbc8efce9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5f8bb0-d2b9-4a10-aa70-9dfbc8efce9d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d5f8bb0-d2b9-4a10-aa70-9dfbc8efce9d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d5f8bb0-d2b9-4a10-aa70-9dfbc8efce9d img.shogun-image {
  width: 100%;
}



}
#s-33c57467-2c18-49ca-b53f-c290e85c9d73 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-33c57467-2c18-49ca-b53f-c290e85c9d73 {
  margin-top: -8px;
}
}
#s-13712514-c32a-4293-ba56-925bfc25a695 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-a8417ffb-492b-42c6-856c-f6bc44bbde49 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-a8417ffb-492b-42c6-856c-f6bc44bbde49 {
  display: none;
}
#s-a8417ffb-492b-42c6-856c-f6bc44bbde49, #wrap-s-a8417ffb-492b-42c6-856c-f6bc44bbde49 { display:none !important; }}
#s-5e315fd1-dbb9-47d4-911c-9eb2c91696ff {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-5e315fd1-dbb9-47d4-911c-9eb2c91696ff {
  display: none;
}
#s-5e315fd1-dbb9-47d4-911c-9eb2c91696ff, #wrap-s-5e315fd1-dbb9-47d4-911c-9eb2c91696ff { display:none !important; }}
#s-dc2c99b0-a9fa-477c-bfd8-f02d02dfc116 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-dc2c99b0-a9fa-477c-bfd8-f02d02dfc116 {
  display: none;
}
#s-dc2c99b0-a9fa-477c-bfd8-f02d02dfc116, #wrap-s-dc2c99b0-a9fa-477c-bfd8-f02d02dfc116 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc2c99b0-a9fa-477c-bfd8-f02d02dfc116 {
  display: none;
}
#s-dc2c99b0-a9fa-477c-bfd8-f02d02dfc116, #wrap-s-dc2c99b0-a9fa-477c-bfd8-f02d02dfc116 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc2c99b0-a9fa-477c-bfd8-f02d02dfc116 {
  display: none;
}
#s-dc2c99b0-a9fa-477c-bfd8-f02d02dfc116, #wrap-s-dc2c99b0-a9fa-477c-bfd8-f02d02dfc116 { display:none !important; }}
#s-6199ebf7-dd19-4a6b-94bc-d244fc621003 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-6199ebf7-dd19-4a6b-94bc-d244fc621003 {
  display: none;
}
#s-6199ebf7-dd19-4a6b-94bc-d244fc621003, #wrap-s-6199ebf7-dd19-4a6b-94bc-d244fc621003 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6199ebf7-dd19-4a6b-94bc-d244fc621003 {
  display: none;
}
#s-6199ebf7-dd19-4a6b-94bc-d244fc621003, #wrap-s-6199ebf7-dd19-4a6b-94bc-d244fc621003 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6199ebf7-dd19-4a6b-94bc-d244fc621003 {
  display: none;
}
#s-6199ebf7-dd19-4a6b-94bc-d244fc621003, #wrap-s-6199ebf7-dd19-4a6b-94bc-d244fc621003 { display:none !important; }}
#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3bff8a00-d1bc-461d-92bc-9a45733832f2-btn-wrapper {
    text-align: center;
  }


#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-variant-btn:hover {
  background: #252525;
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-variant-btn:active, #s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3bff8a00-d1bc-461d-92bc-9a45733832f2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-f564d100-b700-47b3-b288-76cc64cd713e {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-f564d100-b700-47b3-b288-76cc64cd713e .shg-product-quantity-wrapper {
  display: flex;
}

#s-f564d100-b700-47b3-b288-76cc64cd713e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f564d100-b700-47b3-b288-76cc64cd713e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f564d100-b700-47b3-b288-76cc64cd713e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f564d100-b700-47b3-b288-76cc64cd713e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-156a83bd-570e-49b0-9239-236cda1ac4a6 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-156a83bd-570e-49b0-9239-236cda1ac4a6:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-156a83bd-570e-49b0-9239-236cda1ac4a6:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-156a83bd-570e-49b0-9239-236cda1ac4a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-156a83bd-570e-49b0-9239-236cda1ac4a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-156a83bd-570e-49b0-9239-236cda1ac4a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-156a83bd-570e-49b0-9239-236cda1ac4a6.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-effe26d4-b3ae-409d-95df-505ce70cfb68 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-effe26d4-b3ae-409d-95df-505ce70cfb68 {
  
}
}
#s-bf2a93d9-9206-4a68-8791-d5a71f3f27d0 {
  margin-top: 10px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-bf2a93d9-9206-4a68-8791-d5a71f3f27d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bf2a93d9-9206-4a68-8791-d5a71f3f27d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bf2a93d9-9206-4a68-8791-d5a71f3f27d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bf2a93d9-9206-4a68-8791-d5a71f3f27d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f0bcc859-c00a-4158-bbc1-b2ba761d2e2c {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-f0bcc859-c00a-4158-bbc1-b2ba761d2e2c {
  display: none;
}
#s-116fc18d-5818-413d-91df-4db540d39d08 {
  text-align: left;
}



.shg-c#s-116fc18d-5818-413d-91df-4db540d39d08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116fc18d-5818-413d-91df-4db540d39d08 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-116fc18d-5818-413d-91df-4db540d39d08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116fc18d-5818-413d-91df-4db540d39d08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-116fc18d-5818-413d-91df-4db540d39d08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116fc18d-5818-413d-91df-4db540d39d08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-116fc18d-5818-413d-91df-4db540d39d08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116fc18d-5818-413d-91df-4db540d39d08 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-116fc18d-5818-413d-91df-4db540d39d08 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-116fc18d-5818-413d-91df-4db540d39d08 img.shogun-image {
  width: 100%;
}



}
#s-e8eaab03-0a41-45ea-b94f-4410b54c2328 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-e8eaab03-0a41-45ea-b94f-4410b54c2328 {
  margin-top: -8px;
}
}
#s-3d9efb3d-f6ca-42e0-b87c-6ce9bd611184 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-65288c7d-3cf1-4b39-9a24-03634ec53e7f {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-65288c7d-3cf1-4b39-9a24-03634ec53e7f {
  display: none;
}
#s-65288c7d-3cf1-4b39-9a24-03634ec53e7f, #wrap-s-65288c7d-3cf1-4b39-9a24-03634ec53e7f { display:none !important; }}
#s-20c0b4a6-316f-43ee-85bf-f72933aa5487 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-20c0b4a6-316f-43ee-85bf-f72933aa5487 {
  display: none;
}
#s-20c0b4a6-316f-43ee-85bf-f72933aa5487, #wrap-s-20c0b4a6-316f-43ee-85bf-f72933aa5487 { display:none !important; }}
#s-20ea40a7-9d1e-40d4-8e39-3de05c7e20be {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-20ea40a7-9d1e-40d4-8e39-3de05c7e20be {
  display: none;
}
#s-20ea40a7-9d1e-40d4-8e39-3de05c7e20be, #wrap-s-20ea40a7-9d1e-40d4-8e39-3de05c7e20be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20ea40a7-9d1e-40d4-8e39-3de05c7e20be {
  display: none;
}
#s-20ea40a7-9d1e-40d4-8e39-3de05c7e20be, #wrap-s-20ea40a7-9d1e-40d4-8e39-3de05c7e20be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20ea40a7-9d1e-40d4-8e39-3de05c7e20be {
  display: none;
}
#s-20ea40a7-9d1e-40d4-8e39-3de05c7e20be, #wrap-s-20ea40a7-9d1e-40d4-8e39-3de05c7e20be { display:none !important; }}
#s-8df7f659-866e-442c-9b91-3e29e8abe86d {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-8df7f659-866e-442c-9b91-3e29e8abe86d {
  display: none;
}
#s-8df7f659-866e-442c-9b91-3e29e8abe86d, #wrap-s-8df7f659-866e-442c-9b91-3e29e8abe86d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8df7f659-866e-442c-9b91-3e29e8abe86d {
  display: none;
}
#s-8df7f659-866e-442c-9b91-3e29e8abe86d, #wrap-s-8df7f659-866e-442c-9b91-3e29e8abe86d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8df7f659-866e-442c-9b91-3e29e8abe86d {
  display: none;
}
#s-8df7f659-866e-442c-9b91-3e29e8abe86d, #wrap-s-8df7f659-866e-442c-9b91-3e29e8abe86d { display:none !important; }}
#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5ef3c48a-797c-495f-9bf2-928ee1e8031a-btn-wrapper {
    text-align: center;
  }


#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-variant-btn:hover {
  background: #252525;
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-variant-btn:active, #s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-5ef3c48a-797c-495f-9bf2-928ee1e8031a .shg-variant-btn.disabled {
  background: #252525;
}

#s-ea505607-c3ca-4097-999d-25748a3b9a88 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-ea505607-c3ca-4097-999d-25748a3b9a88 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ea505607-c3ca-4097-999d-25748a3b9a88 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ea505607-c3ca-4097-999d-25748a3b9a88 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ea505607-c3ca-4097-999d-25748a3b9a88 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ea505607-c3ca-4097-999d-25748a3b9a88 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-7a379e26-3bfe-4970-9ec6-e3f8707ef8dc {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7a379e26-3bfe-4970-9ec6-e3f8707ef8dc:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a379e26-3bfe-4970-9ec6-e3f8707ef8dc:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7a379e26-3bfe-4970-9ec6-e3f8707ef8dc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a379e26-3bfe-4970-9ec6-e3f8707ef8dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a379e26-3bfe-4970-9ec6-e3f8707ef8dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-7a379e26-3bfe-4970-9ec6-e3f8707ef8dc.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-aa06c800-21af-45bb-b605-afffd2fa329d {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-aa06c800-21af-45bb-b605-afffd2fa329d {
  display: none;
}
#s-db802c90-8d03-4939-846d-ed6b0aa5189b {
  text-align: left;
}



.shg-c#s-db802c90-8d03-4939-846d-ed6b0aa5189b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db802c90-8d03-4939-846d-ed6b0aa5189b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db802c90-8d03-4939-846d-ed6b0aa5189b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db802c90-8d03-4939-846d-ed6b0aa5189b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db802c90-8d03-4939-846d-ed6b0aa5189b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db802c90-8d03-4939-846d-ed6b0aa5189b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db802c90-8d03-4939-846d-ed6b0aa5189b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db802c90-8d03-4939-846d-ed6b0aa5189b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db802c90-8d03-4939-846d-ed6b0aa5189b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db802c90-8d03-4939-846d-ed6b0aa5189b img.shogun-image {
  width: 100%;
}



}
#s-04fbc9ae-80f2-4be3-9bc6-fd5ca5153305 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-04fbc9ae-80f2-4be3-9bc6-fd5ca5153305 {
  margin-top: -8px;
}
}
#s-38cfdf90-426d-4c76-8628-b03fef9a5348 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-20338f36-cb7b-436e-b061-d8492371c17e {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-20338f36-cb7b-436e-b061-d8492371c17e {
  display: none;
}
#s-20338f36-cb7b-436e-b061-d8492371c17e, #wrap-s-20338f36-cb7b-436e-b061-d8492371c17e { display:none !important; }}
#s-158a400d-2fe4-4287-810c-252fb0828259 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-158a400d-2fe4-4287-810c-252fb0828259 {
  display: none;
}
#s-158a400d-2fe4-4287-810c-252fb0828259, #wrap-s-158a400d-2fe4-4287-810c-252fb0828259 { display:none !important; }}
#s-27fe4714-1598-4538-b0d6-73f6cdf452f7 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-27fe4714-1598-4538-b0d6-73f6cdf452f7 {
  display: none;
}
#s-27fe4714-1598-4538-b0d6-73f6cdf452f7, #wrap-s-27fe4714-1598-4538-b0d6-73f6cdf452f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27fe4714-1598-4538-b0d6-73f6cdf452f7 {
  display: none;
}
#s-27fe4714-1598-4538-b0d6-73f6cdf452f7, #wrap-s-27fe4714-1598-4538-b0d6-73f6cdf452f7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27fe4714-1598-4538-b0d6-73f6cdf452f7 {
  display: none;
}
#s-27fe4714-1598-4538-b0d6-73f6cdf452f7, #wrap-s-27fe4714-1598-4538-b0d6-73f6cdf452f7 { display:none !important; }}
#s-162bee2e-248d-47e3-b665-984193c74151 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-162bee2e-248d-47e3-b665-984193c74151 {
  display: none;
}
#s-162bee2e-248d-47e3-b665-984193c74151, #wrap-s-162bee2e-248d-47e3-b665-984193c74151 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-162bee2e-248d-47e3-b665-984193c74151 {
  display: none;
}
#s-162bee2e-248d-47e3-b665-984193c74151, #wrap-s-162bee2e-248d-47e3-b665-984193c74151 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-162bee2e-248d-47e3-b665-984193c74151 {
  display: none;
}
#s-162bee2e-248d-47e3-b665-984193c74151, #wrap-s-162bee2e-248d-47e3-b665-984193c74151 { display:none !important; }}
#s-3cd15139-d8b3-4386-a40b-cb5443694d07 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-3cd15139-d8b3-4386-a40b-cb5443694d07-btn-wrapper {
    text-align: center;
  }


#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-variant-btn:hover {
  background: #252525;
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-variant-btn:active, #s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-3cd15139-d8b3-4386-a40b-cb5443694d07 .shg-variant-btn.disabled {
  background: #252525;
}

#s-9a0a8767-286f-4093-b8dd-86f018720550 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-9a0a8767-286f-4093-b8dd-86f018720550 .shg-product-quantity-wrapper {
  display: flex;
}

#s-9a0a8767-286f-4093-b8dd-86f018720550 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-9a0a8767-286f-4093-b8dd-86f018720550 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-9a0a8767-286f-4093-b8dd-86f018720550 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-9a0a8767-286f-4093-b8dd-86f018720550 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-5cd1a9a3-a254-4afd-8d4a-18322fdcd825 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5cd1a9a3-a254-4afd-8d4a-18322fdcd825:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5cd1a9a3-a254-4afd-8d4a-18322fdcd825:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5cd1a9a3-a254-4afd-8d4a-18322fdcd825 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5cd1a9a3-a254-4afd-8d4a-18322fdcd825.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5cd1a9a3-a254-4afd-8d4a-18322fdcd825.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-5cd1a9a3-a254-4afd-8d4a-18322fdcd825.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-1e91a78b-1dba-48c3-bc29-fd31f82ebafc {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-1e91a78b-1dba-48c3-bc29-fd31f82ebafc {
  display: none;
}
#s-84d7f43a-697e-44e8-9e94-579295a42963 {
  text-align: left;
}



.shg-c#s-84d7f43a-697e-44e8-9e94-579295a42963 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84d7f43a-697e-44e8-9e94-579295a42963 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-84d7f43a-697e-44e8-9e94-579295a42963 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84d7f43a-697e-44e8-9e94-579295a42963 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-84d7f43a-697e-44e8-9e94-579295a42963 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84d7f43a-697e-44e8-9e94-579295a42963 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-84d7f43a-697e-44e8-9e94-579295a42963 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84d7f43a-697e-44e8-9e94-579295a42963 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-84d7f43a-697e-44e8-9e94-579295a42963 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-84d7f43a-697e-44e8-9e94-579295a42963 img.shogun-image {
  width: 100%;
}



}
#s-326d7f48-7cd8-4823-8819-f5d94932f174 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-326d7f48-7cd8-4823-8819-f5d94932f174 {
  margin-top: -8px;
}
}
#s-783f7055-a094-4e31-9b0b-9fd5b0be2c5e {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-9bb918c5-bec7-4ffa-9660-7efb568bbb8d {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-9bb918c5-bec7-4ffa-9660-7efb568bbb8d {
  display: none;
}
#s-9bb918c5-bec7-4ffa-9660-7efb568bbb8d, #wrap-s-9bb918c5-bec7-4ffa-9660-7efb568bbb8d { display:none !important; }}
#s-07be95a0-2a66-4b85-9dca-3c8398371217 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-07be95a0-2a66-4b85-9dca-3c8398371217 {
  display: none;
}
#s-07be95a0-2a66-4b85-9dca-3c8398371217, #wrap-s-07be95a0-2a66-4b85-9dca-3c8398371217 { display:none !important; }}
#s-5a8aac3e-d8e3-41fb-a95b-4148a900c5ab {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-5a8aac3e-d8e3-41fb-a95b-4148a900c5ab {
  display: none;
}
#s-5a8aac3e-d8e3-41fb-a95b-4148a900c5ab, #wrap-s-5a8aac3e-d8e3-41fb-a95b-4148a900c5ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a8aac3e-d8e3-41fb-a95b-4148a900c5ab {
  display: none;
}
#s-5a8aac3e-d8e3-41fb-a95b-4148a900c5ab, #wrap-s-5a8aac3e-d8e3-41fb-a95b-4148a900c5ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a8aac3e-d8e3-41fb-a95b-4148a900c5ab {
  display: none;
}
#s-5a8aac3e-d8e3-41fb-a95b-4148a900c5ab, #wrap-s-5a8aac3e-d8e3-41fb-a95b-4148a900c5ab { display:none !important; }}
#s-c8d9ad9b-c137-41d0-852c-6e4f25eaeaa4 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-c8d9ad9b-c137-41d0-852c-6e4f25eaeaa4 {
  display: none;
}
#s-c8d9ad9b-c137-41d0-852c-6e4f25eaeaa4, #wrap-s-c8d9ad9b-c137-41d0-852c-6e4f25eaeaa4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8d9ad9b-c137-41d0-852c-6e4f25eaeaa4 {
  display: none;
}
#s-c8d9ad9b-c137-41d0-852c-6e4f25eaeaa4, #wrap-s-c8d9ad9b-c137-41d0-852c-6e4f25eaeaa4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8d9ad9b-c137-41d0-852c-6e4f25eaeaa4 {
  display: none;
}
#s-c8d9ad9b-c137-41d0-852c-6e4f25eaeaa4, #wrap-s-c8d9ad9b-c137-41d0-852c-6e4f25eaeaa4 { display:none !important; }}
#s-47a1d694-9878-4d00-bcd6-5d240105bb61 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-47a1d694-9878-4d00-bcd6-5d240105bb61-btn-wrapper {
    text-align: center;
  }


#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-variant-btn:hover {
  background: #252525;
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-variant-btn:active, #s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-47a1d694-9878-4d00-bcd6-5d240105bb61 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3c846af8-fc6d-47c4-93cc-443d28f84583 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-3c846af8-fc6d-47c4-93cc-443d28f84583 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3c846af8-fc6d-47c4-93cc-443d28f84583 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3c846af8-fc6d-47c4-93cc-443d28f84583 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3c846af8-fc6d-47c4-93cc-443d28f84583 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3c846af8-fc6d-47c4-93cc-443d28f84583 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4881976f-26b7-4b77-be01-638d099b69df {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4881976f-26b7-4b77-be01-638d099b69df:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4881976f-26b7-4b77-be01-638d099b69df:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4881976f-26b7-4b77-be01-638d099b69df {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4881976f-26b7-4b77-be01-638d099b69df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4881976f-26b7-4b77-be01-638d099b69df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-4881976f-26b7-4b77-be01-638d099b69df.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-a7d91c80-a0f1-4ed1-83f5-ee6afebc3565 {
  margin-top: 10px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-a7d91c80-a0f1-4ed1-83f5-ee6afebc3565"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a7d91c80-a0f1-4ed1-83f5-ee6afebc3565"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a7d91c80-a0f1-4ed1-83f5-ee6afebc3565"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7d91c80-a0f1-4ed1-83f5-ee6afebc3565"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-e1ae0813-d4e9-457b-9978-e6d84f1f21df {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-e1ae0813-d4e9-457b-9978-e6d84f1f21df {
  display: none;
}
#s-8f72cadb-591e-4896-9617-2bc4a44ed0d7 {
  text-align: left;
}



.shg-c#s-8f72cadb-591e-4896-9617-2bc4a44ed0d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f72cadb-591e-4896-9617-2bc4a44ed0d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8f72cadb-591e-4896-9617-2bc4a44ed0d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f72cadb-591e-4896-9617-2bc4a44ed0d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8f72cadb-591e-4896-9617-2bc4a44ed0d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f72cadb-591e-4896-9617-2bc4a44ed0d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8f72cadb-591e-4896-9617-2bc4a44ed0d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f72cadb-591e-4896-9617-2bc4a44ed0d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8f72cadb-591e-4896-9617-2bc4a44ed0d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f72cadb-591e-4896-9617-2bc4a44ed0d7 img.shogun-image {
  width: 100%;
}



}
#s-9f276aeb-3a24-4f8a-a4ed-68e596422615 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-9f276aeb-3a24-4f8a-a4ed-68e596422615 {
  margin-top: -8px;
}
}
#s-66443566-9430-4bfa-9b96-b986980329f8 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-eb89ecaf-0136-4469-b638-4a3fc9de8612 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-eb89ecaf-0136-4469-b638-4a3fc9de8612 {
  display: none;
}
#s-eb89ecaf-0136-4469-b638-4a3fc9de8612, #wrap-s-eb89ecaf-0136-4469-b638-4a3fc9de8612 { display:none !important; }}
#s-9a915464-8549-41ae-b0d3-453e072359d7 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-9a915464-8549-41ae-b0d3-453e072359d7 {
  display: none;
}
#s-9a915464-8549-41ae-b0d3-453e072359d7, #wrap-s-9a915464-8549-41ae-b0d3-453e072359d7 { display:none !important; }}
#s-ea4f698e-1e1e-4192-8235-707481246917 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-ea4f698e-1e1e-4192-8235-707481246917 {
  display: none;
}
#s-ea4f698e-1e1e-4192-8235-707481246917, #wrap-s-ea4f698e-1e1e-4192-8235-707481246917 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea4f698e-1e1e-4192-8235-707481246917 {
  display: none;
}
#s-ea4f698e-1e1e-4192-8235-707481246917, #wrap-s-ea4f698e-1e1e-4192-8235-707481246917 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea4f698e-1e1e-4192-8235-707481246917 {
  display: none;
}
#s-ea4f698e-1e1e-4192-8235-707481246917, #wrap-s-ea4f698e-1e1e-4192-8235-707481246917 { display:none !important; }}
#s-66f87c02-80e7-496d-b153-de8d12473b8b {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-66f87c02-80e7-496d-b153-de8d12473b8b {
  display: none;
}
#s-66f87c02-80e7-496d-b153-de8d12473b8b, #wrap-s-66f87c02-80e7-496d-b153-de8d12473b8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66f87c02-80e7-496d-b153-de8d12473b8b {
  display: none;
}
#s-66f87c02-80e7-496d-b153-de8d12473b8b, #wrap-s-66f87c02-80e7-496d-b153-de8d12473b8b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66f87c02-80e7-496d-b153-de8d12473b8b {
  display: none;
}
#s-66f87c02-80e7-496d-b153-de8d12473b8b, #wrap-s-66f87c02-80e7-496d-b153-de8d12473b8b { display:none !important; }}
#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468-btn-wrapper {
    text-align: center;
  }


#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-variant-btn:hover {
  background: #252525;
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-variant-btn:active, #s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-925cfcb5-a642-44e5-b2f0-bb3d5b28f468 .shg-variant-btn.disabled {
  background: #252525;
}

#s-8f43fa04-6ad2-46c8-b114-6707ca88fcec {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-8f43fa04-6ad2-46c8-b114-6707ca88fcec .shg-product-quantity-wrapper {
  display: flex;
}

#s-8f43fa04-6ad2-46c8-b114-6707ca88fcec .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8f43fa04-6ad2-46c8-b114-6707ca88fcec .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8f43fa04-6ad2-46c8-b114-6707ca88fcec .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8f43fa04-6ad2-46c8-b114-6707ca88fcec .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-1e76d058-4602-46d1-84de-664d253b91cd {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1e76d058-4602-46d1-84de-664d253b91cd:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1e76d058-4602-46d1-84de-664d253b91cd:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-1e76d058-4602-46d1-84de-664d253b91cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1e76d058-4602-46d1-84de-664d253b91cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1e76d058-4602-46d1-84de-664d253b91cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-1e76d058-4602-46d1-84de-664d253b91cd.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-7b790ff5-22bf-4c80-80de-0b3baa4c4136 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-7b790ff5-22bf-4c80-80de-0b3baa4c4136 {
  display: none;
}
#s-48faa6cc-6998-4833-88c3-129e6b02f003 {
  text-align: left;
}



.shg-c#s-48faa6cc-6998-4833-88c3-129e6b02f003 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48faa6cc-6998-4833-88c3-129e6b02f003 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-48faa6cc-6998-4833-88c3-129e6b02f003 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48faa6cc-6998-4833-88c3-129e6b02f003 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48faa6cc-6998-4833-88c3-129e6b02f003 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48faa6cc-6998-4833-88c3-129e6b02f003 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48faa6cc-6998-4833-88c3-129e6b02f003 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48faa6cc-6998-4833-88c3-129e6b02f003 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48faa6cc-6998-4833-88c3-129e6b02f003 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48faa6cc-6998-4833-88c3-129e6b02f003 img.shogun-image {
  width: 100%;
}



}
#s-74a7784e-6bc4-4351-849e-48aa85a863ea {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-74a7784e-6bc4-4351-849e-48aa85a863ea {
  margin-top: -8px;
}
}
#s-75555783-b296-4ec7-997e-e9961283c851 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-84b5b980-b4f5-488e-8089-63ba1b5a9390 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-84b5b980-b4f5-488e-8089-63ba1b5a9390 {
  display: none;
}
#s-84b5b980-b4f5-488e-8089-63ba1b5a9390, #wrap-s-84b5b980-b4f5-488e-8089-63ba1b5a9390 { display:none !important; }}
#s-cfc5d1f1-562b-49bf-ae09-5667a760a868 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-cfc5d1f1-562b-49bf-ae09-5667a760a868 {
  display: none;
}
#s-cfc5d1f1-562b-49bf-ae09-5667a760a868, #wrap-s-cfc5d1f1-562b-49bf-ae09-5667a760a868 { display:none !important; }}
#s-137cd540-5cb5-4c08-a4d4-f9aa0abe4c30 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-137cd540-5cb5-4c08-a4d4-f9aa0abe4c30 {
  display: none;
}
#s-137cd540-5cb5-4c08-a4d4-f9aa0abe4c30, #wrap-s-137cd540-5cb5-4c08-a4d4-f9aa0abe4c30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-137cd540-5cb5-4c08-a4d4-f9aa0abe4c30 {
  display: none;
}
#s-137cd540-5cb5-4c08-a4d4-f9aa0abe4c30, #wrap-s-137cd540-5cb5-4c08-a4d4-f9aa0abe4c30 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-137cd540-5cb5-4c08-a4d4-f9aa0abe4c30 {
  display: none;
}
#s-137cd540-5cb5-4c08-a4d4-f9aa0abe4c30, #wrap-s-137cd540-5cb5-4c08-a4d4-f9aa0abe4c30 { display:none !important; }}
#s-35da9570-98a5-4b28-a523-5f6b591d51ab {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-35da9570-98a5-4b28-a523-5f6b591d51ab {
  display: none;
}
#s-35da9570-98a5-4b28-a523-5f6b591d51ab, #wrap-s-35da9570-98a5-4b28-a523-5f6b591d51ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35da9570-98a5-4b28-a523-5f6b591d51ab {
  display: none;
}
#s-35da9570-98a5-4b28-a523-5f6b591d51ab, #wrap-s-35da9570-98a5-4b28-a523-5f6b591d51ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35da9570-98a5-4b28-a523-5f6b591d51ab {
  display: none;
}
#s-35da9570-98a5-4b28-a523-5f6b591d51ab, #wrap-s-35da9570-98a5-4b28-a523-5f6b591d51ab { display:none !important; }}
#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-98592e6f-9edc-486e-a6ac-ef31ce866ec1-btn-wrapper {
    text-align: center;
  }


#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-variant-btn:hover {
  background: #252525;
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-variant-btn:active, #s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-98592e6f-9edc-486e-a6ac-ef31ce866ec1 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3d6e7dc5-78e5-41a0-baed-a27d858eefe5 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-3d6e7dc5-78e5-41a0-baed-a27d858eefe5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3d6e7dc5-78e5-41a0-baed-a27d858eefe5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3d6e7dc5-78e5-41a0-baed-a27d858eefe5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3d6e7dc5-78e5-41a0-baed-a27d858eefe5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3d6e7dc5-78e5-41a0-baed-a27d858eefe5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f3d13454-35ec-4800-b9e4-58c9fa2c09e4 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f3d13454-35ec-4800-b9e4-58c9fa2c09e4:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3d13454-35ec-4800-b9e4-58c9fa2c09e4:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f3d13454-35ec-4800-b9e4-58c9fa2c09e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f3d13454-35ec-4800-b9e4-58c9fa2c09e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3d13454-35ec-4800-b9e4-58c9fa2c09e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-f3d13454-35ec-4800-b9e4-58c9fa2c09e4.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-b9ff723a-ced5-450d-88af-6dd75e28cd33 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-b9ff723a-ced5-450d-88af-6dd75e28cd33 {
  display: none;
}
#s-91cd77bf-a982-4e80-ac61-6bb13785d0c2 {
  text-align: left;
}



.shg-c#s-91cd77bf-a982-4e80-ac61-6bb13785d0c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91cd77bf-a982-4e80-ac61-6bb13785d0c2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-91cd77bf-a982-4e80-ac61-6bb13785d0c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91cd77bf-a982-4e80-ac61-6bb13785d0c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91cd77bf-a982-4e80-ac61-6bb13785d0c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91cd77bf-a982-4e80-ac61-6bb13785d0c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91cd77bf-a982-4e80-ac61-6bb13785d0c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91cd77bf-a982-4e80-ac61-6bb13785d0c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-91cd77bf-a982-4e80-ac61-6bb13785d0c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-91cd77bf-a982-4e80-ac61-6bb13785d0c2 img.shogun-image {
  width: 100%;
}



}
#s-19e5d3f2-01b2-47e9-a522-52c1fda3b88b {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-19e5d3f2-01b2-47e9-a522-52c1fda3b88b {
  margin-top: -8px;
}
}
#s-0c3872a9-5ef5-4aba-b495-f4d0f3239975 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-1f58cc58-aebe-4606-b6ca-9f109c936d1c {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-1f58cc58-aebe-4606-b6ca-9f109c936d1c {
  display: none;
}
#s-1f58cc58-aebe-4606-b6ca-9f109c936d1c, #wrap-s-1f58cc58-aebe-4606-b6ca-9f109c936d1c { display:none !important; }}
#s-1edd195a-aaba-4e62-86dd-2e7044636f91 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-1edd195a-aaba-4e62-86dd-2e7044636f91 {
  display: none;
}
#s-1edd195a-aaba-4e62-86dd-2e7044636f91, #wrap-s-1edd195a-aaba-4e62-86dd-2e7044636f91 { display:none !important; }}
#s-0f97f343-67de-4476-bed6-ec0d408361f7 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-0f97f343-67de-4476-bed6-ec0d408361f7 {
  display: none;
}
#s-0f97f343-67de-4476-bed6-ec0d408361f7, #wrap-s-0f97f343-67de-4476-bed6-ec0d408361f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f97f343-67de-4476-bed6-ec0d408361f7 {
  display: none;
}
#s-0f97f343-67de-4476-bed6-ec0d408361f7, #wrap-s-0f97f343-67de-4476-bed6-ec0d408361f7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f97f343-67de-4476-bed6-ec0d408361f7 {
  display: none;
}
#s-0f97f343-67de-4476-bed6-ec0d408361f7, #wrap-s-0f97f343-67de-4476-bed6-ec0d408361f7 { display:none !important; }}
#s-883fc71f-7bbb-4e61-9974-c9db824b9edb {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-883fc71f-7bbb-4e61-9974-c9db824b9edb {
  display: none;
}
#s-883fc71f-7bbb-4e61-9974-c9db824b9edb, #wrap-s-883fc71f-7bbb-4e61-9974-c9db824b9edb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-883fc71f-7bbb-4e61-9974-c9db824b9edb {
  display: none;
}
#s-883fc71f-7bbb-4e61-9974-c9db824b9edb, #wrap-s-883fc71f-7bbb-4e61-9974-c9db824b9edb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-883fc71f-7bbb-4e61-9974-c9db824b9edb {
  display: none;
}
#s-883fc71f-7bbb-4e61-9974-c9db824b9edb, #wrap-s-883fc71f-7bbb-4e61-9974-c9db824b9edb { display:none !important; }}
#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6-btn-wrapper {
    text-align: center;
  }


#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-variant-btn:hover {
  background: #252525;
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-variant-btn:active, #s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0b2f1b9e-06eb-46a6-9277-27fbb2b188a6 .shg-variant-btn.disabled {
  background: #252525;
}

#s-29b798bc-045d-4bdd-a1cb-cf2d219a2697 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-29b798bc-045d-4bdd-a1cb-cf2d219a2697 .shg-product-quantity-wrapper {
  display: flex;
}

#s-29b798bc-045d-4bdd-a1cb-cf2d219a2697 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-29b798bc-045d-4bdd-a1cb-cf2d219a2697 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-29b798bc-045d-4bdd-a1cb-cf2d219a2697 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-29b798bc-045d-4bdd-a1cb-cf2d219a2697 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-9346f623-8520-4223-a268-682b10ef9cbb {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9346f623-8520-4223-a268-682b10ef9cbb:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9346f623-8520-4223-a268-682b10ef9cbb:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9346f623-8520-4223-a268-682b10ef9cbb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9346f623-8520-4223-a268-682b10ef9cbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9346f623-8520-4223-a268-682b10ef9cbb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-9346f623-8520-4223-a268-682b10ef9cbb.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-0a64723d-011a-44f3-8271-dfa9f069a188 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-0a64723d-011a-44f3-8271-dfa9f069a188 {
  display: none;
}
#s-c3dcbc62-7247-4a72-884d-2670602db0bc {
  text-align: left;
}



.shg-c#s-c3dcbc62-7247-4a72-884d-2670602db0bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3dcbc62-7247-4a72-884d-2670602db0bc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c3dcbc62-7247-4a72-884d-2670602db0bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3dcbc62-7247-4a72-884d-2670602db0bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3dcbc62-7247-4a72-884d-2670602db0bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3dcbc62-7247-4a72-884d-2670602db0bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3dcbc62-7247-4a72-884d-2670602db0bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3dcbc62-7247-4a72-884d-2670602db0bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c3dcbc62-7247-4a72-884d-2670602db0bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c3dcbc62-7247-4a72-884d-2670602db0bc img.shogun-image {
  width: 100%;
}



}
#s-84e26593-a6e5-48cd-a038-c1f0526ac4c9 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-84e26593-a6e5-48cd-a038-c1f0526ac4c9 {
  margin-top: -8px;
}
}
#s-9cd0a212-3434-4837-a0d5-5ea25e44585e {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-13b479b5-4960-4fb6-90e0-d7f919b152e4 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-13b479b5-4960-4fb6-90e0-d7f919b152e4 {
  display: none;
}
#s-13b479b5-4960-4fb6-90e0-d7f919b152e4, #wrap-s-13b479b5-4960-4fb6-90e0-d7f919b152e4 { display:none !important; }}
#s-96e123a1-6528-48fd-9236-b9c85257dfea {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-96e123a1-6528-48fd-9236-b9c85257dfea {
  display: none;
}
#s-96e123a1-6528-48fd-9236-b9c85257dfea, #wrap-s-96e123a1-6528-48fd-9236-b9c85257dfea { display:none !important; }}
#s-851235c5-dfb8-4991-b118-b42ffd4884b4 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-851235c5-dfb8-4991-b118-b42ffd4884b4 {
  display: none;
}
#s-851235c5-dfb8-4991-b118-b42ffd4884b4, #wrap-s-851235c5-dfb8-4991-b118-b42ffd4884b4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-851235c5-dfb8-4991-b118-b42ffd4884b4 {
  display: none;
}
#s-851235c5-dfb8-4991-b118-b42ffd4884b4, #wrap-s-851235c5-dfb8-4991-b118-b42ffd4884b4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-851235c5-dfb8-4991-b118-b42ffd4884b4 {
  display: none;
}
#s-851235c5-dfb8-4991-b118-b42ffd4884b4, #wrap-s-851235c5-dfb8-4991-b118-b42ffd4884b4 { display:none !important; }}
#s-7a9c7a17-a62e-4941-9cd4-1c277b1e6e0e {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-7a9c7a17-a62e-4941-9cd4-1c277b1e6e0e {
  display: none;
}
#s-7a9c7a17-a62e-4941-9cd4-1c277b1e6e0e, #wrap-s-7a9c7a17-a62e-4941-9cd4-1c277b1e6e0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a9c7a17-a62e-4941-9cd4-1c277b1e6e0e {
  display: none;
}
#s-7a9c7a17-a62e-4941-9cd4-1c277b1e6e0e, #wrap-s-7a9c7a17-a62e-4941-9cd4-1c277b1e6e0e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a9c7a17-a62e-4941-9cd4-1c277b1e6e0e {
  display: none;
}
#s-7a9c7a17-a62e-4941-9cd4-1c277b1e6e0e, #wrap-s-7a9c7a17-a62e-4941-9cd4-1c277b1e6e0e { display:none !important; }}
#s-9114219e-b23b-49c2-9549-9ccb3cc20287 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-9114219e-b23b-49c2-9549-9ccb3cc20287-btn-wrapper {
    text-align: center;
  }


#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-variant-btn:hover {
  background: #252525;
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-variant-btn:active, #s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9114219e-b23b-49c2-9549-9ccb3cc20287 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3f634d9e-c54f-4f5b-9f72-e7a4bbff6fa1 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-3f634d9e-c54f-4f5b-9f72-e7a4bbff6fa1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3f634d9e-c54f-4f5b-9f72-e7a4bbff6fa1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3f634d9e-c54f-4f5b-9f72-e7a4bbff6fa1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3f634d9e-c54f-4f5b-9f72-e7a4bbff6fa1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3f634d9e-c54f-4f5b-9f72-e7a4bbff6fa1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-81f73db8-be76-4122-bd0b-ed7eca7fb277 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-81f73db8-be76-4122-bd0b-ed7eca7fb277:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-81f73db8-be76-4122-bd0b-ed7eca7fb277:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-81f73db8-be76-4122-bd0b-ed7eca7fb277 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81f73db8-be76-4122-bd0b-ed7eca7fb277.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81f73db8-be76-4122-bd0b-ed7eca7fb277.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-81f73db8-be76-4122-bd0b-ed7eca7fb277.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-1078f7ab-b3c3-4373-ab08-60176f521ad1 {
  margin-top: 10px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-1078f7ab-b3c3-4373-ab08-60176f521ad1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1078f7ab-b3c3-4373-ab08-60176f521ad1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1078f7ab-b3c3-4373-ab08-60176f521ad1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1078f7ab-b3c3-4373-ab08-60176f521ad1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-04235246-0f01-4415-a369-b4a266c8e693 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-04235246-0f01-4415-a369-b4a266c8e693 {
  display: none;
}
#s-6711f413-8861-49b8-bbd9-937f28e7afca {
  text-align: left;
}



.shg-c#s-6711f413-8861-49b8-bbd9-937f28e7afca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6711f413-8861-49b8-bbd9-937f28e7afca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6711f413-8861-49b8-bbd9-937f28e7afca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6711f413-8861-49b8-bbd9-937f28e7afca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6711f413-8861-49b8-bbd9-937f28e7afca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6711f413-8861-49b8-bbd9-937f28e7afca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6711f413-8861-49b8-bbd9-937f28e7afca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6711f413-8861-49b8-bbd9-937f28e7afca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6711f413-8861-49b8-bbd9-937f28e7afca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6711f413-8861-49b8-bbd9-937f28e7afca img.shogun-image {
  width: 100%;
}



}
#s-65ed3991-40e7-4602-9d12-3c839c84ffd9 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-65ed3991-40e7-4602-9d12-3c839c84ffd9 {
  margin-top: -8px;
}
}
#s-1dc99294-4469-41bc-b85d-318886125fce {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-ad3d6204-4e0c-4bb7-8e27-4e40c3aa98c4 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-ad3d6204-4e0c-4bb7-8e27-4e40c3aa98c4 {
  display: none;
}
#s-ad3d6204-4e0c-4bb7-8e27-4e40c3aa98c4, #wrap-s-ad3d6204-4e0c-4bb7-8e27-4e40c3aa98c4 { display:none !important; }}
#s-9e92c824-2a7c-4547-9697-526c0b5005aa {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-9e92c824-2a7c-4547-9697-526c0b5005aa {
  display: none;
}
#s-9e92c824-2a7c-4547-9697-526c0b5005aa, #wrap-s-9e92c824-2a7c-4547-9697-526c0b5005aa { display:none !important; }}
#s-e313099d-931f-48ad-a42c-e6ce9ea1ca1e {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-e313099d-931f-48ad-a42c-e6ce9ea1ca1e {
  display: none;
}
#s-e313099d-931f-48ad-a42c-e6ce9ea1ca1e, #wrap-s-e313099d-931f-48ad-a42c-e6ce9ea1ca1e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e313099d-931f-48ad-a42c-e6ce9ea1ca1e {
  display: none;
}
#s-e313099d-931f-48ad-a42c-e6ce9ea1ca1e, #wrap-s-e313099d-931f-48ad-a42c-e6ce9ea1ca1e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e313099d-931f-48ad-a42c-e6ce9ea1ca1e {
  display: none;
}
#s-e313099d-931f-48ad-a42c-e6ce9ea1ca1e, #wrap-s-e313099d-931f-48ad-a42c-e6ce9ea1ca1e { display:none !important; }}
#s-6cc16494-692c-4b99-bcaf-9b3ec1a8f9eb {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-6cc16494-692c-4b99-bcaf-9b3ec1a8f9eb {
  display: none;
}
#s-6cc16494-692c-4b99-bcaf-9b3ec1a8f9eb, #wrap-s-6cc16494-692c-4b99-bcaf-9b3ec1a8f9eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6cc16494-692c-4b99-bcaf-9b3ec1a8f9eb {
  display: none;
}
#s-6cc16494-692c-4b99-bcaf-9b3ec1a8f9eb, #wrap-s-6cc16494-692c-4b99-bcaf-9b3ec1a8f9eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6cc16494-692c-4b99-bcaf-9b3ec1a8f9eb {
  display: none;
}
#s-6cc16494-692c-4b99-bcaf-9b3ec1a8f9eb, #wrap-s-6cc16494-692c-4b99-bcaf-9b3ec1a8f9eb { display:none !important; }}
#s-4ab962f6-22ae-488d-a082-f56543a3428b {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4ab962f6-22ae-488d-a082-f56543a3428b-btn-wrapper {
    text-align: center;
  }


#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-variant-btn:hover {
  background: #252525;
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-variant-btn:active, #s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4ab962f6-22ae-488d-a082-f56543a3428b .shg-variant-btn.disabled {
  background: #252525;
}

#s-b57a4056-c19a-4fdf-bc6f-0336971bf19e {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-b57a4056-c19a-4fdf-bc6f-0336971bf19e .shg-product-quantity-wrapper {
  display: flex;
}

#s-b57a4056-c19a-4fdf-bc6f-0336971bf19e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b57a4056-c19a-4fdf-bc6f-0336971bf19e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b57a4056-c19a-4fdf-bc6f-0336971bf19e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b57a4056-c19a-4fdf-bc6f-0336971bf19e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-9fcb3e9b-a3a2-4150-b5bc-91a40ea60f00 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9fcb3e9b-a3a2-4150-b5bc-91a40ea60f00:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9fcb3e9b-a3a2-4150-b5bc-91a40ea60f00:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9fcb3e9b-a3a2-4150-b5bc-91a40ea60f00 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9fcb3e9b-a3a2-4150-b5bc-91a40ea60f00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9fcb3e9b-a3a2-4150-b5bc-91a40ea60f00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-9fcb3e9b-a3a2-4150-b5bc-91a40ea60f00.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-f9bceaad-a770-4cbc-bc95-b1bc5be6160a {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-f9bceaad-a770-4cbc-bc95-b1bc5be6160a {
  display: none;
}
#s-0967066b-b719-49b8-b04b-c8f240e890a1 {
  text-align: left;
}



.shg-c#s-0967066b-b719-49b8-b04b-c8f240e890a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0967066b-b719-49b8-b04b-c8f240e890a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0967066b-b719-49b8-b04b-c8f240e890a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0967066b-b719-49b8-b04b-c8f240e890a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0967066b-b719-49b8-b04b-c8f240e890a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0967066b-b719-49b8-b04b-c8f240e890a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0967066b-b719-49b8-b04b-c8f240e890a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0967066b-b719-49b8-b04b-c8f240e890a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0967066b-b719-49b8-b04b-c8f240e890a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0967066b-b719-49b8-b04b-c8f240e890a1 img.shogun-image {
  width: 100%;
}



}
#s-b4de0f44-e288-48ab-94f1-13abe0e29f95 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-b4de0f44-e288-48ab-94f1-13abe0e29f95 {
  margin-top: -8px;
}
}
#s-9fb8694b-9df3-4869-bf28-f9467a6f4438 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-96fd2f72-86ea-4bfe-9cb3-362a91a6f0ee {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-96fd2f72-86ea-4bfe-9cb3-362a91a6f0ee {
  display: none;
}
#s-96fd2f72-86ea-4bfe-9cb3-362a91a6f0ee, #wrap-s-96fd2f72-86ea-4bfe-9cb3-362a91a6f0ee { display:none !important; }}
#s-18ecd71e-6828-4680-95ba-34c88fe445bf {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-18ecd71e-6828-4680-95ba-34c88fe445bf {
  display: none;
}
#s-18ecd71e-6828-4680-95ba-34c88fe445bf, #wrap-s-18ecd71e-6828-4680-95ba-34c88fe445bf { display:none !important; }}
#s-4ab95b8e-9114-4e70-b1cd-f540a211a381 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-4ab95b8e-9114-4e70-b1cd-f540a211a381 {
  display: none;
}
#s-4ab95b8e-9114-4e70-b1cd-f540a211a381, #wrap-s-4ab95b8e-9114-4e70-b1cd-f540a211a381 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ab95b8e-9114-4e70-b1cd-f540a211a381 {
  display: none;
}
#s-4ab95b8e-9114-4e70-b1cd-f540a211a381, #wrap-s-4ab95b8e-9114-4e70-b1cd-f540a211a381 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ab95b8e-9114-4e70-b1cd-f540a211a381 {
  display: none;
}
#s-4ab95b8e-9114-4e70-b1cd-f540a211a381, #wrap-s-4ab95b8e-9114-4e70-b1cd-f540a211a381 { display:none !important; }}
#s-d8182c3f-3b7d-4906-8576-0a6c07f1005d {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-d8182c3f-3b7d-4906-8576-0a6c07f1005d {
  display: none;
}
#s-d8182c3f-3b7d-4906-8576-0a6c07f1005d, #wrap-s-d8182c3f-3b7d-4906-8576-0a6c07f1005d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8182c3f-3b7d-4906-8576-0a6c07f1005d {
  display: none;
}
#s-d8182c3f-3b7d-4906-8576-0a6c07f1005d, #wrap-s-d8182c3f-3b7d-4906-8576-0a6c07f1005d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8182c3f-3b7d-4906-8576-0a6c07f1005d {
  display: none;
}
#s-d8182c3f-3b7d-4906-8576-0a6c07f1005d, #wrap-s-d8182c3f-3b7d-4906-8576-0a6c07f1005d { display:none !important; }}
#s-c817613f-f55e-4146-bcb9-cd7dd01b22da {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c817613f-f55e-4146-bcb9-cd7dd01b22da-btn-wrapper {
    text-align: center;
  }


#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-variant-btn:hover {
  background: #252525;
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-variant-btn:active, #s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c817613f-f55e-4146-bcb9-cd7dd01b22da .shg-variant-btn.disabled {
  background: #252525;
}

#s-e032f4b6-0436-45b1-bcd6-996ab529e84e {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-e032f4b6-0436-45b1-bcd6-996ab529e84e .shg-product-quantity-wrapper {
  display: flex;
}

#s-e032f4b6-0436-45b1-bcd6-996ab529e84e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e032f4b6-0436-45b1-bcd6-996ab529e84e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e032f4b6-0436-45b1-bcd6-996ab529e84e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e032f4b6-0436-45b1-bcd6-996ab529e84e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4c83b85a-05cb-4333-9981-05cc8fe942a6 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4c83b85a-05cb-4333-9981-05cc8fe942a6:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c83b85a-05cb-4333-9981-05cc8fe942a6:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4c83b85a-05cb-4333-9981-05cc8fe942a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c83b85a-05cb-4333-9981-05cc8fe942a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c83b85a-05cb-4333-9981-05cc8fe942a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-4c83b85a-05cb-4333-9981-05cc8fe942a6.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-fc1da577-88bf-4462-90aa-6a3fe51b444e {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-fc1da577-88bf-4462-90aa-6a3fe51b444e {
  display: none;
}
#s-a5812f40-1cf6-428f-9c7d-612fd7ab7866 {
  text-align: left;
}



.shg-c#s-a5812f40-1cf6-428f-9c7d-612fd7ab7866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5812f40-1cf6-428f-9c7d-612fd7ab7866 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a5812f40-1cf6-428f-9c7d-612fd7ab7866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5812f40-1cf6-428f-9c7d-612fd7ab7866 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5812f40-1cf6-428f-9c7d-612fd7ab7866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5812f40-1cf6-428f-9c7d-612fd7ab7866 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5812f40-1cf6-428f-9c7d-612fd7ab7866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5812f40-1cf6-428f-9c7d-612fd7ab7866 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5812f40-1cf6-428f-9c7d-612fd7ab7866 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5812f40-1cf6-428f-9c7d-612fd7ab7866 img.shogun-image {
  width: 100%;
}



}
#s-8f923197-a276-4a2f-b906-743253ec90c1 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-8f923197-a276-4a2f-b906-743253ec90c1 {
  margin-top: -8px;
}
}
#s-e63afe32-a870-4294-ab50-253f6fd6ecd3 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-8b53865e-28ed-4518-9960-82822bec2e52 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-8b53865e-28ed-4518-9960-82822bec2e52 {
  display: none;
}
#s-8b53865e-28ed-4518-9960-82822bec2e52, #wrap-s-8b53865e-28ed-4518-9960-82822bec2e52 { display:none !important; }}
#s-2796c673-ebc5-478e-b74e-72d11696fdb6 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-2796c673-ebc5-478e-b74e-72d11696fdb6 {
  display: none;
}
#s-2796c673-ebc5-478e-b74e-72d11696fdb6, #wrap-s-2796c673-ebc5-478e-b74e-72d11696fdb6 { display:none !important; }}
#s-b7208839-d701-4cd4-87e2-919b6bf2760d {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-b7208839-d701-4cd4-87e2-919b6bf2760d {
  display: none;
}
#s-b7208839-d701-4cd4-87e2-919b6bf2760d, #wrap-s-b7208839-d701-4cd4-87e2-919b6bf2760d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7208839-d701-4cd4-87e2-919b6bf2760d {
  display: none;
}
#s-b7208839-d701-4cd4-87e2-919b6bf2760d, #wrap-s-b7208839-d701-4cd4-87e2-919b6bf2760d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7208839-d701-4cd4-87e2-919b6bf2760d {
  display: none;
}
#s-b7208839-d701-4cd4-87e2-919b6bf2760d, #wrap-s-b7208839-d701-4cd4-87e2-919b6bf2760d { display:none !important; }}
#s-2f854934-323d-44b9-a0cb-3ad9f16dc4be {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-2f854934-323d-44b9-a0cb-3ad9f16dc4be {
  display: none;
}
#s-2f854934-323d-44b9-a0cb-3ad9f16dc4be, #wrap-s-2f854934-323d-44b9-a0cb-3ad9f16dc4be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f854934-323d-44b9-a0cb-3ad9f16dc4be {
  display: none;
}
#s-2f854934-323d-44b9-a0cb-3ad9f16dc4be, #wrap-s-2f854934-323d-44b9-a0cb-3ad9f16dc4be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f854934-323d-44b9-a0cb-3ad9f16dc4be {
  display: none;
}
#s-2f854934-323d-44b9-a0cb-3ad9f16dc4be, #wrap-s-2f854934-323d-44b9-a0cb-3ad9f16dc4be { display:none !important; }}
#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-ef57c2ba-14cd-424c-99ab-667cc760ed52-btn-wrapper {
    text-align: center;
  }


#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-variant-btn:hover {
  background: #252525;
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-variant-btn:active, #s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-ef57c2ba-14cd-424c-99ab-667cc760ed52 .shg-variant-btn.disabled {
  background: #252525;
}

#s-1f53c6e3-153e-4d1d-b091-3013835083cc {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-1f53c6e3-153e-4d1d-b091-3013835083cc .shg-product-quantity-wrapper {
  display: flex;
}

#s-1f53c6e3-153e-4d1d-b091-3013835083cc .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1f53c6e3-153e-4d1d-b091-3013835083cc .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1f53c6e3-153e-4d1d-b091-3013835083cc .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1f53c6e3-153e-4d1d-b091-3013835083cc .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-6d80702a-4f64-44a0-9bee-07ef9fa9c7ca {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6d80702a-4f64-44a0-9bee-07ef9fa9c7ca:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6d80702a-4f64-44a0-9bee-07ef9fa9c7ca:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6d80702a-4f64-44a0-9bee-07ef9fa9c7ca {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d80702a-4f64-44a0-9bee-07ef9fa9c7ca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d80702a-4f64-44a0-9bee-07ef9fa9c7ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-6d80702a-4f64-44a0-9bee-07ef9fa9c7ca.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-4197d84e-07df-46fe-b4b1-a506ac234c2b {
  margin-top: 0px;
}
@media (max-width: 767px){#s-4197d84e-07df-46fe-b4b1-a506ac234c2b {
  
}
}
#s-0771974d-cd12-46f3-ae4f-ea8a9e0d2455 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-0771974d-cd12-46f3-ae4f-ea8a9e0d2455 {
  
}
}
#s-7e244893-6c23-490a-b0bf-0fa77177411b {
  margin-top: 0px;
}
@media (max-width: 767px){#s-7e244893-6c23-490a-b0bf-0fa77177411b {
  
}
}
#s-603fa84e-e871-4100-8d65-2ed6f5dddf5f {
  margin-top: 10px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-603fa84e-e871-4100-8d65-2ed6f5dddf5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-603fa84e-e871-4100-8d65-2ed6f5dddf5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-603fa84e-e871-4100-8d65-2ed6f5dddf5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-603fa84e-e871-4100-8d65-2ed6f5dddf5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d2c59ac2-51ce-4b61-b876-e04273413b11 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-d2c59ac2-51ce-4b61-b876-e04273413b11 {
  display: none;
}
#s-7761449d-cc0c-4d79-8119-a2cceb33a61e {
  text-align: left;
}



.shg-c#s-7761449d-cc0c-4d79-8119-a2cceb33a61e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7761449d-cc0c-4d79-8119-a2cceb33a61e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7761449d-cc0c-4d79-8119-a2cceb33a61e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7761449d-cc0c-4d79-8119-a2cceb33a61e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7761449d-cc0c-4d79-8119-a2cceb33a61e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7761449d-cc0c-4d79-8119-a2cceb33a61e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7761449d-cc0c-4d79-8119-a2cceb33a61e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7761449d-cc0c-4d79-8119-a2cceb33a61e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7761449d-cc0c-4d79-8119-a2cceb33a61e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7761449d-cc0c-4d79-8119-a2cceb33a61e img.shogun-image {
  width: 100%;
}



}
#s-9c994010-e81e-4eac-9fbe-849372ffb40d {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-9c994010-e81e-4eac-9fbe-849372ffb40d {
  margin-top: -8px;
}
}
#s-69534452-9e82-4a75-901b-f57150daf966 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-3201f8a8-05ec-43c7-bb1b-46974103a8a0 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-3201f8a8-05ec-43c7-bb1b-46974103a8a0 {
  display: none;
}
#s-3201f8a8-05ec-43c7-bb1b-46974103a8a0, #wrap-s-3201f8a8-05ec-43c7-bb1b-46974103a8a0 { display:none !important; }}
#s-e4f16c8b-fd20-4403-ac52-6b3aaba8d0c1 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-e4f16c8b-fd20-4403-ac52-6b3aaba8d0c1 {
  display: none;
}
#s-e4f16c8b-fd20-4403-ac52-6b3aaba8d0c1, #wrap-s-e4f16c8b-fd20-4403-ac52-6b3aaba8d0c1 { display:none !important; }}
#s-221f36f9-b343-477a-88dd-57ea96f12b83 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-221f36f9-b343-477a-88dd-57ea96f12b83 {
  display: none;
}
#s-221f36f9-b343-477a-88dd-57ea96f12b83, #wrap-s-221f36f9-b343-477a-88dd-57ea96f12b83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-221f36f9-b343-477a-88dd-57ea96f12b83 {
  display: none;
}
#s-221f36f9-b343-477a-88dd-57ea96f12b83, #wrap-s-221f36f9-b343-477a-88dd-57ea96f12b83 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-221f36f9-b343-477a-88dd-57ea96f12b83 {
  display: none;
}
#s-221f36f9-b343-477a-88dd-57ea96f12b83, #wrap-s-221f36f9-b343-477a-88dd-57ea96f12b83 { display:none !important; }}
#s-e641bf0c-bd5e-4970-b3f6-f371f2e785e9 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-e641bf0c-bd5e-4970-b3f6-f371f2e785e9 {
  display: none;
}
#s-e641bf0c-bd5e-4970-b3f6-f371f2e785e9, #wrap-s-e641bf0c-bd5e-4970-b3f6-f371f2e785e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e641bf0c-bd5e-4970-b3f6-f371f2e785e9 {
  display: none;
}
#s-e641bf0c-bd5e-4970-b3f6-f371f2e785e9, #wrap-s-e641bf0c-bd5e-4970-b3f6-f371f2e785e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e641bf0c-bd5e-4970-b3f6-f371f2e785e9 {
  display: none;
}
#s-e641bf0c-bd5e-4970-b3f6-f371f2e785e9, #wrap-s-e641bf0c-bd5e-4970-b3f6-f371f2e785e9 { display:none !important; }}
#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab-btn-wrapper {
    text-align: center;
  }


#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-variant-btn:hover {
  background: #252525;
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-variant-btn:active, #s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4db2c327-d7eb-4bcc-b8ac-80e2f217c2ab .shg-variant-btn.disabled {
  background: #252525;
}

#s-7456e245-77fe-41a6-b7c5-9ecccc61859c {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-7456e245-77fe-41a6-b7c5-9ecccc61859c .shg-product-quantity-wrapper {
  display: flex;
}

#s-7456e245-77fe-41a6-b7c5-9ecccc61859c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-7456e245-77fe-41a6-b7c5-9ecccc61859c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-7456e245-77fe-41a6-b7c5-9ecccc61859c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-7456e245-77fe-41a6-b7c5-9ecccc61859c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-dde43b8a-7548-49f2-9776-f522e6e90973 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dde43b8a-7548-49f2-9776-f522e6e90973:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dde43b8a-7548-49f2-9776-f522e6e90973:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-dde43b8a-7548-49f2-9776-f522e6e90973 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dde43b8a-7548-49f2-9776-f522e6e90973.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dde43b8a-7548-49f2-9776-f522e6e90973.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-dde43b8a-7548-49f2-9776-f522e6e90973.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-01f88d77-34dc-4ec5-9ea1-9c2a08137a11 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-01f88d77-34dc-4ec5-9ea1-9c2a08137a11 {
  display: none;
}
#s-f8fccc43-d932-4a19-b35f-ef9725c358bb {
  text-align: left;
}



.shg-c#s-f8fccc43-d932-4a19-b35f-ef9725c358bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8fccc43-d932-4a19-b35f-ef9725c358bb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f8fccc43-d932-4a19-b35f-ef9725c358bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8fccc43-d932-4a19-b35f-ef9725c358bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8fccc43-d932-4a19-b35f-ef9725c358bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8fccc43-d932-4a19-b35f-ef9725c358bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8fccc43-d932-4a19-b35f-ef9725c358bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8fccc43-d932-4a19-b35f-ef9725c358bb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f8fccc43-d932-4a19-b35f-ef9725c358bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8fccc43-d932-4a19-b35f-ef9725c358bb img.shogun-image {
  width: 100%;
}



}
#s-8654dd01-b8c3-426b-a449-4bddd18f303b {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-8654dd01-b8c3-426b-a449-4bddd18f303b {
  margin-top: -8px;
}
}
#s-f3269b8a-11a0-4f6e-bd16-30bfcf75f5e7 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-a17902d8-798e-4634-ac2a-90cd90fc6b02 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-a17902d8-798e-4634-ac2a-90cd90fc6b02 {
  display: none;
}
#s-a17902d8-798e-4634-ac2a-90cd90fc6b02, #wrap-s-a17902d8-798e-4634-ac2a-90cd90fc6b02 { display:none !important; }}
#s-98dd1201-09fa-4e69-bb51-a5d8adea7ef6 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-98dd1201-09fa-4e69-bb51-a5d8adea7ef6 {
  display: none;
}
#s-98dd1201-09fa-4e69-bb51-a5d8adea7ef6, #wrap-s-98dd1201-09fa-4e69-bb51-a5d8adea7ef6 { display:none !important; }}
#s-2d5bf797-e967-4140-9a58-81f142356aed {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-2d5bf797-e967-4140-9a58-81f142356aed {
  display: none;
}
#s-2d5bf797-e967-4140-9a58-81f142356aed, #wrap-s-2d5bf797-e967-4140-9a58-81f142356aed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d5bf797-e967-4140-9a58-81f142356aed {
  display: none;
}
#s-2d5bf797-e967-4140-9a58-81f142356aed, #wrap-s-2d5bf797-e967-4140-9a58-81f142356aed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d5bf797-e967-4140-9a58-81f142356aed {
  display: none;
}
#s-2d5bf797-e967-4140-9a58-81f142356aed, #wrap-s-2d5bf797-e967-4140-9a58-81f142356aed { display:none !important; }}
#s-9ed51ea9-45a8-4986-b5e8-c2108243ba9c {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-9ed51ea9-45a8-4986-b5e8-c2108243ba9c {
  display: none;
}
#s-9ed51ea9-45a8-4986-b5e8-c2108243ba9c, #wrap-s-9ed51ea9-45a8-4986-b5e8-c2108243ba9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ed51ea9-45a8-4986-b5e8-c2108243ba9c {
  display: none;
}
#s-9ed51ea9-45a8-4986-b5e8-c2108243ba9c, #wrap-s-9ed51ea9-45a8-4986-b5e8-c2108243ba9c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ed51ea9-45a8-4986-b5e8-c2108243ba9c {
  display: none;
}
#s-9ed51ea9-45a8-4986-b5e8-c2108243ba9c, #wrap-s-9ed51ea9-45a8-4986-b5e8-c2108243ba9c { display:none !important; }}
#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-78aa4a34-ea5a-45a9-9198-b635ecde3b63-btn-wrapper {
    text-align: center;
  }


#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-variant-btn:hover {
  background: #252525;
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-variant-btn:active, #s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-78aa4a34-ea5a-45a9-9198-b635ecde3b63 .shg-variant-btn.disabled {
  background: #252525;
}

#s-bbdd104c-7a84-42da-bdda-6fee6368f277 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-bbdd104c-7a84-42da-bdda-6fee6368f277 .shg-product-quantity-wrapper {
  display: flex;
}

#s-bbdd104c-7a84-42da-bdda-6fee6368f277 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-bbdd104c-7a84-42da-bdda-6fee6368f277 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-bbdd104c-7a84-42da-bdda-6fee6368f277 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-bbdd104c-7a84-42da-bdda-6fee6368f277 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-57387928-2d45-41fe-8255-90b7189a5bd3 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-57387928-2d45-41fe-8255-90b7189a5bd3:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57387928-2d45-41fe-8255-90b7189a5bd3:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-57387928-2d45-41fe-8255-90b7189a5bd3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57387928-2d45-41fe-8255-90b7189a5bd3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57387928-2d45-41fe-8255-90b7189a5bd3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-57387928-2d45-41fe-8255-90b7189a5bd3.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-44b8d236-264a-4e37-9bdd-789340fa526c {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-44b8d236-264a-4e37-9bdd-789340fa526c {
  display: none;
}
#s-ef479989-00d1-42f9-92fb-676b1d298943 {
  text-align: left;
}



.shg-c#s-ef479989-00d1-42f9-92fb-676b1d298943 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef479989-00d1-42f9-92fb-676b1d298943 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef479989-00d1-42f9-92fb-676b1d298943 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef479989-00d1-42f9-92fb-676b1d298943 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef479989-00d1-42f9-92fb-676b1d298943 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef479989-00d1-42f9-92fb-676b1d298943 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef479989-00d1-42f9-92fb-676b1d298943 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef479989-00d1-42f9-92fb-676b1d298943 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef479989-00d1-42f9-92fb-676b1d298943 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef479989-00d1-42f9-92fb-676b1d298943 img.shogun-image {
  width: 100%;
}



}
#s-1d9d6492-da9b-4fe5-9af0-c5f666611065 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-1d9d6492-da9b-4fe5-9af0-c5f666611065 {
  margin-top: -8px;
}
}
#s-9b27bba8-d380-49a7-9dd6-8df9c80c09b7 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-8608d157-e91d-4500-9e96-93ef7f9179ba {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-8608d157-e91d-4500-9e96-93ef7f9179ba {
  display: none;
}
#s-8608d157-e91d-4500-9e96-93ef7f9179ba, #wrap-s-8608d157-e91d-4500-9e96-93ef7f9179ba { display:none !important; }}
#s-eb1b9e9e-f3f0-4962-98bb-7449b6e0a3db {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-eb1b9e9e-f3f0-4962-98bb-7449b6e0a3db {
  display: none;
}
#s-eb1b9e9e-f3f0-4962-98bb-7449b6e0a3db, #wrap-s-eb1b9e9e-f3f0-4962-98bb-7449b6e0a3db { display:none !important; }}
#s-9a93ab36-d9a0-4dea-9fb7-7a8c36cbf6ce {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-9a93ab36-d9a0-4dea-9fb7-7a8c36cbf6ce {
  display: none;
}
#s-9a93ab36-d9a0-4dea-9fb7-7a8c36cbf6ce, #wrap-s-9a93ab36-d9a0-4dea-9fb7-7a8c36cbf6ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a93ab36-d9a0-4dea-9fb7-7a8c36cbf6ce {
  display: none;
}
#s-9a93ab36-d9a0-4dea-9fb7-7a8c36cbf6ce, #wrap-s-9a93ab36-d9a0-4dea-9fb7-7a8c36cbf6ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a93ab36-d9a0-4dea-9fb7-7a8c36cbf6ce {
  display: none;
}
#s-9a93ab36-d9a0-4dea-9fb7-7a8c36cbf6ce, #wrap-s-9a93ab36-d9a0-4dea-9fb7-7a8c36cbf6ce { display:none !important; }}
#s-cb7e3f25-d284-409e-ae60-0bd9fa10b334 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-cb7e3f25-d284-409e-ae60-0bd9fa10b334 {
  display: none;
}
#s-cb7e3f25-d284-409e-ae60-0bd9fa10b334, #wrap-s-cb7e3f25-d284-409e-ae60-0bd9fa10b334 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb7e3f25-d284-409e-ae60-0bd9fa10b334 {
  display: none;
}
#s-cb7e3f25-d284-409e-ae60-0bd9fa10b334, #wrap-s-cb7e3f25-d284-409e-ae60-0bd9fa10b334 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb7e3f25-d284-409e-ae60-0bd9fa10b334 {
  display: none;
}
#s-cb7e3f25-d284-409e-ae60-0bd9fa10b334, #wrap-s-cb7e3f25-d284-409e-ae60-0bd9fa10b334 { display:none !important; }}
#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc-btn-wrapper {
    text-align: center;
  }


#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-variant-btn:hover {
  background: #252525;
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-variant-btn:active, #s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-cb7f32b7-49d1-40e8-8059-2f427c51e1bc .shg-variant-btn.disabled {
  background: #252525;
}

#s-5c72fb0b-612b-41ab-8637-39a516236a1e {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-5c72fb0b-612b-41ab-8637-39a516236a1e .shg-product-quantity-wrapper {
  display: flex;
}

#s-5c72fb0b-612b-41ab-8637-39a516236a1e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5c72fb0b-612b-41ab-8637-39a516236a1e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5c72fb0b-612b-41ab-8637-39a516236a1e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5c72fb0b-612b-41ab-8637-39a516236a1e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-8160ae93-4a26-4179-a3da-6dd37210ed80 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8160ae93-4a26-4179-a3da-6dd37210ed80:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8160ae93-4a26-4179-a3da-6dd37210ed80:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-8160ae93-4a26-4179-a3da-6dd37210ed80 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8160ae93-4a26-4179-a3da-6dd37210ed80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8160ae93-4a26-4179-a3da-6dd37210ed80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-8160ae93-4a26-4179-a3da-6dd37210ed80.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-e86abec6-9719-473a-bc4d-26d50fab79ac {
  margin-top: 10px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-e86abec6-9719-473a-bc4d-26d50fab79ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e86abec6-9719-473a-bc4d-26d50fab79ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e86abec6-9719-473a-bc4d-26d50fab79ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e86abec6-9719-473a-bc4d-26d50fab79ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-82b21f9d-3288-410d-85ca-9b80c87da302 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-82b21f9d-3288-410d-85ca-9b80c87da302 {
  display: none;
}
#s-e7094f54-efb8-4c02-8623-52d125f0169d {
  text-align: left;
}



.shg-c#s-e7094f54-efb8-4c02-8623-52d125f0169d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7094f54-efb8-4c02-8623-52d125f0169d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e7094f54-efb8-4c02-8623-52d125f0169d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7094f54-efb8-4c02-8623-52d125f0169d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7094f54-efb8-4c02-8623-52d125f0169d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7094f54-efb8-4c02-8623-52d125f0169d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7094f54-efb8-4c02-8623-52d125f0169d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7094f54-efb8-4c02-8623-52d125f0169d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e7094f54-efb8-4c02-8623-52d125f0169d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7094f54-efb8-4c02-8623-52d125f0169d img.shogun-image {
  width: 100%;
}



}
#s-14742fd8-b719-4ded-bdb1-ace8727a9f34 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-14742fd8-b719-4ded-bdb1-ace8727a9f34 {
  margin-top: -8px;
}
}
#s-835d7c85-7674-4eb9-bed8-aa163aea5805 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-db6f1a54-7ca1-4e4b-9746-a961a50cc344 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-db6f1a54-7ca1-4e4b-9746-a961a50cc344 {
  display: none;
}
#s-db6f1a54-7ca1-4e4b-9746-a961a50cc344, #wrap-s-db6f1a54-7ca1-4e4b-9746-a961a50cc344 { display:none !important; }}
#s-1b9f5b80-c195-4f7b-b78c-90ea538122ff {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-1b9f5b80-c195-4f7b-b78c-90ea538122ff {
  display: none;
}
#s-1b9f5b80-c195-4f7b-b78c-90ea538122ff, #wrap-s-1b9f5b80-c195-4f7b-b78c-90ea538122ff { display:none !important; }}
#s-c04bc7ee-bc39-4dfe-82bb-206024a0cf5d {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-c04bc7ee-bc39-4dfe-82bb-206024a0cf5d {
  display: none;
}
#s-c04bc7ee-bc39-4dfe-82bb-206024a0cf5d, #wrap-s-c04bc7ee-bc39-4dfe-82bb-206024a0cf5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c04bc7ee-bc39-4dfe-82bb-206024a0cf5d {
  display: none;
}
#s-c04bc7ee-bc39-4dfe-82bb-206024a0cf5d, #wrap-s-c04bc7ee-bc39-4dfe-82bb-206024a0cf5d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c04bc7ee-bc39-4dfe-82bb-206024a0cf5d {
  display: none;
}
#s-c04bc7ee-bc39-4dfe-82bb-206024a0cf5d, #wrap-s-c04bc7ee-bc39-4dfe-82bb-206024a0cf5d { display:none !important; }}
#s-fddc11cb-23d8-46d6-8c1c-e9533e058337 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-fddc11cb-23d8-46d6-8c1c-e9533e058337 {
  display: none;
}
#s-fddc11cb-23d8-46d6-8c1c-e9533e058337, #wrap-s-fddc11cb-23d8-46d6-8c1c-e9533e058337 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fddc11cb-23d8-46d6-8c1c-e9533e058337 {
  display: none;
}
#s-fddc11cb-23d8-46d6-8c1c-e9533e058337, #wrap-s-fddc11cb-23d8-46d6-8c1c-e9533e058337 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fddc11cb-23d8-46d6-8c1c-e9533e058337 {
  display: none;
}
#s-fddc11cb-23d8-46d6-8c1c-e9533e058337, #wrap-s-fddc11cb-23d8-46d6-8c1c-e9533e058337 { display:none !important; }}
#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-cb5c39ec-690d-43c6-a764-7a267cbbd108-btn-wrapper {
    text-align: center;
  }


#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-variant-btn:hover {
  background: #252525;
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-variant-btn:active, #s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-cb5c39ec-690d-43c6-a764-7a267cbbd108 .shg-variant-btn.disabled {
  background: #252525;
}

#s-c4216f61-b0ed-42b8-91c2-32d70b129bcc {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-c4216f61-b0ed-42b8-91c2-32d70b129bcc .shg-product-quantity-wrapper {
  display: flex;
}

#s-c4216f61-b0ed-42b8-91c2-32d70b129bcc .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c4216f61-b0ed-42b8-91c2-32d70b129bcc .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c4216f61-b0ed-42b8-91c2-32d70b129bcc .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c4216f61-b0ed-42b8-91c2-32d70b129bcc .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-d2ec40aa-e227-4c9c-84a6-d55627712718 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d2ec40aa-e227-4c9c-84a6-d55627712718:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d2ec40aa-e227-4c9c-84a6-d55627712718:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d2ec40aa-e227-4c9c-84a6-d55627712718 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2ec40aa-e227-4c9c-84a6-d55627712718.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2ec40aa-e227-4c9c-84a6-d55627712718.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-d2ec40aa-e227-4c9c-84a6-d55627712718.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-2d7115b1-412a-4481-b0a9-d695c65a58c0 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-2d7115b1-412a-4481-b0a9-d695c65a58c0 {
  display: none;
}
#s-b2beaf41-7cd1-49bc-b5ab-f370bbd5dcd3 {
  text-align: left;
}



.shg-c#s-b2beaf41-7cd1-49bc-b5ab-f370bbd5dcd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2beaf41-7cd1-49bc-b5ab-f370bbd5dcd3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b2beaf41-7cd1-49bc-b5ab-f370bbd5dcd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2beaf41-7cd1-49bc-b5ab-f370bbd5dcd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2beaf41-7cd1-49bc-b5ab-f370bbd5dcd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2beaf41-7cd1-49bc-b5ab-f370bbd5dcd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2beaf41-7cd1-49bc-b5ab-f370bbd5dcd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2beaf41-7cd1-49bc-b5ab-f370bbd5dcd3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2beaf41-7cd1-49bc-b5ab-f370bbd5dcd3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2beaf41-7cd1-49bc-b5ab-f370bbd5dcd3 img.shogun-image {
  width: 100%;
}



}
#s-e087549f-bb8f-4960-b45f-b92f4bbd3589 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-e087549f-bb8f-4960-b45f-b92f4bbd3589 {
  margin-top: -8px;
}
}
#s-5d1cd2cb-08da-4c32-afe1-41b24a1b0416 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-ba618749-e839-4a8b-8cde-d618015ea26d {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-ba618749-e839-4a8b-8cde-d618015ea26d {
  display: none;
}
#s-ba618749-e839-4a8b-8cde-d618015ea26d, #wrap-s-ba618749-e839-4a8b-8cde-d618015ea26d { display:none !important; }}
#s-2b4466ed-01bc-4aec-90d7-d574a950c525 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-2b4466ed-01bc-4aec-90d7-d574a950c525 {
  display: none;
}
#s-2b4466ed-01bc-4aec-90d7-d574a950c525, #wrap-s-2b4466ed-01bc-4aec-90d7-d574a950c525 { display:none !important; }}
#s-be586b47-8de3-4207-ba1d-ccf801d03f94 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-be586b47-8de3-4207-ba1d-ccf801d03f94 {
  display: none;
}
#s-be586b47-8de3-4207-ba1d-ccf801d03f94, #wrap-s-be586b47-8de3-4207-ba1d-ccf801d03f94 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be586b47-8de3-4207-ba1d-ccf801d03f94 {
  display: none;
}
#s-be586b47-8de3-4207-ba1d-ccf801d03f94, #wrap-s-be586b47-8de3-4207-ba1d-ccf801d03f94 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be586b47-8de3-4207-ba1d-ccf801d03f94 {
  display: none;
}
#s-be586b47-8de3-4207-ba1d-ccf801d03f94, #wrap-s-be586b47-8de3-4207-ba1d-ccf801d03f94 { display:none !important; }}
#s-5b379b33-8c5e-4e4c-9174-333b6d84a68f {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-5b379b33-8c5e-4e4c-9174-333b6d84a68f {
  display: none;
}
#s-5b379b33-8c5e-4e4c-9174-333b6d84a68f, #wrap-s-5b379b33-8c5e-4e4c-9174-333b6d84a68f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b379b33-8c5e-4e4c-9174-333b6d84a68f {
  display: none;
}
#s-5b379b33-8c5e-4e4c-9174-333b6d84a68f, #wrap-s-5b379b33-8c5e-4e4c-9174-333b6d84a68f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b379b33-8c5e-4e4c-9174-333b6d84a68f {
  display: none;
}
#s-5b379b33-8c5e-4e4c-9174-333b6d84a68f, #wrap-s-5b379b33-8c5e-4e4c-9174-333b6d84a68f { display:none !important; }}
#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8-btn-wrapper {
    text-align: center;
  }


#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-variant-btn:hover {
  background: #252525;
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-variant-btn:active, #s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-0bd91a8d-dffd-4f45-8a62-f58aca85bcb8 .shg-variant-btn.disabled {
  background: #252525;
}

#s-eb25d062-1c13-4b86-a2aa-959606bb0e06 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-eb25d062-1c13-4b86-a2aa-959606bb0e06 .shg-product-quantity-wrapper {
  display: flex;
}

#s-eb25d062-1c13-4b86-a2aa-959606bb0e06 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-eb25d062-1c13-4b86-a2aa-959606bb0e06 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-eb25d062-1c13-4b86-a2aa-959606bb0e06 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-eb25d062-1c13-4b86-a2aa-959606bb0e06 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-10c135be-1d43-425d-9014-756ee9c26878 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-10c135be-1d43-425d-9014-756ee9c26878:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-10c135be-1d43-425d-9014-756ee9c26878:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-10c135be-1d43-425d-9014-756ee9c26878 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-10c135be-1d43-425d-9014-756ee9c26878.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-10c135be-1d43-425d-9014-756ee9c26878.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-10c135be-1d43-425d-9014-756ee9c26878.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-221a4b2b-8f77-4780-af43-cd6968b18ac5 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-221a4b2b-8f77-4780-af43-cd6968b18ac5 {
  display: none;
}
#s-9b3365bf-e2f1-42e6-a521-6706c39b08a6 {
  text-align: left;
}



.shg-c#s-9b3365bf-e2f1-42e6-a521-6706c39b08a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b3365bf-e2f1-42e6-a521-6706c39b08a6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b3365bf-e2f1-42e6-a521-6706c39b08a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b3365bf-e2f1-42e6-a521-6706c39b08a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b3365bf-e2f1-42e6-a521-6706c39b08a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b3365bf-e2f1-42e6-a521-6706c39b08a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b3365bf-e2f1-42e6-a521-6706c39b08a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b3365bf-e2f1-42e6-a521-6706c39b08a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b3365bf-e2f1-42e6-a521-6706c39b08a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b3365bf-e2f1-42e6-a521-6706c39b08a6 img.shogun-image {
  width: 100%;
}



}
#s-817d3dd0-0117-45cb-9c4e-43ee982c5257 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-817d3dd0-0117-45cb-9c4e-43ee982c5257 {
  margin-top: -8px;
}
}
#s-ca99d936-1472-454a-a675-a06337603249 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-2340d0e4-6622-497c-ac85-53e4dcecca55 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-2340d0e4-6622-497c-ac85-53e4dcecca55 {
  display: none;
}
#s-2340d0e4-6622-497c-ac85-53e4dcecca55, #wrap-s-2340d0e4-6622-497c-ac85-53e4dcecca55 { display:none !important; }}
#s-4d37309a-9fb2-481c-97aa-69accb97906a {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-4d37309a-9fb2-481c-97aa-69accb97906a {
  display: none;
}
#s-4d37309a-9fb2-481c-97aa-69accb97906a, #wrap-s-4d37309a-9fb2-481c-97aa-69accb97906a { display:none !important; }}
#s-1871973c-3785-4b45-8b0f-995dea8a5958 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-1871973c-3785-4b45-8b0f-995dea8a5958 {
  display: none;
}
#s-1871973c-3785-4b45-8b0f-995dea8a5958, #wrap-s-1871973c-3785-4b45-8b0f-995dea8a5958 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1871973c-3785-4b45-8b0f-995dea8a5958 {
  display: none;
}
#s-1871973c-3785-4b45-8b0f-995dea8a5958, #wrap-s-1871973c-3785-4b45-8b0f-995dea8a5958 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1871973c-3785-4b45-8b0f-995dea8a5958 {
  display: none;
}
#s-1871973c-3785-4b45-8b0f-995dea8a5958, #wrap-s-1871973c-3785-4b45-8b0f-995dea8a5958 { display:none !important; }}
#s-94db9242-7d52-4f45-9df2-ec1aac7a9be6 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-94db9242-7d52-4f45-9df2-ec1aac7a9be6 {
  display: none;
}
#s-94db9242-7d52-4f45-9df2-ec1aac7a9be6, #wrap-s-94db9242-7d52-4f45-9df2-ec1aac7a9be6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94db9242-7d52-4f45-9df2-ec1aac7a9be6 {
  display: none;
}
#s-94db9242-7d52-4f45-9df2-ec1aac7a9be6, #wrap-s-94db9242-7d52-4f45-9df2-ec1aac7a9be6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94db9242-7d52-4f45-9df2-ec1aac7a9be6 {
  display: none;
}
#s-94db9242-7d52-4f45-9df2-ec1aac7a9be6, #wrap-s-94db9242-7d52-4f45-9df2-ec1aac7a9be6 { display:none !important; }}
#s-819c2114-8e90-4343-9320-9f9256fa8f5d {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-819c2114-8e90-4343-9320-9f9256fa8f5d-btn-wrapper {
    text-align: center;
  }


#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-variant-btn:hover {
  background: #252525;
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-variant-btn:active, #s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-819c2114-8e90-4343-9320-9f9256fa8f5d .shg-variant-btn.disabled {
  background: #252525;
}

#s-cca7a508-efa4-4cf3-ac9d-bd0b68ee99c4 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-cca7a508-efa4-4cf3-ac9d-bd0b68ee99c4 .shg-product-quantity-wrapper {
  display: flex;
}

#s-cca7a508-efa4-4cf3-ac9d-bd0b68ee99c4 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-cca7a508-efa4-4cf3-ac9d-bd0b68ee99c4 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-cca7a508-efa4-4cf3-ac9d-bd0b68ee99c4 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-cca7a508-efa4-4cf3-ac9d-bd0b68ee99c4 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-9e933f02-2081-4506-8b0e-dca53db68d0f {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9e933f02-2081-4506-8b0e-dca53db68d0f:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9e933f02-2081-4506-8b0e-dca53db68d0f:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9e933f02-2081-4506-8b0e-dca53db68d0f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9e933f02-2081-4506-8b0e-dca53db68d0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e933f02-2081-4506-8b0e-dca53db68d0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-9e933f02-2081-4506-8b0e-dca53db68d0f.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-1b8dda7a-2eff-4d56-b4f0-e085b3585cf0 {
  margin-top: 10px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-1b8dda7a-2eff-4d56-b4f0-e085b3585cf0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1b8dda7a-2eff-4d56-b4f0-e085b3585cf0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1b8dda7a-2eff-4d56-b4f0-e085b3585cf0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1b8dda7a-2eff-4d56-b4f0-e085b3585cf0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-0ac03668-b80a-49f1-9753-e76d549152be {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-0ac03668-b80a-49f1-9753-e76d549152be {
  display: none;
}
#s-4ba9be0e-e216-48d8-8517-116fc4d7b57a {
  text-align: left;
}



.shg-c#s-4ba9be0e-e216-48d8-8517-116fc4d7b57a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba9be0e-e216-48d8-8517-116fc4d7b57a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4ba9be0e-e216-48d8-8517-116fc4d7b57a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba9be0e-e216-48d8-8517-116fc4d7b57a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ba9be0e-e216-48d8-8517-116fc4d7b57a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba9be0e-e216-48d8-8517-116fc4d7b57a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ba9be0e-e216-48d8-8517-116fc4d7b57a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba9be0e-e216-48d8-8517-116fc4d7b57a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ba9be0e-e216-48d8-8517-116fc4d7b57a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ba9be0e-e216-48d8-8517-116fc4d7b57a img.shogun-image {
  width: 100%;
}



}
#s-1ffcfe8a-0ca2-42e5-9e19-04b9cbb9bdea {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-1ffcfe8a-0ca2-42e5-9e19-04b9cbb9bdea {
  margin-top: -8px;
}
}
#s-941dfc11-3b63-46cd-8801-89ee2c876794 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-a32f0afd-2700-4aae-8c4b-86e1163e333a {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-a32f0afd-2700-4aae-8c4b-86e1163e333a {
  display: none;
}
#s-a32f0afd-2700-4aae-8c4b-86e1163e333a, #wrap-s-a32f0afd-2700-4aae-8c4b-86e1163e333a { display:none !important; }}
#s-9ac7a9e7-3003-4253-8db2-e469e4599ea4 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-9ac7a9e7-3003-4253-8db2-e469e4599ea4 {
  display: none;
}
#s-9ac7a9e7-3003-4253-8db2-e469e4599ea4, #wrap-s-9ac7a9e7-3003-4253-8db2-e469e4599ea4 { display:none !important; }}
#s-1b8dfd65-a40f-4977-879b-b54e5c1db076 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-1b8dfd65-a40f-4977-879b-b54e5c1db076 {
  display: none;
}
#s-1b8dfd65-a40f-4977-879b-b54e5c1db076, #wrap-s-1b8dfd65-a40f-4977-879b-b54e5c1db076 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b8dfd65-a40f-4977-879b-b54e5c1db076 {
  display: none;
}
#s-1b8dfd65-a40f-4977-879b-b54e5c1db076, #wrap-s-1b8dfd65-a40f-4977-879b-b54e5c1db076 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b8dfd65-a40f-4977-879b-b54e5c1db076 {
  display: none;
}
#s-1b8dfd65-a40f-4977-879b-b54e5c1db076, #wrap-s-1b8dfd65-a40f-4977-879b-b54e5c1db076 { display:none !important; }}
#s-1374e0d8-e0f8-4ec0-b83f-136451d0015b {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-1374e0d8-e0f8-4ec0-b83f-136451d0015b {
  display: none;
}
#s-1374e0d8-e0f8-4ec0-b83f-136451d0015b, #wrap-s-1374e0d8-e0f8-4ec0-b83f-136451d0015b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1374e0d8-e0f8-4ec0-b83f-136451d0015b {
  display: none;
}
#s-1374e0d8-e0f8-4ec0-b83f-136451d0015b, #wrap-s-1374e0d8-e0f8-4ec0-b83f-136451d0015b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1374e0d8-e0f8-4ec0-b83f-136451d0015b {
  display: none;
}
#s-1374e0d8-e0f8-4ec0-b83f-136451d0015b, #wrap-s-1374e0d8-e0f8-4ec0-b83f-136451d0015b { display:none !important; }}
#s-e5efa66e-401c-48de-8ef8-42ac45500873 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-e5efa66e-401c-48de-8ef8-42ac45500873-btn-wrapper {
    text-align: center;
  }


#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-variant-btn:hover {
  background: #252525;
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-variant-btn:active, #s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-e5efa66e-401c-48de-8ef8-42ac45500873 .shg-variant-btn.disabled {
  background: #252525;
}

#s-7f5a0a1d-2cc3-4a8e-85ad-2b5c4a2d63d8 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-7f5a0a1d-2cc3-4a8e-85ad-2b5c4a2d63d8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-7f5a0a1d-2cc3-4a8e-85ad-2b5c4a2d63d8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-7f5a0a1d-2cc3-4a8e-85ad-2b5c4a2d63d8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-7f5a0a1d-2cc3-4a8e-85ad-2b5c4a2d63d8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-7f5a0a1d-2cc3-4a8e-85ad-2b5c4a2d63d8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-3d1b5ebd-c2d7-4a1b-a5d6-2c724d0bbcf5 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3d1b5ebd-c2d7-4a1b-a5d6-2c724d0bbcf5:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d1b5ebd-c2d7-4a1b-a5d6-2c724d0bbcf5:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-3d1b5ebd-c2d7-4a1b-a5d6-2c724d0bbcf5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d1b5ebd-c2d7-4a1b-a5d6-2c724d0bbcf5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d1b5ebd-c2d7-4a1b-a5d6-2c724d0bbcf5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-3d1b5ebd-c2d7-4a1b-a5d6-2c724d0bbcf5.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-e4b8d597-b60f-43ee-9a43-4153a1efb881 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-e4b8d597-b60f-43ee-9a43-4153a1efb881 {
  display: none;
}
#s-b2434655-1cf0-4518-b63b-6e05d8a197bc {
  text-align: left;
}



.shg-c#s-b2434655-1cf0-4518-b63b-6e05d8a197bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2434655-1cf0-4518-b63b-6e05d8a197bc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b2434655-1cf0-4518-b63b-6e05d8a197bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2434655-1cf0-4518-b63b-6e05d8a197bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2434655-1cf0-4518-b63b-6e05d8a197bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2434655-1cf0-4518-b63b-6e05d8a197bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2434655-1cf0-4518-b63b-6e05d8a197bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2434655-1cf0-4518-b63b-6e05d8a197bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2434655-1cf0-4518-b63b-6e05d8a197bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2434655-1cf0-4518-b63b-6e05d8a197bc img.shogun-image {
  width: 100%;
}



}
#s-24b3e843-8646-43c4-aa04-4ed0533169c1 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-24b3e843-8646-43c4-aa04-4ed0533169c1 {
  margin-top: -8px;
}
}
#s-414f43e7-a44e-4fb6-bcff-d867bbe33f1d {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-3b2ec625-ac12-4352-b749-84c9a8c99f14 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-3b2ec625-ac12-4352-b749-84c9a8c99f14 {
  display: none;
}
#s-3b2ec625-ac12-4352-b749-84c9a8c99f14, #wrap-s-3b2ec625-ac12-4352-b749-84c9a8c99f14 { display:none !important; }}
#s-bda1f23a-1a4d-4fde-a62e-4e5afae44ad2 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-bda1f23a-1a4d-4fde-a62e-4e5afae44ad2 {
  display: none;
}
#s-bda1f23a-1a4d-4fde-a62e-4e5afae44ad2, #wrap-s-bda1f23a-1a4d-4fde-a62e-4e5afae44ad2 { display:none !important; }}
#s-5e06ae66-b7fc-464a-8dee-cedb3db95b12 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-5e06ae66-b7fc-464a-8dee-cedb3db95b12 {
  display: none;
}
#s-5e06ae66-b7fc-464a-8dee-cedb3db95b12, #wrap-s-5e06ae66-b7fc-464a-8dee-cedb3db95b12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e06ae66-b7fc-464a-8dee-cedb3db95b12 {
  display: none;
}
#s-5e06ae66-b7fc-464a-8dee-cedb3db95b12, #wrap-s-5e06ae66-b7fc-464a-8dee-cedb3db95b12 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e06ae66-b7fc-464a-8dee-cedb3db95b12 {
  display: none;
}
#s-5e06ae66-b7fc-464a-8dee-cedb3db95b12, #wrap-s-5e06ae66-b7fc-464a-8dee-cedb3db95b12 { display:none !important; }}
#s-0d9f9e93-302c-4902-9135-f26497413ef1 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-0d9f9e93-302c-4902-9135-f26497413ef1 {
  display: none;
}
#s-0d9f9e93-302c-4902-9135-f26497413ef1, #wrap-s-0d9f9e93-302c-4902-9135-f26497413ef1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d9f9e93-302c-4902-9135-f26497413ef1 {
  display: none;
}
#s-0d9f9e93-302c-4902-9135-f26497413ef1, #wrap-s-0d9f9e93-302c-4902-9135-f26497413ef1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d9f9e93-302c-4902-9135-f26497413ef1 {
  display: none;
}
#s-0d9f9e93-302c-4902-9135-f26497413ef1, #wrap-s-0d9f9e93-302c-4902-9135-f26497413ef1 { display:none !important; }}
#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-7c8cc778-03b2-47f9-8a3b-6effadbe574f-btn-wrapper {
    text-align: center;
  }


#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-variant-btn:hover {
  background: #252525;
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-variant-btn:active, #s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-7c8cc778-03b2-47f9-8a3b-6effadbe574f .shg-variant-btn.disabled {
  background: #252525;
}

#s-37e1ba56-92cc-41a2-92ad-2f3a09118085 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-37e1ba56-92cc-41a2-92ad-2f3a09118085 .shg-product-quantity-wrapper {
  display: flex;
}

#s-37e1ba56-92cc-41a2-92ad-2f3a09118085 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-37e1ba56-92cc-41a2-92ad-2f3a09118085 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-37e1ba56-92cc-41a2-92ad-2f3a09118085 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-37e1ba56-92cc-41a2-92ad-2f3a09118085 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-5f931615-7e64-45f3-9d65-a0ebcdaf5272 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5f931615-7e64-45f3-9d65-a0ebcdaf5272:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5f931615-7e64-45f3-9d65-a0ebcdaf5272:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5f931615-7e64-45f3-9d65-a0ebcdaf5272 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f931615-7e64-45f3-9d65-a0ebcdaf5272.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f931615-7e64-45f3-9d65-a0ebcdaf5272.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-5f931615-7e64-45f3-9d65-a0ebcdaf5272.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-cbc0d1b1-4dd2-465f-92bc-fbc9d46e7e17 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-cbc0d1b1-4dd2-465f-92bc-fbc9d46e7e17 {
  display: none;
}
#s-8c5d02ef-fcc2-4b6a-afcc-6ef27851608c {
  text-align: left;
}



.shg-c#s-8c5d02ef-fcc2-4b6a-afcc-6ef27851608c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c5d02ef-fcc2-4b6a-afcc-6ef27851608c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8c5d02ef-fcc2-4b6a-afcc-6ef27851608c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c5d02ef-fcc2-4b6a-afcc-6ef27851608c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c5d02ef-fcc2-4b6a-afcc-6ef27851608c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c5d02ef-fcc2-4b6a-afcc-6ef27851608c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c5d02ef-fcc2-4b6a-afcc-6ef27851608c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c5d02ef-fcc2-4b6a-afcc-6ef27851608c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8c5d02ef-fcc2-4b6a-afcc-6ef27851608c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c5d02ef-fcc2-4b6a-afcc-6ef27851608c img.shogun-image {
  width: 100%;
}



}
#s-dcb6bb61-dbba-4093-87a2-d690e8595db1 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-dcb6bb61-dbba-4093-87a2-d690e8595db1 {
  margin-top: -8px;
}
}
#s-0d7134b5-2934-4e70-8487-c73a1ce1f2e1 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-65259f02-03dd-4ad7-9ec7-732e87a4930a {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-65259f02-03dd-4ad7-9ec7-732e87a4930a {
  display: none;
}
#s-65259f02-03dd-4ad7-9ec7-732e87a4930a, #wrap-s-65259f02-03dd-4ad7-9ec7-732e87a4930a { display:none !important; }}
#s-d16313cd-de30-4788-93b2-d9c9f7367908 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-d16313cd-de30-4788-93b2-d9c9f7367908 {
  display: none;
}
#s-d16313cd-de30-4788-93b2-d9c9f7367908, #wrap-s-d16313cd-de30-4788-93b2-d9c9f7367908 { display:none !important; }}
#s-d23791c1-d75d-47ff-ad19-422f1af41746 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-d23791c1-d75d-47ff-ad19-422f1af41746 {
  display: none;
}
#s-d23791c1-d75d-47ff-ad19-422f1af41746, #wrap-s-d23791c1-d75d-47ff-ad19-422f1af41746 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d23791c1-d75d-47ff-ad19-422f1af41746 {
  display: none;
}
#s-d23791c1-d75d-47ff-ad19-422f1af41746, #wrap-s-d23791c1-d75d-47ff-ad19-422f1af41746 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d23791c1-d75d-47ff-ad19-422f1af41746 {
  display: none;
}
#s-d23791c1-d75d-47ff-ad19-422f1af41746, #wrap-s-d23791c1-d75d-47ff-ad19-422f1af41746 { display:none !important; }}
#s-fdf20c66-054a-4ab2-8e55-13da40885d18 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-fdf20c66-054a-4ab2-8e55-13da40885d18 {
  display: none;
}
#s-fdf20c66-054a-4ab2-8e55-13da40885d18, #wrap-s-fdf20c66-054a-4ab2-8e55-13da40885d18 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdf20c66-054a-4ab2-8e55-13da40885d18 {
  display: none;
}
#s-fdf20c66-054a-4ab2-8e55-13da40885d18, #wrap-s-fdf20c66-054a-4ab2-8e55-13da40885d18 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fdf20c66-054a-4ab2-8e55-13da40885d18 {
  display: none;
}
#s-fdf20c66-054a-4ab2-8e55-13da40885d18, #wrap-s-fdf20c66-054a-4ab2-8e55-13da40885d18 { display:none !important; }}
#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4ce7afa3-a7d7-46b7-986a-031cabc95104-btn-wrapper {
    text-align: center;
  }


#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-variant-btn:hover {
  background: #252525;
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-variant-btn:active, #s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4ce7afa3-a7d7-46b7-986a-031cabc95104 .shg-variant-btn.disabled {
  background: #252525;
}

#s-e9885673-9eca-4863-8389-da65470722df {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-e9885673-9eca-4863-8389-da65470722df .shg-product-quantity-wrapper {
  display: flex;
}

#s-e9885673-9eca-4863-8389-da65470722df .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e9885673-9eca-4863-8389-da65470722df .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e9885673-9eca-4863-8389-da65470722df .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e9885673-9eca-4863-8389-da65470722df .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-b159cdb7-0e00-4029-98ff-6bf7dc2cdf0d {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b159cdb7-0e00-4029-98ff-6bf7dc2cdf0d:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b159cdb7-0e00-4029-98ff-6bf7dc2cdf0d:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b159cdb7-0e00-4029-98ff-6bf7dc2cdf0d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b159cdb7-0e00-4029-98ff-6bf7dc2cdf0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b159cdb7-0e00-4029-98ff-6bf7dc2cdf0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-b159cdb7-0e00-4029-98ff-6bf7dc2cdf0d.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-ef148ea8-9497-498a-8a9d-2068c10feb71 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-ef148ea8-9497-498a-8a9d-2068c10feb71 {
  display: none;
}
#s-d58b5040-b0a2-43c1-9e78-45853df1a9de {
  text-align: left;
}



.shg-c#s-d58b5040-b0a2-43c1-9e78-45853df1a9de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d58b5040-b0a2-43c1-9e78-45853df1a9de img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d58b5040-b0a2-43c1-9e78-45853df1a9de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d58b5040-b0a2-43c1-9e78-45853df1a9de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d58b5040-b0a2-43c1-9e78-45853df1a9de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d58b5040-b0a2-43c1-9e78-45853df1a9de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d58b5040-b0a2-43c1-9e78-45853df1a9de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d58b5040-b0a2-43c1-9e78-45853df1a9de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d58b5040-b0a2-43c1-9e78-45853df1a9de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d58b5040-b0a2-43c1-9e78-45853df1a9de img.shogun-image {
  width: 100%;
}



}
#s-54ada038-ae6e-456b-ab1d-3f187988ab67 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-54ada038-ae6e-456b-ab1d-3f187988ab67 {
  margin-top: -8px;
}
}
#s-4d928641-c86c-4fcc-b20b-c1bf222eed37 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-85eec58d-5299-47f3-8e77-8b6698611ed6 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-85eec58d-5299-47f3-8e77-8b6698611ed6 {
  display: none;
}
#s-85eec58d-5299-47f3-8e77-8b6698611ed6, #wrap-s-85eec58d-5299-47f3-8e77-8b6698611ed6 { display:none !important; }}
#s-8f7b0bfb-5a7c-42fd-bb07-39392cb66b6b {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-8f7b0bfb-5a7c-42fd-bb07-39392cb66b6b {
  display: none;
}
#s-8f7b0bfb-5a7c-42fd-bb07-39392cb66b6b, #wrap-s-8f7b0bfb-5a7c-42fd-bb07-39392cb66b6b { display:none !important; }}
#s-c33bdd86-ea3f-4de5-81d0-82658ab44add {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-c33bdd86-ea3f-4de5-81d0-82658ab44add {
  display: none;
}
#s-c33bdd86-ea3f-4de5-81d0-82658ab44add, #wrap-s-c33bdd86-ea3f-4de5-81d0-82658ab44add { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c33bdd86-ea3f-4de5-81d0-82658ab44add {
  display: none;
}
#s-c33bdd86-ea3f-4de5-81d0-82658ab44add, #wrap-s-c33bdd86-ea3f-4de5-81d0-82658ab44add { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c33bdd86-ea3f-4de5-81d0-82658ab44add {
  display: none;
}
#s-c33bdd86-ea3f-4de5-81d0-82658ab44add, #wrap-s-c33bdd86-ea3f-4de5-81d0-82658ab44add { display:none !important; }}
#s-0ef9b968-5a57-4adc-b286-97ecd46bc84d {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-0ef9b968-5a57-4adc-b286-97ecd46bc84d {
  display: none;
}
#s-0ef9b968-5a57-4adc-b286-97ecd46bc84d, #wrap-s-0ef9b968-5a57-4adc-b286-97ecd46bc84d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ef9b968-5a57-4adc-b286-97ecd46bc84d {
  display: none;
}
#s-0ef9b968-5a57-4adc-b286-97ecd46bc84d, #wrap-s-0ef9b968-5a57-4adc-b286-97ecd46bc84d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ef9b968-5a57-4adc-b286-97ecd46bc84d {
  display: none;
}
#s-0ef9b968-5a57-4adc-b286-97ecd46bc84d, #wrap-s-0ef9b968-5a57-4adc-b286-97ecd46bc84d { display:none !important; }}
#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18-btn-wrapper {
    text-align: center;
  }


#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-variant-btn:hover {
  background: #252525;
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-variant-btn:active, #s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-cf020ff3-0df8-4e5c-abe9-afe3efa77c18 .shg-variant-btn.disabled {
  background: #252525;
}

#s-1c4503c2-25aa-4dd6-bfc1-a67a4928e1b8 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-1c4503c2-25aa-4dd6-bfc1-a67a4928e1b8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1c4503c2-25aa-4dd6-bfc1-a67a4928e1b8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1c4503c2-25aa-4dd6-bfc1-a67a4928e1b8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1c4503c2-25aa-4dd6-bfc1-a67a4928e1b8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1c4503c2-25aa-4dd6-bfc1-a67a4928e1b8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-69c05a48-e99b-46a9-b965-b3706694573a {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-69c05a48-e99b-46a9-b965-b3706694573a:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-69c05a48-e99b-46a9-b965-b3706694573a:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-69c05a48-e99b-46a9-b965-b3706694573a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69c05a48-e99b-46a9-b965-b3706694573a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69c05a48-e99b-46a9-b965-b3706694573a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-69c05a48-e99b-46a9-b965-b3706694573a.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-919ea6a5-be6a-4601-b413-28d130250e59 {
  margin-left: 43%;
margin-bottom: 20px;
margin-right: 43%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-919ea6a5-be6a-4601-b413-28d130250e59 {
  margin-left: 38%;
margin-right: 38%;
}
}






  #s-919ea6a5-be6a-4601-b413-28d130250e59 img.shogun-image {
    

    
    
    
  }


#s-919ea6a5-be6a-4601-b413-28d130250e59 .shogun-image-content {
  
    align-items: center;
  
}

#s-e908288e-9560-4b17-84e4-4b2bd9c015cc {
  margin-top: 0px;
}
@media (max-width: 767px){#s-e908288e-9560-4b17-84e4-4b2bd9c015cc {
  
}
}
#s-53538b51-0910-4237-95a9-6bafb3d40232 {
  margin-top: 10px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-53538b51-0910-4237-95a9-6bafb3d40232"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-53538b51-0910-4237-95a9-6bafb3d40232"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-53538b51-0910-4237-95a9-6bafb3d40232"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-53538b51-0910-4237-95a9-6bafb3d40232"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-0878287a-867d-46f0-b4c0-0f760fc7e0da {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-0878287a-867d-46f0-b4c0-0f760fc7e0da {
  display: none;
}
#s-038e0d72-8a73-4a1a-ae74-ba9a952700cd {
  text-align: left;
}



.shg-c#s-038e0d72-8a73-4a1a-ae74-ba9a952700cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-038e0d72-8a73-4a1a-ae74-ba9a952700cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-038e0d72-8a73-4a1a-ae74-ba9a952700cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-038e0d72-8a73-4a1a-ae74-ba9a952700cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-038e0d72-8a73-4a1a-ae74-ba9a952700cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-038e0d72-8a73-4a1a-ae74-ba9a952700cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-038e0d72-8a73-4a1a-ae74-ba9a952700cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-038e0d72-8a73-4a1a-ae74-ba9a952700cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-038e0d72-8a73-4a1a-ae74-ba9a952700cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-038e0d72-8a73-4a1a-ae74-ba9a952700cd img.shogun-image {
  width: 100%;
}



}
#s-46a08bab-5d14-4d55-8d90-726797b1f4f2 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-46a08bab-5d14-4d55-8d90-726797b1f4f2 {
  margin-top: -8px;
}
}
#s-20cfb6a9-cde3-4746-b6ba-500f21ed0ba2 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-18408fc0-cd65-4455-abb4-a0eb5cb2ebe5 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-18408fc0-cd65-4455-abb4-a0eb5cb2ebe5 {
  display: none;
}
#s-18408fc0-cd65-4455-abb4-a0eb5cb2ebe5, #wrap-s-18408fc0-cd65-4455-abb4-a0eb5cb2ebe5 { display:none !important; }}
#s-facb91fa-8be5-4469-a05c-fa69eb24630c {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-facb91fa-8be5-4469-a05c-fa69eb24630c {
  display: none;
}
#s-facb91fa-8be5-4469-a05c-fa69eb24630c, #wrap-s-facb91fa-8be5-4469-a05c-fa69eb24630c { display:none !important; }}
#s-f60ea3fc-2644-4262-8fe3-9adbbd2604ee {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-f60ea3fc-2644-4262-8fe3-9adbbd2604ee {
  display: none;
}
#s-f60ea3fc-2644-4262-8fe3-9adbbd2604ee, #wrap-s-f60ea3fc-2644-4262-8fe3-9adbbd2604ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f60ea3fc-2644-4262-8fe3-9adbbd2604ee {
  display: none;
}
#s-f60ea3fc-2644-4262-8fe3-9adbbd2604ee, #wrap-s-f60ea3fc-2644-4262-8fe3-9adbbd2604ee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f60ea3fc-2644-4262-8fe3-9adbbd2604ee {
  display: none;
}
#s-f60ea3fc-2644-4262-8fe3-9adbbd2604ee, #wrap-s-f60ea3fc-2644-4262-8fe3-9adbbd2604ee { display:none !important; }}
#s-a62c4edc-2a58-4a65-b65e-76943a790d58 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-a62c4edc-2a58-4a65-b65e-76943a790d58 {
  display: none;
}
#s-a62c4edc-2a58-4a65-b65e-76943a790d58, #wrap-s-a62c4edc-2a58-4a65-b65e-76943a790d58 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a62c4edc-2a58-4a65-b65e-76943a790d58 {
  display: none;
}
#s-a62c4edc-2a58-4a65-b65e-76943a790d58, #wrap-s-a62c4edc-2a58-4a65-b65e-76943a790d58 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a62c4edc-2a58-4a65-b65e-76943a790d58 {
  display: none;
}
#s-a62c4edc-2a58-4a65-b65e-76943a790d58, #wrap-s-a62c4edc-2a58-4a65-b65e-76943a790d58 { display:none !important; }}
#s-10def082-be96-4139-8165-4e375e157998 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-10def082-be96-4139-8165-4e375e157998-btn-wrapper {
    text-align: center;
  }


#s-10def082-be96-4139-8165-4e375e157998 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-variant-btn:hover {
  background: #252525;
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-variant-btn:active, #s-10def082-be96-4139-8165-4e375e157998 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-10def082-be96-4139-8165-4e375e157998 .shg-variant-btn.disabled {
  background: #252525;
}

#s-b758222d-cf7b-45bb-b1cc-80862740b72d {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-b758222d-cf7b-45bb-b1cc-80862740b72d .shg-product-quantity-wrapper {
  display: flex;
}

#s-b758222d-cf7b-45bb-b1cc-80862740b72d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b758222d-cf7b-45bb-b1cc-80862740b72d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b758222d-cf7b-45bb-b1cc-80862740b72d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b758222d-cf7b-45bb-b1cc-80862740b72d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-3094d1a4-3f0e-457c-9db3-4fb7c4fb76f5 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3094d1a4-3f0e-457c-9db3-4fb7c4fb76f5:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3094d1a4-3f0e-457c-9db3-4fb7c4fb76f5:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-3094d1a4-3f0e-457c-9db3-4fb7c4fb76f5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3094d1a4-3f0e-457c-9db3-4fb7c4fb76f5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3094d1a4-3f0e-457c-9db3-4fb7c4fb76f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-3094d1a4-3f0e-457c-9db3-4fb7c4fb76f5.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-8b7401f2-1d73-44c1-a7b6-6716b97361d5 {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-8b7401f2-1d73-44c1-a7b6-6716b97361d5 {
  display: none;
}
#s-4b0c6768-abe8-48b9-9918-8793bd6f152f {
  text-align: left;
}



.shg-c#s-4b0c6768-abe8-48b9-9918-8793bd6f152f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b0c6768-abe8-48b9-9918-8793bd6f152f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4b0c6768-abe8-48b9-9918-8793bd6f152f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b0c6768-abe8-48b9-9918-8793bd6f152f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b0c6768-abe8-48b9-9918-8793bd6f152f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b0c6768-abe8-48b9-9918-8793bd6f152f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b0c6768-abe8-48b9-9918-8793bd6f152f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b0c6768-abe8-48b9-9918-8793bd6f152f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b0c6768-abe8-48b9-9918-8793bd6f152f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b0c6768-abe8-48b9-9918-8793bd6f152f img.shogun-image {
  width: 100%;
}



}
#s-714f030e-791b-4ad5-8ea2-8d748bba2a46 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-714f030e-791b-4ad5-8ea2-8d748bba2a46 {
  margin-top: -8px;
}
}
#s-80680707-9880-4033-9b58-215e51e2d832 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-c05b8c0a-5cd9-429d-868c-fe3ebc8b6fce {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-c05b8c0a-5cd9-429d-868c-fe3ebc8b6fce {
  display: none;
}
#s-c05b8c0a-5cd9-429d-868c-fe3ebc8b6fce, #wrap-s-c05b8c0a-5cd9-429d-868c-fe3ebc8b6fce { display:none !important; }}
#s-afe99e51-4ffe-4b65-96b5-5b0b41bc2b30 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-afe99e51-4ffe-4b65-96b5-5b0b41bc2b30 {
  display: none;
}
#s-afe99e51-4ffe-4b65-96b5-5b0b41bc2b30, #wrap-s-afe99e51-4ffe-4b65-96b5-5b0b41bc2b30 { display:none !important; }}
#s-8cf2b191-b4be-46eb-b3da-de45466bed0b {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-8cf2b191-b4be-46eb-b3da-de45466bed0b {
  display: none;
}
#s-8cf2b191-b4be-46eb-b3da-de45466bed0b, #wrap-s-8cf2b191-b4be-46eb-b3da-de45466bed0b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cf2b191-b4be-46eb-b3da-de45466bed0b {
  display: none;
}
#s-8cf2b191-b4be-46eb-b3da-de45466bed0b, #wrap-s-8cf2b191-b4be-46eb-b3da-de45466bed0b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cf2b191-b4be-46eb-b3da-de45466bed0b {
  display: none;
}
#s-8cf2b191-b4be-46eb-b3da-de45466bed0b, #wrap-s-8cf2b191-b4be-46eb-b3da-de45466bed0b { display:none !important; }}
#s-f58deba2-39a5-438d-8977-9316fb79baf9 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-f58deba2-39a5-438d-8977-9316fb79baf9 {
  display: none;
}
#s-f58deba2-39a5-438d-8977-9316fb79baf9, #wrap-s-f58deba2-39a5-438d-8977-9316fb79baf9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f58deba2-39a5-438d-8977-9316fb79baf9 {
  display: none;
}
#s-f58deba2-39a5-438d-8977-9316fb79baf9, #wrap-s-f58deba2-39a5-438d-8977-9316fb79baf9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f58deba2-39a5-438d-8977-9316fb79baf9 {
  display: none;
}
#s-f58deba2-39a5-438d-8977-9316fb79baf9, #wrap-s-f58deba2-39a5-438d-8977-9316fb79baf9 { display:none !important; }}
#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-a3a3bcc5-f83b-4948-a89f-7d7364467de8-btn-wrapper {
    text-align: center;
  }


#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-variant-btn:hover {
  background: #252525;
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-variant-btn:active, #s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-a3a3bcc5-f83b-4948-a89f-7d7364467de8 .shg-variant-btn.disabled {
  background: #252525;
}

#s-ef36e2ab-d0cf-4b88-9dca-919bef730d62 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-ef36e2ab-d0cf-4b88-9dca-919bef730d62 .shg-product-quantity-wrapper {
  display: flex;
}

#s-ef36e2ab-d0cf-4b88-9dca-919bef730d62 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-ef36e2ab-d0cf-4b88-9dca-919bef730d62 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-ef36e2ab-d0cf-4b88-9dca-919bef730d62 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-ef36e2ab-d0cf-4b88-9dca-919bef730d62 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-091d1bef-34dd-4efc-b737-5cb196944196 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-091d1bef-34dd-4efc-b737-5cb196944196:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-091d1bef-34dd-4efc-b737-5cb196944196:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-091d1bef-34dd-4efc-b737-5cb196944196 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-091d1bef-34dd-4efc-b737-5cb196944196.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-091d1bef-34dd-4efc-b737-5cb196944196.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-091d1bef-34dd-4efc-b737-5cb196944196.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-7926ca52-6794-4a65-b2bb-4ba1f3318201 {
  margin-top: 10px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-7926ca52-6794-4a65-b2bb-4ba1f3318201"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7926ca52-6794-4a65-b2bb-4ba1f3318201"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7926ca52-6794-4a65-b2bb-4ba1f3318201"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7926ca52-6794-4a65-b2bb-4ba1f3318201"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-49c42df0-9c85-4cca-baf7-7c5e30158ddf {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-49c42df0-9c85-4cca-baf7-7c5e30158ddf {
  display: none;
}
#s-00fd3278-8420-4a59-92f2-5ea624c6c41e {
  text-align: left;
}



.shg-c#s-00fd3278-8420-4a59-92f2-5ea624c6c41e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00fd3278-8420-4a59-92f2-5ea624c6c41e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-00fd3278-8420-4a59-92f2-5ea624c6c41e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00fd3278-8420-4a59-92f2-5ea624c6c41e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-00fd3278-8420-4a59-92f2-5ea624c6c41e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00fd3278-8420-4a59-92f2-5ea624c6c41e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-00fd3278-8420-4a59-92f2-5ea624c6c41e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00fd3278-8420-4a59-92f2-5ea624c6c41e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-00fd3278-8420-4a59-92f2-5ea624c6c41e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-00fd3278-8420-4a59-92f2-5ea624c6c41e img.shogun-image {
  width: 100%;
}



}
#s-3492eda2-b9dc-4e6a-b45d-f5b271dc6337 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-3492eda2-b9dc-4e6a-b45d-f5b271dc6337 {
  margin-top: -8px;
}
}
#s-1c812c15-1934-4b3d-a399-a7f3100c6986 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-2bea97fb-e493-4e9a-82d0-37a0b63d5cac {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-2bea97fb-e493-4e9a-82d0-37a0b63d5cac {
  display: none;
}
#s-2bea97fb-e493-4e9a-82d0-37a0b63d5cac, #wrap-s-2bea97fb-e493-4e9a-82d0-37a0b63d5cac { display:none !important; }}
#s-d3d462ef-e270-4a59-a617-f1770026e12b {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-d3d462ef-e270-4a59-a617-f1770026e12b {
  display: none;
}
#s-d3d462ef-e270-4a59-a617-f1770026e12b, #wrap-s-d3d462ef-e270-4a59-a617-f1770026e12b { display:none !important; }}
#s-5e73be4c-32b1-4074-bf98-7ffdbf320a79 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-5e73be4c-32b1-4074-bf98-7ffdbf320a79 {
  display: none;
}
#s-5e73be4c-32b1-4074-bf98-7ffdbf320a79, #wrap-s-5e73be4c-32b1-4074-bf98-7ffdbf320a79 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e73be4c-32b1-4074-bf98-7ffdbf320a79 {
  display: none;
}
#s-5e73be4c-32b1-4074-bf98-7ffdbf320a79, #wrap-s-5e73be4c-32b1-4074-bf98-7ffdbf320a79 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e73be4c-32b1-4074-bf98-7ffdbf320a79 {
  display: none;
}
#s-5e73be4c-32b1-4074-bf98-7ffdbf320a79, #wrap-s-5e73be4c-32b1-4074-bf98-7ffdbf320a79 { display:none !important; }}
#s-1e526d6e-021b-4ec7-b4a6-fc209c788429 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-1e526d6e-021b-4ec7-b4a6-fc209c788429 {
  display: none;
}
#s-1e526d6e-021b-4ec7-b4a6-fc209c788429, #wrap-s-1e526d6e-021b-4ec7-b4a6-fc209c788429 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e526d6e-021b-4ec7-b4a6-fc209c788429 {
  display: none;
}
#s-1e526d6e-021b-4ec7-b4a6-fc209c788429, #wrap-s-1e526d6e-021b-4ec7-b4a6-fc209c788429 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e526d6e-021b-4ec7-b4a6-fc209c788429 {
  display: none;
}
#s-1e526d6e-021b-4ec7-b4a6-fc209c788429, #wrap-s-1e526d6e-021b-4ec7-b4a6-fc209c788429 { display:none !important; }}
#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f-btn-wrapper {
    text-align: center;
  }


#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-variant-btn:hover {
  background: #252525;
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-variant-btn:active, #s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-786c2ebc-e28c-4e89-8ba4-aa4db2a10e9f .shg-variant-btn.disabled {
  background: #252525;
}

#s-1268c04f-5f0e-4556-9b4b-77775cf421ec {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-1268c04f-5f0e-4556-9b4b-77775cf421ec .shg-product-quantity-wrapper {
  display: flex;
}

#s-1268c04f-5f0e-4556-9b4b-77775cf421ec .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1268c04f-5f0e-4556-9b4b-77775cf421ec .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1268c04f-5f0e-4556-9b4b-77775cf421ec .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1268c04f-5f0e-4556-9b4b-77775cf421ec .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-a68e0059-a5e6-4ecb-9fd1-6dcfef05fe82 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a68e0059-a5e6-4ecb-9fd1-6dcfef05fe82:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a68e0059-a5e6-4ecb-9fd1-6dcfef05fe82:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a68e0059-a5e6-4ecb-9fd1-6dcfef05fe82 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a68e0059-a5e6-4ecb-9fd1-6dcfef05fe82.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a68e0059-a5e6-4ecb-9fd1-6dcfef05fe82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-a68e0059-a5e6-4ecb-9fd1-6dcfef05fe82.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-8cc742b0-d96b-4b07-9fb8-90d0d1fd921b {
  box-shadow:4px 4px 3px 1px rgba(138, 138, 138, 0.14);
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(216, 216, 216, 0.41);
border-style: solid;
border-radius: 15px;
}

#s-8cc742b0-d96b-4b07-9fb8-90d0d1fd921b {
  display: none;
}
#s-fbb707bf-1da7-450b-874c-ca7d75105a28 {
  text-align: left;
}



.shg-c#s-fbb707bf-1da7-450b-874c-ca7d75105a28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb707bf-1da7-450b-874c-ca7d75105a28 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fbb707bf-1da7-450b-874c-ca7d75105a28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb707bf-1da7-450b-874c-ca7d75105a28 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fbb707bf-1da7-450b-874c-ca7d75105a28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb707bf-1da7-450b-874c-ca7d75105a28 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fbb707bf-1da7-450b-874c-ca7d75105a28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb707bf-1da7-450b-874c-ca7d75105a28 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fbb707bf-1da7-450b-874c-ca7d75105a28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fbb707bf-1da7-450b-874c-ca7d75105a28 img.shogun-image {
  width: 100%;
}



}
#s-e1a70efc-12cc-4483-bbba-e3b28c30d921 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: -25px;
margin-right: 2%;
}
@media (max-width: 767px){#s-e1a70efc-12cc-4483-bbba-e3b28c30d921 {
  margin-top: -8px;
}
}
#s-3f0c32e3-22ea-45e7-aecd-529986ab82ba {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: -10px;
margin-right: 3%;
}

#s-7403144d-bdaf-4a1e-8bf8-7cc4cdc4d05e {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-7403144d-bdaf-4a1e-8bf8-7cc4cdc4d05e {
  display: none;
}
#s-7403144d-bdaf-4a1e-8bf8-7cc4cdc4d05e, #wrap-s-7403144d-bdaf-4a1e-8bf8-7cc4cdc4d05e { display:none !important; }}
#s-3bf65129-7b12-4c15-8652-f5753e1e4062 {
  margin-top: -20px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (max-width: 767px){#s-3bf65129-7b12-4c15-8652-f5753e1e4062 {
  display: none;
}
#s-3bf65129-7b12-4c15-8652-f5753e1e4062, #wrap-s-3bf65129-7b12-4c15-8652-f5753e1e4062 { display:none !important; }}
#s-343f4960-315a-4049-a40c-4328ac83b7e9 {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-343f4960-315a-4049-a40c-4328ac83b7e9 {
  display: none;
}
#s-343f4960-315a-4049-a40c-4328ac83b7e9, #wrap-s-343f4960-315a-4049-a40c-4328ac83b7e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-343f4960-315a-4049-a40c-4328ac83b7e9 {
  display: none;
}
#s-343f4960-315a-4049-a40c-4328ac83b7e9, #wrap-s-343f4960-315a-4049-a40c-4328ac83b7e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-343f4960-315a-4049-a40c-4328ac83b7e9 {
  display: none;
}
#s-343f4960-315a-4049-a40c-4328ac83b7e9, #wrap-s-343f4960-315a-4049-a40c-4328ac83b7e9 { display:none !important; }}
#s-388ad689-4b41-445f-9857-4f6d6794699b {
  margin-top: -25px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
}
@media (min-width: 1200px){#s-388ad689-4b41-445f-9857-4f6d6794699b {
  display: none;
}
#s-388ad689-4b41-445f-9857-4f6d6794699b, #wrap-s-388ad689-4b41-445f-9857-4f6d6794699b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-388ad689-4b41-445f-9857-4f6d6794699b {
  display: none;
}
#s-388ad689-4b41-445f-9857-4f6d6794699b, #wrap-s-388ad689-4b41-445f-9857-4f6d6794699b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-388ad689-4b41-445f-9857-4f6d6794699b {
  display: none;
}
#s-388ad689-4b41-445f-9857-4f6d6794699b, #wrap-s-388ad689-4b41-445f-9857-4f6d6794699b { display:none !important; }}
#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 7px;
margin-right: 1%;
text-align: left;
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 5px;
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900-btn-wrapper {
    text-align: center;
  }


#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-variant-btn:hover {
  background: #252525;
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-variant-btn:active, #s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-cb9d0d1f-09c3-4b41-af82-fc5c2a915900 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2a47487b-b911-41cc-8c3f-97bf77ba2913 {
  margin-top: 3px;
margin-left: 2%;
margin-right: 2%;
text-align: left;
}

#s-2a47487b-b911-41cc-8c3f-97bf77ba2913 .shg-product-quantity-wrapper {
  display: flex;
}

#s-2a47487b-b911-41cc-8c3f-97bf77ba2913 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2a47487b-b911-41cc-8c3f-97bf77ba2913 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2a47487b-b911-41cc-8c3f-97bf77ba2913 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2a47487b-b911-41cc-8c3f-97bf77ba2913 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-5eaa607f-fb27-4d04-abef-23e0c5c5ecd0 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 15px;
background-color: rgba(0, 118, 221, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5eaa607f-fb27-4d04-abef-23e0c5c5ecd0:hover {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5eaa607f-fb27-4d04-abef-23e0c5c5ecd0:active {background-color: rgba(0, 89, 166, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5eaa607f-fb27-4d04-abef-23e0c5c5ecd0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5eaa607f-fb27-4d04-abef-23e0c5c5ecd0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5eaa607f-fb27-4d04-abef-23e0c5c5ecd0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  block ;
}

#s-5eaa607f-fb27-4d04-abef-23e0c5c5ecd0.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Prompt;
  
  
  
}



#s-43c622d7-66c1-433b-b718-6b1b06492d50 {
  margin-left: 43%;
margin-bottom: 20px;
margin-right: 43%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-43c622d7-66c1-433b-b718-6b1b06492d50 {
  margin-left: 38%;
margin-right: 38%;
}
}






  #s-43c622d7-66c1-433b-b718-6b1b06492d50 img.shogun-image {
    

    
    
    
  }


#s-43c622d7-66c1-433b-b718-6b1b06492d50 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5941df1-5799-463e-8e70-8143f8660311 {
  min-height: 50px;
}








#s-d5941df1-5799-463e-8e70-8143f8660311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5941df1-5799-463e-8e70-8143f8660311.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-027c072f-d7d6-419a-9c20-9a8bad2e8d8e {
  margin-left: 43%;
margin-bottom: 20px;
margin-right: 43%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-027c072f-d7d6-419a-9c20-9a8bad2e8d8e {
  margin-left: 38%;
margin-right: 38%;
}
}






  #s-027c072f-d7d6-419a-9c20-9a8bad2e8d8e img.shogun-image {
    

    
    
    
  }


#s-027c072f-d7d6-419a-9c20-9a8bad2e8d8e .shogun-image-content {
  
    align-items: center;
  
}

#s-21c3c68e-920d-4749-9287-3fb009295688 {
  margin-bottom: 40px;
}

#s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454 {
  text-align: center;
}
@media (min-width: 1200px){#s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454 {
  display: none;
}
#s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454, #wrap-s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454 {
  display: none;
}
#s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454, #wrap-s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454 {
  display: none;
}
#s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454, #wrap-s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454 { display:none !important; }}@media (max-width: 767px){#s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454 {
  display: none;
}
#s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454, #wrap-s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454 { display:none !important; }}






  #s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454 img.shogun-image {
    

    
    
    
  }


#s-204fa2fa-7cd0-4d2a-be93-8f0b8a779454 .shogun-image-content {
  
    align-items: center;
  
}

#s-74b29339-6d8c-44db-86de-7c1358a8db6f {
  text-align: center;
}
@media (min-width: 1200px){#s-74b29339-6d8c-44db-86de-7c1358a8db6f {
  display: none;
}
#s-74b29339-6d8c-44db-86de-7c1358a8db6f, #wrap-s-74b29339-6d8c-44db-86de-7c1358a8db6f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74b29339-6d8c-44db-86de-7c1358a8db6f {
  display: none;
}
#s-74b29339-6d8c-44db-86de-7c1358a8db6f, #wrap-s-74b29339-6d8c-44db-86de-7c1358a8db6f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74b29339-6d8c-44db-86de-7c1358a8db6f {
  display: none;
}
#s-74b29339-6d8c-44db-86de-7c1358a8db6f, #wrap-s-74b29339-6d8c-44db-86de-7c1358a8db6f { display:none !important; }}@media (max-width: 767px){#s-74b29339-6d8c-44db-86de-7c1358a8db6f {
  display: none;
}
#s-74b29339-6d8c-44db-86de-7c1358a8db6f, #wrap-s-74b29339-6d8c-44db-86de-7c1358a8db6f { display:none !important; }}






  #s-74b29339-6d8c-44db-86de-7c1358a8db6f img.shogun-image {
    

    
    
    
  }


#s-74b29339-6d8c-44db-86de-7c1358a8db6f .shogun-image-content {
  
    align-items: center;
  
}

#s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf {
  text-align: center;
}
@media (min-width: 1200px){#s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf {
  display: none;
}
#s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf, #wrap-s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf {
  display: none;
}
#s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf, #wrap-s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf {
  display: none;
}
#s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf, #wrap-s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf { display:none !important; }}@media (max-width: 767px){#s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf {
  display: none;
}
#s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf, #wrap-s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf { display:none !important; }}






  #s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf img.shogun-image {
    

    
    
    
  }


#s-2397335f-9bd5-4f8b-abc4-26fc9ffbffcf .shogun-image-content {
  
    align-items: center;
  
}

#s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6 {
  text-align: center;
}
@media (min-width: 1200px){#s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6 {
  display: none;
}
#s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6, #wrap-s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6 {
  display: none;
}
#s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6, #wrap-s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6 {
  display: none;
}
#s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6, #wrap-s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6 { display:none !important; }}@media (max-width: 767px){#s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6 {
  display: none;
}
#s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6, #wrap-s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6 { display:none !important; }}






  #s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6 img.shogun-image {
    

    
    
    
  }


#s-40e462ca-ab73-4f0d-86dd-f1a95e6823d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-49232f61-4ec5-4eae-9c57-68548d901dfc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(39, 111, 97, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 52, 97, 1);
}
@media (max-width: 767px){#s-49232f61-4ec5-4eae-9c57-68548d901dfc {
  min-height: 85px;
}
}







#s-49232f61-4ec5-4eae-9c57-68548d901dfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49232f61-4ec5-4eae-9c57-68548d901dfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94060aa1-3afb-4f72-abfc-c4dc12859d80 {
  margin-top: 20px;
margin-left: 8%;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-94060aa1-3afb-4f72-abfc-c4dc12859d80 {
  margin-left: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94060aa1-3afb-4f72-abfc-c4dc12859d80 {
  margin-left: 2%;
display: none;
}
#s-94060aa1-3afb-4f72-abfc-c4dc12859d80, #wrap-s-94060aa1-3afb-4f72-abfc-c4dc12859d80 { display:none !important; }}@media (max-width: 767px){#s-94060aa1-3afb-4f72-abfc-c4dc12859d80 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
display: none;
}
#s-94060aa1-3afb-4f72-abfc-c4dc12859d80, #wrap-s-94060aa1-3afb-4f72-abfc-c4dc12859d80 { display:none !important; }}
@media (min-width: 0px) {
[id="s-94060aa1-3afb-4f72-abfc-c4dc12859d80"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-94060aa1-3afb-4f72-abfc-c4dc12859d80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-94060aa1-3afb-4f72-abfc-c4dc12859d80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-94060aa1-3afb-4f72-abfc-c4dc12859d80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

#s-552ffd4a-9dbf-4052-8626-f4e74e0722e5 {
  text-align: center;
}
@media (min-width: 1200px){#s-552ffd4a-9dbf-4052-8626-f4e74e0722e5 {
  max-width: 275px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-552ffd4a-9dbf-4052-8626-f4e74e0722e5 {
  max-width: 275px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-552ffd4a-9dbf-4052-8626-f4e74e0722e5 {
  max-width: 200px;
}
}






  #s-552ffd4a-9dbf-4052-8626-f4e74e0722e5 img.shogun-image {
    

    
    
    
  }


#s-552ffd4a-9dbf-4052-8626-f4e74e0722e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-af456f80-3bdc-4554-bd45-1e8e9d896538 {
  text-align: center;
}
@media (min-width: 1200px){#s-af456f80-3bdc-4554-bd45-1e8e9d896538 {
  max-width: 275px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af456f80-3bdc-4554-bd45-1e8e9d896538 {
  max-width: 275px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-af456f80-3bdc-4554-bd45-1e8e9d896538 {
  max-width: 200px;
}
}






  #s-af456f80-3bdc-4554-bd45-1e8e9d896538 img.shogun-image {
    

    
    
    
  }


#s-af456f80-3bdc-4554-bd45-1e8e9d896538 .shogun-image-content {
  
    align-items: center;
  
}

#s-12672511-7be1-42a4-bc84-b29996372c0c {
  margin-top: 0px;
margin-bottom: -20px;
max-width: 280px;
text-align: center;
}
@media (max-width: 767px){#s-12672511-7be1-42a4-bc84-b29996372c0c {
  max-width: 150px;
}
}






  #s-12672511-7be1-42a4-bc84-b29996372c0c img.shogun-image {
    

    
    
    
  }


#s-12672511-7be1-42a4-bc84-b29996372c0c .shogun-image-content {
  
    align-items: center;
  
}

#s-bdff841f-1f97-4354-a063-879096c654d3 {
  margin-top: 0px;
margin-bottom: -20px;
max-width: 280px;
text-align: center;
}
@media (max-width: 767px){#s-bdff841f-1f97-4354-a063-879096c654d3 {
  max-width: 150px;
}
}






  #s-bdff841f-1f97-4354-a063-879096c654d3 img.shogun-image {
    

    
    
    
  }


#s-bdff841f-1f97-4354-a063-879096c654d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546 {
  margin-left: 0%;
}
@media (min-width: 1200px){#s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546 {
  display: none;
}
#s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546, #wrap-s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546 {
  display: none;
}
#s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546, #wrap-s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546 {
  
}
}@media (max-width: 767px){#s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546 {
  margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3cfa1ee-be7f-409c-b7b5-7b19c0777546"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

#s-4321e582-9aad-48e3-b973-efd0e687f21d {
  margin-top: -20px;
margin-bottom: -20px;
text-align: center;
}
@media (min-width: 1200px){#s-4321e582-9aad-48e3-b973-efd0e687f21d {
  max-width: 275px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4321e582-9aad-48e3-b973-efd0e687f21d {
  max-width: 275px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4321e582-9aad-48e3-b973-efd0e687f21d {
  max-width: 200px;
}
}






  #s-4321e582-9aad-48e3-b973-efd0e687f21d img.shogun-image {
    

    
    
    
  }


#s-4321e582-9aad-48e3-b973-efd0e687f21d .shogun-image-content {
  
    align-items: center;
  
}

#s-afea18ca-033e-473b-9f93-83306d3e9470 {
  margin-top: -20px;
margin-bottom: -20px;
text-align: center;
}
@media (min-width: 1200px){#s-afea18ca-033e-473b-9f93-83306d3e9470 {
  max-width: 275px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afea18ca-033e-473b-9f93-83306d3e9470 {
  max-width: 275px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-afea18ca-033e-473b-9f93-83306d3e9470 {
  max-width: 200px;
}
}






  #s-afea18ca-033e-473b-9f93-83306d3e9470 img.shogun-image {
    

    
    
    
  }


#s-afea18ca-033e-473b-9f93-83306d3e9470 .shogun-image-content {
  
    align-items: center;
  
}

#s-6995255e-2cb4-4fa1-b0ef-9cb114248707 {
  margin-top: -20px;
margin-bottom: -20px;
max-width: 280px;
text-align: center;
}
@media (max-width: 767px){#s-6995255e-2cb4-4fa1-b0ef-9cb114248707 {
  max-width: 150px;
}
}






  #s-6995255e-2cb4-4fa1-b0ef-9cb114248707 img.shogun-image {
    

    
    
    
  }


#s-6995255e-2cb4-4fa1-b0ef-9cb114248707 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a7fceb7-eb08-45bf-b723-939a9bf64ad3 {
  margin-top: -20px;
margin-bottom: -20px;
max-width: 280px;
text-align: center;
}
@media (max-width: 767px){#s-2a7fceb7-eb08-45bf-b723-939a9bf64ad3 {
  max-width: 150px;
}
}






  #s-2a7fceb7-eb08-45bf-b723-939a9bf64ad3 img.shogun-image {
    

    
    
    
  }


#s-2a7fceb7-eb08-45bf-b723-939a9bf64ad3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e8badf9-b740-4817-81da-068b3712bf4a {
  text-align: left;
}

#s-628fd47e-673c-4a35-8444-62fc41e81676 {
  margin-top: 10px;
background-color: rgba(0, 52, 97, 1);
}

@media (min-width: 0px) {
[id="s-628fd47e-673c-4a35-8444-62fc41e81676"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-628fd47e-673c-4a35-8444-62fc41e81676"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-628fd47e-673c-4a35-8444-62fc41e81676"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-628fd47e-673c-4a35-8444-62fc41e81676"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-628fd47e-673c-4a35-8444-62fc41e81676"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-9cad6051-75b7-4c73-a383-f05aa5a9639b {
  margin-top: 35%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9cad6051-75b7-4c73-a383-f05aa5a9639b {
  margin-top: 25%;
}
}@media (max-width: 767px){#s-9cad6051-75b7-4c73-a383-f05aa5a9639b {
  margin-top: 5%;
margin-left: 0%;
}
}
#s-9cad6051-75b7-4c73-a383-f05aa5a9639b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-a5f5e5bf-4948-4feb-85d7-7099ef7980d8 {
  margin-top: -20px;
margin-left: 48%;
margin-bottom: 0px;
margin-right: 48%;
}

#s-a5f5e5bf-4948-4feb-85d7-7099ef7980d8 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-a00c9ec2-2b7e-4d51-8275-d25f3ed7574a {
  margin-top: -10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a00c9ec2-2b7e-4d51-8275-d25f3ed7574a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



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

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

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

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

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

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

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

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

#s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3 {
  border-style: solid;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 79, 69, 1) !important;}#s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3:active {background-color: rgba(27, 79, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3-root {
    text-align: center;
  }


#s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3-root {
    text-align: center;
  }


#s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3-root {
    text-align: center;
  }


#s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3-root {
    text-align: center;
  }


#s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3-root {
    text-align: center;
  }


#s-b827a0f3-b468-40bc-9e8c-ebc77e72eca3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
}
#s-443d5cd3-abb6-439b-a3d4-21daf44115d0 {
  text-align: left;
}

#s-5f020657-0ecf-4f9e-bf7e-5dcaa08414d6 {
  background-color: rgba(0, 52, 97, 1);
}

@media (min-width: 0px) {
[id="s-5f020657-0ecf-4f9e-bf7e-5dcaa08414d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f020657-0ecf-4f9e-bf7e-5dcaa08414d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5f020657-0ecf-4f9e-bf7e-5dcaa08414d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f020657-0ecf-4f9e-bf7e-5dcaa08414d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ca976b9e-0c9a-4f34-897a-19c195b054bb {
  text-align: left;
}

#s-ac9615a4-677c-4dfa-9cfd-8000f2653351 {
  margin-top: 35%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac9615a4-677c-4dfa-9cfd-8000f2653351 {
  margin-top: 25%;
}
}@media (max-width: 767px){#s-ac9615a4-677c-4dfa-9cfd-8000f2653351 {
  margin-top: 5%;
margin-left: 0%;
}
}
#s-ac9615a4-677c-4dfa-9cfd-8000f2653351 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2cfcfb72-3bcc-4e8d-aa5f-54a089672b8e {
  margin-top: -20px;
margin-left: 48%;
margin-bottom: 0px;
margin-right: 48%;
}

#s-2cfcfb72-3bcc-4e8d-aa5f-54a089672b8e hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-dbed2007-1b0c-44e3-a574-3fa560b8358b {
  margin-top: -10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbed2007-1b0c-44e3-a574-3fa560b8358b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e4bcccb3-2d1f-456b-bc31-451c9261e2db {
  border-style: solid;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e4bcccb3-2d1f-456b-bc31-451c9261e2db:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(27, 79, 69, 1) !important;}#s-e4bcccb3-2d1f-456b-bc31-451c9261e2db:active {background-color: rgba(27, 79, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e4bcccb3-2d1f-456b-bc31-451c9261e2db-root {
    text-align: center;
  }


#s-e4bcccb3-2d1f-456b-bc31-451c9261e2db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4bcccb3-2d1f-456b-bc31-451c9261e2db-root {
    text-align: center;
  }


#s-e4bcccb3-2d1f-456b-bc31-451c9261e2db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4bcccb3-2d1f-456b-bc31-451c9261e2db-root {
    text-align: center;
  }


#s-e4bcccb3-2d1f-456b-bc31-451c9261e2db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4bcccb3-2d1f-456b-bc31-451c9261e2db-root {
    text-align: center;
  }


#s-e4bcccb3-2d1f-456b-bc31-451c9261e2db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4bcccb3-2d1f-456b-bc31-451c9261e2db-root {
    text-align: center;
  }


#s-e4bcccb3-2d1f-456b-bc31-451c9261e2db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
}
#s-8d9944ee-4089-4bda-ade1-8ffc1be0e945 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8d9944ee-4089-4bda-ade1-8ffc1be0e945 {
  display: none;
}
#s-8d9944ee-4089-4bda-ade1-8ffc1be0e945, #wrap-s-8d9944ee-4089-4bda-ade1-8ffc1be0e945 { display:none !important; }}@media (max-width: 767px){#s-8d9944ee-4089-4bda-ade1-8ffc1be0e945 {
  display: none;
}
#s-8d9944ee-4089-4bda-ade1-8ffc1be0e945, #wrap-s-8d9944ee-4089-4bda-ade1-8ffc1be0e945 { display:none !important; }}







#s-8d9944ee-4089-4bda-ade1-8ffc1be0e945 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d9944ee-4089-4bda-ade1-8ffc1be0e945.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc43d10c-81b7-48c5-b43c-67f1c18ec560 {
  margin-top: 35px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc43d10c-81b7-48c5-b43c-67f1c18ec560 {
  
}
}@media (max-width: 767px){#s-bc43d10c-81b7-48c5-b43c-67f1c18ec560 {
  margin-left: 0%;
}
}
#s-bc43d10c-81b7-48c5-b43c-67f1c18ec560 .shogun-heading-component h2 {
  color: rgba(66, 63, 63, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-c8080b3c-37ca-4262-bad5-c6f957827df1 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8080b3c-37ca-4262-bad5-c6f957827df1 {
  display: none;
}
#s-c8080b3c-37ca-4262-bad5-c6f957827df1, #wrap-s-c8080b3c-37ca-4262-bad5-c6f957827df1 { display:none !important; }}@media (max-width: 767px){#s-c8080b3c-37ca-4262-bad5-c6f957827df1 {
  display: none;
}
#s-c8080b3c-37ca-4262-bad5-c6f957827df1, #wrap-s-c8080b3c-37ca-4262-bad5-c6f957827df1 { display:none !important; }}






  #s-c8080b3c-37ca-4262-bad5-c6f957827df1 img.shogun-image {
    

    
    
    
  }


#s-c8080b3c-37ca-4262-bad5-c6f957827df1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c408409-bef4-4da5-a825-6a199b60203a {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-6c408409-bef4-4da5-a825-6a199b60203a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c408409-bef4-4da5-a825-6a199b60203a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dda49a89-cb89-429d-9213-54ea4a72f9a2 {
  margin-top: 35px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dda49a89-cb89-429d-9213-54ea4a72f9a2 .shogun-heading-component h2 {
  color: rgba(66, 63, 63, 1);
  font-weight:  600 ;
  font-family: "Prompt";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-0f800805-f8ed-4a3f-87d9-708b210c2761 {
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f800805-f8ed-4a3f-87d9-708b210c2761 {
  display: none;
}
#s-0f800805-f8ed-4a3f-87d9-708b210c2761, #wrap-s-0f800805-f8ed-4a3f-87d9-708b210c2761 { display:none !important; }}@media (max-width: 767px){#s-0f800805-f8ed-4a3f-87d9-708b210c2761 {
  display: none;
}
#s-0f800805-f8ed-4a3f-87d9-708b210c2761, #wrap-s-0f800805-f8ed-4a3f-87d9-708b210c2761 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0f800805-f8ed-4a3f-87d9-708b210c2761"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0f800805-f8ed-4a3f-87d9-708b210c2761"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0f800805-f8ed-4a3f-87d9-708b210c2761"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0f800805-f8ed-4a3f-87d9-708b210c2761"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-de3db290-97e1-4f1f-9d37-b286d6c0e8c1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-de3db290-97e1-4f1f-9d37-b286d6c0e8c1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-de3db290-97e1-4f1f-9d37-b286d6c0e8c1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a51e4e5c-54ef-4360-856f-50eb697e6efd {
  margin-top: -25px;
margin-left: 10%;
margin-bottom: -25px;
margin-right: 10%;
}

#s-4009dca7-b3e8-49a9-8598-e7fdc518918f {
  margin-left: 10%;
margin-right: 10%;
}

#s-15715287-eb64-4d39-9897-60539688bce3 {
  border-style: solid;
margin-left: 9%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(27, 79, 69, 1);
background-position: left top;
}
#s-15715287-eb64-4d39-9897-60539688bce3:hover {background-color: rgba(39, 111, 97, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-15715287-eb64-4d39-9897-60539688bce3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15715287-eb64-4d39-9897-60539688bce3-root {
    text-align: left;
  }


#s-15715287-eb64-4d39-9897-60539688bce3.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-15715287-eb64-4d39-9897-60539688bce3-root {
    text-align: left;
  }


#s-15715287-eb64-4d39-9897-60539688bce3.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15715287-eb64-4d39-9897-60539688bce3-root {
    text-align: left;
  }


#s-15715287-eb64-4d39-9897-60539688bce3.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15715287-eb64-4d39-9897-60539688bce3-root {
    text-align: left;
  }


#s-15715287-eb64-4d39-9897-60539688bce3.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-15715287-eb64-4d39-9897-60539688bce3-root {
    text-align: left;
  }


#s-15715287-eb64-4d39-9897-60539688bce3.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}
#s-e97f2e7e-476a-431f-a618-44ed9ddb2a4c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-e97f2e7e-476a-431f-a618-44ed9ddb2a4c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-e97f2e7e-476a-431f-a618-44ed9ddb2a4c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-4d78f927-4476-45b1-8805-47d8ee017390 {
  margin-top: -25px;
margin-left: 10%;
margin-bottom: -25px;
margin-right: 10%;
}

#s-afb24a29-aba8-4262-bd82-8bdc7c5d91e6 {
  margin-left: 10%;
margin-right: 10%;
}

#s-639a0512-87d7-497b-9676-bb7242749aa5 {
  border-style: solid;
margin-left: 9%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(27, 79, 69, 1);
background-position: left top;
}
#s-639a0512-87d7-497b-9676-bb7242749aa5:hover {background-color: rgba(39, 111, 97, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-639a0512-87d7-497b-9676-bb7242749aa5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-639a0512-87d7-497b-9676-bb7242749aa5-root {
    text-align: left;
  }


#s-639a0512-87d7-497b-9676-bb7242749aa5.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-639a0512-87d7-497b-9676-bb7242749aa5-root {
    text-align: left;
  }


#s-639a0512-87d7-497b-9676-bb7242749aa5.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-639a0512-87d7-497b-9676-bb7242749aa5-root {
    text-align: left;
  }


#s-639a0512-87d7-497b-9676-bb7242749aa5.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-639a0512-87d7-497b-9676-bb7242749aa5-root {
    text-align: left;
  }


#s-639a0512-87d7-497b-9676-bb7242749aa5.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-639a0512-87d7-497b-9676-bb7242749aa5-root {
    text-align: left;
  }


#s-639a0512-87d7-497b-9676-bb7242749aa5.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}
#s-973c235f-ed17-4670-8e38-f7ae0babf79d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-973c235f-ed17-4670-8e38-f7ae0babf79d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-973c235f-ed17-4670-8e38-f7ae0babf79d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9d9bd973-1407-460e-81bd-d261f1b0f959 {
  margin-top: -25px;
margin-left: 10%;
margin-bottom: -25px;
margin-right: 10%;
}

#s-fb44211a-01be-4a0b-a300-28069ce3b89b {
  margin-left: 10%;
margin-right: 10%;
}

#s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e {
  border-style: solid;
margin-left: 9%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(27, 79, 69, 1);
background-position: left top;
}
#s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e:hover {background-color: rgba(39, 111, 97, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e-root {
    text-align: left;
  }


#s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e-root {
    text-align: left;
  }


#s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e-root {
    text-align: left;
  }


#s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e-root {
    text-align: left;
  }


#s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e-root {
    text-align: left;
  }


#s-a8e2b26a-808e-469d-a92a-05bbe72e4b2e.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}
#s-0f6eb51b-96bc-4fd8-9ece-966513a1535f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-0f6eb51b-96bc-4fd8-9ece-966513a1535f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-0f6eb51b-96bc-4fd8-9ece-966513a1535f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-eb53c837-d19e-4923-93dc-3087eae1f712 {
  margin-top: -25px;
margin-left: 10%;
margin-bottom: -25px;
margin-right: 10%;
}

#s-f892d546-6df8-4bef-bad2-ed4d1a8d1626 {
  margin-left: 10%;
margin-right: 10%;
}

#s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3 {
  border-style: solid;
margin-left: 9%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(27, 79, 69, 1);
background-position: left top;
}
#s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3:hover {background-color: rgba(39, 111, 97, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3-root {
    text-align: left;
  }


#s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3-root {
    text-align: left;
  }


#s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3-root {
    text-align: left;
  }


#s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3-root {
    text-align: left;
  }


#s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3-root {
    text-align: left;
  }


#s-0ad0fbcf-7841-4158-afe0-a28ac6dd29b3.shg-btn {
  color: rgba(27, 79, 69, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Prompt;
  display:  inline-block ;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-5bb89942-ce6e-4011-ab4a-2e07e054dbe4 {
  padding-top: 10px;
padding-bottom: 50px;
}
@media (min-width: 1200px){#s-5bb89942-ce6e-4011-ab4a-2e07e054dbe4 {
  display: none;
}
#s-5bb89942-ce6e-4011-ab4a-2e07e054dbe4, #wrap-s-5bb89942-ce6e-4011-ab4a-2e07e054dbe4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5bb89942-ce6e-4011-ab4a-2e07e054dbe4 {
  display: none;
}
#s-5bb89942-ce6e-4011-ab4a-2e07e054dbe4, #wrap-s-5bb89942-ce6e-4011-ab4a-2e07e054dbe4 { display:none !important; }}
#s-5bb89942-ce6e-4011-ab4a-2e07e054dbe4 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-5bb89942-ce6e-4011-ab4a-2e07e054dbe4 .shg-sld-nav-button.shg-sld-left,
#s-5bb89942-ce6e-4011-ab4a-2e07e054dbe4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-d4df8a01-e4d7-4040-ad0e-d765d403253b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-d4df8a01-e4d7-4040-ad0e-d765d403253b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-d4df8a01-e4d7-4040-ad0e-d765d403253b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3bec3c11-1478-4da8-afb8-d604e644d0aa {
  margin-top: -25px;
margin-left: 10%;
margin-bottom: -25px;
margin-right: 10%;
}

#s-19376651-b72f-42c9-9548-28d5cd09e0c9 {
  margin-left: 10%;
margin-right: 10%;
}

#s-69c68b77-4b65-4a30-ae06-2e901ad4c02d {
  border-style: solid;
margin-left: 9%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-position: left top;
}
#s-69c68b77-4b65-4a30-ae06-2e901ad4c02d:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-69c68b77-4b65-4a30-ae06-2e901ad4c02d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69c68b77-4b65-4a30-ae06-2e901ad4c02d-root {
    text-align: left;
  }


#s-69c68b77-4b65-4a30-ae06-2e901ad4c02d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69c68b77-4b65-4a30-ae06-2e901ad4c02d-root {
    text-align: left;
  }


#s-69c68b77-4b65-4a30-ae06-2e901ad4c02d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69c68b77-4b65-4a30-ae06-2e901ad4c02d-root {
    text-align: left;
  }


#s-69c68b77-4b65-4a30-ae06-2e901ad4c02d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69c68b77-4b65-4a30-ae06-2e901ad4c02d-root {
    text-align: left;
  }


#s-69c68b77-4b65-4a30-ae06-2e901ad4c02d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69c68b77-4b65-4a30-ae06-2e901ad4c02d-root {
    text-align: left;
  }


#s-69c68b77-4b65-4a30-ae06-2e901ad4c02d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6a7cca0f-15c9-406a-b607-6805880b63f1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-6a7cca0f-15c9-406a-b607-6805880b63f1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-6a7cca0f-15c9-406a-b607-6805880b63f1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-46e91e30-5ca7-4fe4-bba0-1b5f22e3fb46 {
  margin-top: -25px;
margin-left: 10%;
margin-bottom: -25px;
margin-right: 10%;
}

#s-a62145d9-6ef3-4d11-8593-dfb3afa3d4d9 {
  margin-left: 10%;
margin-right: 10%;
}

#s-8b34a496-4a19-4a49-86fc-b3fc82b4181d {
  border-style: solid;
margin-left: 9%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-position: left top;
}
#s-8b34a496-4a19-4a49-86fc-b3fc82b4181d:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8b34a496-4a19-4a49-86fc-b3fc82b4181d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8b34a496-4a19-4a49-86fc-b3fc82b4181d-root {
    text-align: left;
  }


#s-8b34a496-4a19-4a49-86fc-b3fc82b4181d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b34a496-4a19-4a49-86fc-b3fc82b4181d-root {
    text-align: left;
  }


#s-8b34a496-4a19-4a49-86fc-b3fc82b4181d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b34a496-4a19-4a49-86fc-b3fc82b4181d-root {
    text-align: left;
  }


#s-8b34a496-4a19-4a49-86fc-b3fc82b4181d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b34a496-4a19-4a49-86fc-b3fc82b4181d-root {
    text-align: left;
  }


#s-8b34a496-4a19-4a49-86fc-b3fc82b4181d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b34a496-4a19-4a49-86fc-b3fc82b4181d-root {
    text-align: left;
  }


#s-8b34a496-4a19-4a49-86fc-b3fc82b4181d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-767f9b19-55e7-4e32-9f53-a8ee752155ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-767f9b19-55e7-4e32-9f53-a8ee752155ac > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-767f9b19-55e7-4e32-9f53-a8ee752155ac.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6cbd3f58-b58d-47de-b4c1-45f8aadefd8c {
  margin-top: -25px;
margin-left: 10%;
margin-bottom: -25px;
margin-right: 10%;
}

#s-b81254b6-294d-4ffe-ba7d-3395301446ab {
  margin-left: 10%;
margin-right: 10%;
}

#s-dab699f2-0ece-4f26-ae34-87b5328be8b3 {
  border-style: solid;
margin-left: 9%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-position: left top;
}
#s-dab699f2-0ece-4f26-ae34-87b5328be8b3:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dab699f2-0ece-4f26-ae34-87b5328be8b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dab699f2-0ece-4f26-ae34-87b5328be8b3-root {
    text-align: left;
  }


#s-dab699f2-0ece-4f26-ae34-87b5328be8b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dab699f2-0ece-4f26-ae34-87b5328be8b3-root {
    text-align: left;
  }


#s-dab699f2-0ece-4f26-ae34-87b5328be8b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dab699f2-0ece-4f26-ae34-87b5328be8b3-root {
    text-align: left;
  }


#s-dab699f2-0ece-4f26-ae34-87b5328be8b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dab699f2-0ece-4f26-ae34-87b5328be8b3-root {
    text-align: left;
  }


#s-dab699f2-0ece-4f26-ae34-87b5328be8b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dab699f2-0ece-4f26-ae34-87b5328be8b3-root {
    text-align: left;
  }


#s-dab699f2-0ece-4f26-ae34-87b5328be8b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc1fee9a-caa0-49fc-8614-9cae670c437e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-cc1fee9a-caa0-49fc-8614-9cae670c437e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-cc1fee9a-caa0-49fc-8614-9cae670c437e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-abc76367-9fe2-475e-b5ef-5064922f5430 {
  margin-top: -25px;
margin-left: 10%;
margin-bottom: -25px;
margin-right: 10%;
}

#s-002d3608-5cdd-4159-9bd6-d2c76b06ad1b {
  margin-left: 10%;
margin-right: 10%;
}

#s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de {
  border-style: solid;
margin-left: 9%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-position: left top;
}
#s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de:hover {background-color: rgba(82, 82, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de-root {
    text-align: left;
  }


#s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de-root {
    text-align: left;
  }


#s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de-root {
    text-align: left;
  }


#s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de-root {
    text-align: left;
  }


#s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de-root {
    text-align: left;
  }


#s-8bc6578f-c8e4-4b1a-ab40-282e3a5bd3de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7658c8ff-d4ae-437e-9356-8b79ceeac020 {
  padding-top: 15px;
padding-left: 3%;
padding-bottom: 40px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(1, 29, 51, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(0, 52, 97, 1);
}








#s-7658c8ff-d4ae-437e-9356-8b79ceeac020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7658c8ff-d4ae-437e-9356-8b79ceeac020.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c54b11f9-28fe-4a1d-9e23-1d66df4afc83 {
  margin-top: 35px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c54b11f9-28fe-4a1d-9e23-1d66df4afc83 {
  margin-left: 0%;
}
}
#s-c54b11f9-28fe-4a1d-9e23-1d66df4afc83 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-93ce0031-6183-4bd7-a5eb-d73988145f86 {
  margin-top: -20px;
margin-left: 48%;
margin-bottom: 0px;
margin-right: 48%;
}

#s-93ce0031-6183-4bd7-a5eb-d73988145f86 hr {
  border-top: 4px solid rgba(255, 255, 255, 1);
}

#s-19b9ed34-0f8e-4603-946a-51e326b41a90 {
  border-style: solid;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 52, 97, 1);
}
#s-19b9ed34-0f8e-4603-946a-51e326b41a90:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 78, 146, 1) !important;
background-color: rgba(0, 78, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-19b9ed34-0f8e-4603-946a-51e326b41a90:active {background-color: rgba(0, 78, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-19b9ed34-0f8e-4603-946a-51e326b41a90-root {
    text-align: center;
  }


#s-19b9ed34-0f8e-4603-946a-51e326b41a90.shg-btn {
  color: rgba(0, 52, 97, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19b9ed34-0f8e-4603-946a-51e326b41a90-root {
    text-align: center;
  }


#s-19b9ed34-0f8e-4603-946a-51e326b41a90.shg-btn {
  color: rgba(0, 52, 97, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19b9ed34-0f8e-4603-946a-51e326b41a90-root {
    text-align: center;
  }


#s-19b9ed34-0f8e-4603-946a-51e326b41a90.shg-btn {
  color: rgba(0, 52, 97, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19b9ed34-0f8e-4603-946a-51e326b41a90-root {
    text-align: center;
  }


#s-19b9ed34-0f8e-4603-946a-51e326b41a90.shg-btn {
  color: rgba(0, 52, 97, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19b9ed34-0f8e-4603-946a-51e326b41a90-root {
    text-align: center;
  }


#s-19b9ed34-0f8e-4603-946a-51e326b41a90.shg-btn {
  color: rgba(0, 52, 97, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Prompt;
  display:  inline-block ;
}
}
#s-dd62e501-f777-4d14-946a-35dcd5abc3bc {
  margin-top: -30px;
text-align: left;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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-lazyload-bg-image {
  display: none;
}

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#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:#000;background-color:rgba(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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.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}