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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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;
}
#s-c5931390-bdde-423d-a4b6-33e5e5d58b62 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5931390-bdde-423d-a4b6-33e5e5d58b62 {
  display: none;
}
#s-c5931390-bdde-423d-a4b6-33e5e5d58b62, #wrap-s-c5931390-bdde-423d-a4b6-33e5e5d58b62 { display:none !important; }}@media (max-width: 767px){#s-c5931390-bdde-423d-a4b6-33e5e5d58b62 {
  display: none;
}
#s-c5931390-bdde-423d-a4b6-33e5e5d58b62, #wrap-s-c5931390-bdde-423d-a4b6-33e5e5d58b62 { display:none !important; }}



  #s-c5931390-bdde-423d-a4b6-33e5e5d58b62 img.shogun-image {
    
    width: px;
  }


#s-c5931390-bdde-423d-a4b6-33e5e5d58b62 .shogun-image-content {
  
    align-items: center;
  
}

#s-65645033-66f6-4fec-9ada-ac9870046fc9 {
  margin-top: -10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-65645033-66f6-4fec-9ada-ac9870046fc9 {
  display: none;
}
#s-65645033-66f6-4fec-9ada-ac9870046fc9, #wrap-s-65645033-66f6-4fec-9ada-ac9870046fc9 { display:none !important; }}@media (max-width: 767px){#s-65645033-66f6-4fec-9ada-ac9870046fc9 {
  display: none;
}
#s-65645033-66f6-4fec-9ada-ac9870046fc9, #wrap-s-65645033-66f6-4fec-9ada-ac9870046fc9 { display:none !important; }}



#s-65645033-66f6-4fec-9ada-ac9870046fc9 .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-4f3b9f1c-38a9-4f8c-a25c-16ac74d8ccd1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f3b9f1c-38a9-4f8c-a25c-16ac74d8ccd1 {
  display: none;
}
#s-4f3b9f1c-38a9-4f8c-a25c-16ac74d8ccd1, #wrap-s-4f3b9f1c-38a9-4f8c-a25c-16ac74d8ccd1 { display:none !important; }}@media (max-width: 767px){#s-4f3b9f1c-38a9-4f8c-a25c-16ac74d8ccd1 {
  display: none;
}
#s-4f3b9f1c-38a9-4f8c-a25c-16ac74d8ccd1, #wrap-s-4f3b9f1c-38a9-4f8c-a25c-16ac74d8ccd1 { display:none !important; }}







#s-4f3b9f1c-38a9-4f8c-a25c-16ac74d8ccd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f3b9f1c-38a9-4f8c-a25c-16ac74d8ccd1.shg-box.shg-c {
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-570ec4c2-44b3-40cd-963a-ed238cef3eec {
  margin-top: 0px;
margin-left: 230px;
margin-bottom: 30px;
margin-right: 230px;
}

#s-cd879e13-1154-477f-bd25-39d26f793c6e {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd879e13-1154-477f-bd25-39d26f793c6e {
  display: none;
}
#s-cd879e13-1154-477f-bd25-39d26f793c6e, #wrap-s-cd879e13-1154-477f-bd25-39d26f793c6e { display:none !important; }}@media (max-width: 767px){#s-cd879e13-1154-477f-bd25-39d26f793c6e {
  display: none;
}
#s-cd879e13-1154-477f-bd25-39d26f793c6e, #wrap-s-cd879e13-1154-477f-bd25-39d26f793c6e { display:none !important; }}



  #s-cd879e13-1154-477f-bd25-39d26f793c6e img.shogun-image {
    
    width: px;
  }


#s-cd879e13-1154-477f-bd25-39d26f793c6e .shogun-image-content {
  
    align-items: center;
  
}

#s-bd570a3c-e726-4ca6-9ee6-e3ea19487354 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd570a3c-e726-4ca6-9ee6-e3ea19487354 {
  display: none;
}
#s-bd570a3c-e726-4ca6-9ee6-e3ea19487354, #wrap-s-bd570a3c-e726-4ca6-9ee6-e3ea19487354 { display:none !important; }}@media (max-width: 767px){#s-bd570a3c-e726-4ca6-9ee6-e3ea19487354 {
  display: none;
}
#s-bd570a3c-e726-4ca6-9ee6-e3ea19487354, #wrap-s-bd570a3c-e726-4ca6-9ee6-e3ea19487354 { display:none !important; }}



  #s-bd570a3c-e726-4ca6-9ee6-e3ea19487354 img.shogun-image {
    
    width: px;
  }


#s-bd570a3c-e726-4ca6-9ee6-e3ea19487354 .shogun-image-content {
  
    align-items: center;
  
}

#s-188ac4db-77f4-4a94-a93b-e164a627db93 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-188ac4db-77f4-4a94-a93b-e164a627db93 {
  display: none;
}
#s-188ac4db-77f4-4a94-a93b-e164a627db93, #wrap-s-188ac4db-77f4-4a94-a93b-e164a627db93 { display:none !important; }}@media (max-width: 767px){#s-188ac4db-77f4-4a94-a93b-e164a627db93 {
  display: none;
}
#s-188ac4db-77f4-4a94-a93b-e164a627db93, #wrap-s-188ac4db-77f4-4a94-a93b-e164a627db93 { display:none !important; }}



  #s-188ac4db-77f4-4a94-a93b-e164a627db93 img.shogun-image {
    
    width: px;
  }


#s-188ac4db-77f4-4a94-a93b-e164a627db93 .shogun-image-content {
  
    align-items: center;
  
}

#s-91c42ba5-a084-46da-9ce6-1dd4620b4e4b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-91c42ba5-a084-46da-9ce6-1dd4620b4e4b {
  display: none;
}
#s-91c42ba5-a084-46da-9ce6-1dd4620b4e4b, #wrap-s-91c42ba5-a084-46da-9ce6-1dd4620b4e4b { display:none !important; }}@media (max-width: 767px){#s-91c42ba5-a084-46da-9ce6-1dd4620b4e4b {
  display: none;
}
#s-91c42ba5-a084-46da-9ce6-1dd4620b4e4b, #wrap-s-91c42ba5-a084-46da-9ce6-1dd4620b4e4b { display:none !important; }}



  #s-91c42ba5-a084-46da-9ce6-1dd4620b4e4b img.shogun-image {
    
    width: px;
  }


#s-91c42ba5-a084-46da-9ce6-1dd4620b4e4b .shogun-image-content {
  
    align-items: center;
  
}

.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.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-aa2658fb-d62f-480f-9e49-afcc13611eab {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-aa2658fb-d62f-480f-9e49-afcc13611eab:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(131, 145, 186, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-aa2658fb-d62f-480f-9e49-afcc13611eab:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-aa2658fb-d62f-480f-9e49-afcc13611eab {
  display: none;
}
#s-aa2658fb-d62f-480f-9e49-afcc13611eab, #wrap-s-aa2658fb-d62f-480f-9e49-afcc13611eab { display:none !important; }}@media (max-width: 767px){#s-aa2658fb-d62f-480f-9e49-afcc13611eab {
  display: none;
}
#s-aa2658fb-d62f-480f-9e49-afcc13611eab, #wrap-s-aa2658fb-d62f-480f-9e49-afcc13611eab { display:none !important; }}


#s-aa2658fb-d62f-480f-9e49-afcc13611eab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 29px;
  
  
  
  display:  inline-block ;
}

#s-ee65cbcb-e22b-4270-9ca4-0bb953afa04a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee65cbcb-e22b-4270-9ca4-0bb953afa04a {
  display: none;
}
#s-ee65cbcb-e22b-4270-9ca4-0bb953afa04a, #wrap-s-ee65cbcb-e22b-4270-9ca4-0bb953afa04a { display:none !important; }}@media (max-width: 767px){#s-ee65cbcb-e22b-4270-9ca4-0bb953afa04a {
  display: none;
}
#s-ee65cbcb-e22b-4270-9ca4-0bb953afa04a, #wrap-s-ee65cbcb-e22b-4270-9ca4-0bb953afa04a { display:none !important; }}



  #s-ee65cbcb-e22b-4270-9ca4-0bb953afa04a img.shogun-image {
    
    width: px;
  }


#s-ee65cbcb-e22b-4270-9ca4-0bb953afa04a .shogun-image-content {
  
    align-items: center;
  
}

#s-283c0a3b-8aff-4d96-8e4a-7b1e532b163c {
  padding-top: 25px;
padding-left: 20%;
padding-bottom: 25px;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-283c0a3b-8aff-4d96-8e4a-7b1e532b163c {
  display: none;
}
#s-283c0a3b-8aff-4d96-8e4a-7b1e532b163c, #wrap-s-283c0a3b-8aff-4d96-8e4a-7b1e532b163c { display:none !important; }}@media (max-width: 767px){#s-283c0a3b-8aff-4d96-8e4a-7b1e532b163c {
  display: none;
}
#s-283c0a3b-8aff-4d96-8e4a-7b1e532b163c, #wrap-s-283c0a3b-8aff-4d96-8e4a-7b1e532b163c { display:none !important; }}
#s-ead9345a-5bfc-476b-9bd0-ef6f6455f0a4 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ead9345a-5bfc-476b-9bd0-ef6f6455f0a4 {
  display: none;
}
#s-ead9345a-5bfc-476b-9bd0-ef6f6455f0a4, #wrap-s-ead9345a-5bfc-476b-9bd0-ef6f6455f0a4 { display:none !important; }}@media (max-width: 767px){#s-ead9345a-5bfc-476b-9bd0-ef6f6455f0a4 {
  display: none;
}
#s-ead9345a-5bfc-476b-9bd0-ef6f6455f0a4, #wrap-s-ead9345a-5bfc-476b-9bd0-ef6f6455f0a4 { display:none !important; }}



  #s-ead9345a-5bfc-476b-9bd0-ef6f6455f0a4 img.shogun-image {
    
    width: px;
  }


#s-ead9345a-5bfc-476b-9bd0-ef6f6455f0a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-71fe73c3-203e-4f9e-8f21-0cd90bf2fd1b {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-71fe73c3-203e-4f9e-8f21-0cd90bf2fd1b {
  display: none;
}
#s-71fe73c3-203e-4f9e-8f21-0cd90bf2fd1b, #wrap-s-71fe73c3-203e-4f9e-8f21-0cd90bf2fd1b { display:none !important; }}@media (max-width: 767px){#s-71fe73c3-203e-4f9e-8f21-0cd90bf2fd1b {
  display: none;
}
#s-71fe73c3-203e-4f9e-8f21-0cd90bf2fd1b, #wrap-s-71fe73c3-203e-4f9e-8f21-0cd90bf2fd1b { display:none !important; }}



  #s-71fe73c3-203e-4f9e-8f21-0cd90bf2fd1b img.shogun-image {
    
    width: px;
  }


#s-71fe73c3-203e-4f9e-8f21-0cd90bf2fd1b .shogun-image-content {
  
    align-items: center;
  
}

#s-9cfc016d-4da6-4dcb-90ce-37f69d60acfe {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9cfc016d-4da6-4dcb-90ce-37f69d60acfe {
  display: none;
}
#s-9cfc016d-4da6-4dcb-90ce-37f69d60acfe, #wrap-s-9cfc016d-4da6-4dcb-90ce-37f69d60acfe { display:none !important; }}@media (max-width: 767px){#s-9cfc016d-4da6-4dcb-90ce-37f69d60acfe {
  display: none;
}
#s-9cfc016d-4da6-4dcb-90ce-37f69d60acfe, #wrap-s-9cfc016d-4da6-4dcb-90ce-37f69d60acfe { display:none !important; }}



  #s-9cfc016d-4da6-4dcb-90ce-37f69d60acfe img.shogun-image {
    
    width: px;
  }


#s-9cfc016d-4da6-4dcb-90ce-37f69d60acfe .shogun-image-content {
  
    align-items: center;
  
}

#s-8f97a01e-d64f-4f67-9efa-99c2b8a827f0 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f97a01e-d64f-4f67-9efa-99c2b8a827f0 {
  display: none;
}
#s-8f97a01e-d64f-4f67-9efa-99c2b8a827f0, #wrap-s-8f97a01e-d64f-4f67-9efa-99c2b8a827f0 { display:none !important; }}@media (max-width: 767px){#s-8f97a01e-d64f-4f67-9efa-99c2b8a827f0 {
  display: none;
}
#s-8f97a01e-d64f-4f67-9efa-99c2b8a827f0, #wrap-s-8f97a01e-d64f-4f67-9efa-99c2b8a827f0 { display:none !important; }}



  #s-8f97a01e-d64f-4f67-9efa-99c2b8a827f0 img.shogun-image {
    
    width: px;
  }


#s-8f97a01e-d64f-4f67-9efa-99c2b8a827f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a39e2f4-183c-46a4-881d-f82ac250a5fa {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a39e2f4-183c-46a4-881d-f82ac250a5fa {
  display: none;
}
#s-7a39e2f4-183c-46a4-881d-f82ac250a5fa, #wrap-s-7a39e2f4-183c-46a4-881d-f82ac250a5fa { display:none !important; }}@media (max-width: 767px){#s-7a39e2f4-183c-46a4-881d-f82ac250a5fa {
  display: none;
}
#s-7a39e2f4-183c-46a4-881d-f82ac250a5fa, #wrap-s-7a39e2f4-183c-46a4-881d-f82ac250a5fa { display:none !important; }}



  #s-7a39e2f4-183c-46a4-881d-f82ac250a5fa img.shogun-image {
    
    width: px;
  }


#s-7a39e2f4-183c-46a4-881d-f82ac250a5fa .shogun-image-content {
  
    align-items: center;
  
}

#s-6ddbc3f4-79b9-48b2-950b-a2fbd80e90d3 {
  background-image: url(none);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-left: 50px;
  padding-bottom: 10px;
  padding-right: 50px;
  border-radius: 2px;
  background-color: rgba(255, 220, 141, 1);
  text-align: center;
  text-decoration: none;
  hover-type: color;
  color: rgba(0, 0, 0, 1);
}
#s-6ddbc3f4-79b9-48b2-950b-a2fbd80e90d3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(131, 145, 186, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-6ddbc3f4-79b9-48b2-950b-a2fbd80e90d3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6ddbc3f4-79b9-48b2-950b-a2fbd80e90d3 {
  display: none;
}
#s-6ddbc3f4-79b9-48b2-950b-a2fbd80e90d3, #wrap-s-6ddbc3f4-79b9-48b2-950b-a2fbd80e90d3 { display:none !important; }}@media (max-width: 767px){#s-6ddbc3f4-79b9-48b2-950b-a2fbd80e90d3 {
  display: none;
}
#s-6ddbc3f4-79b9-48b2-950b-a2fbd80e90d3, #wrap-s-6ddbc3f4-79b9-48b2-950b-a2fbd80e90d3 { display:none !important; }}


#s-6ddbc3f4-79b9-48b2-950b-a2fbd80e90d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 29px;
  
  
  
  display:  inline-block ;
}

#s-2d5745b3-b2b9-420f-b2df-b40d147c63cb {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d5745b3-b2b9-420f-b2df-b40d147c63cb {
  display: none;
}
#s-2d5745b3-b2b9-420f-b2df-b40d147c63cb, #wrap-s-2d5745b3-b2b9-420f-b2df-b40d147c63cb { display:none !important; }}@media (max-width: 767px){#s-2d5745b3-b2b9-420f-b2df-b40d147c63cb {
  display: none;
}
#s-2d5745b3-b2b9-420f-b2df-b40d147c63cb, #wrap-s-2d5745b3-b2b9-420f-b2df-b40d147c63cb { display:none !important; }}







#s-2d5745b3-b2b9-420f-b2df-b40d147c63cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d5745b3-b2b9-420f-b2df-b40d147c63cb.shg-box.shg-c {
  justify-content: center;
}

#s-1dd4090b-6b02-4717-bcfa-31f43e8dfdaa {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1dd4090b-6b02-4717-bcfa-31f43e8dfdaa {
  display: none;
}
#s-1dd4090b-6b02-4717-bcfa-31f43e8dfdaa, #wrap-s-1dd4090b-6b02-4717-bcfa-31f43e8dfdaa { display:none !important; }}@media (max-width: 767px){#s-1dd4090b-6b02-4717-bcfa-31f43e8dfdaa {
  display: none;
}
#s-1dd4090b-6b02-4717-bcfa-31f43e8dfdaa, #wrap-s-1dd4090b-6b02-4717-bcfa-31f43e8dfdaa { display:none !important; }}



  #s-1dd4090b-6b02-4717-bcfa-31f43e8dfdaa img.shogun-image {
    
    width: px;
  }


#s-1dd4090b-6b02-4717-bcfa-31f43e8dfdaa .shogun-image-content {
  
    align-items: center;
  
}

#s-09da3d16-1e70-45b8-a7a1-642f8765c5da {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-09da3d16-1e70-45b8-a7a1-642f8765c5da {
  display: none;
}
#s-09da3d16-1e70-45b8-a7a1-642f8765c5da, #wrap-s-09da3d16-1e70-45b8-a7a1-642f8765c5da { display:none !important; }}@media (max-width: 767px){#s-09da3d16-1e70-45b8-a7a1-642f8765c5da {
  display: none;
}
#s-09da3d16-1e70-45b8-a7a1-642f8765c5da, #wrap-s-09da3d16-1e70-45b8-a7a1-642f8765c5da { display:none !important; }}



  #s-09da3d16-1e70-45b8-a7a1-642f8765c5da img.shogun-image {
    
    width: px;
  }


#s-09da3d16-1e70-45b8-a7a1-642f8765c5da .shogun-image-content {
  
    align-items: center;
  
}

#s-84bada98-ad19-4426-9c06-e797c6672a5e {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-84bada98-ad19-4426-9c06-e797c6672a5e {
  display: none;
}
#s-84bada98-ad19-4426-9c06-e797c6672a5e, #wrap-s-84bada98-ad19-4426-9c06-e797c6672a5e { display:none !important; }}@media (max-width: 767px){#s-84bada98-ad19-4426-9c06-e797c6672a5e {
  display: none;
}
#s-84bada98-ad19-4426-9c06-e797c6672a5e, #wrap-s-84bada98-ad19-4426-9c06-e797c6672a5e { display:none !important; }}



  #s-84bada98-ad19-4426-9c06-e797c6672a5e img.shogun-image {
    
    width: px;
  }


#s-84bada98-ad19-4426-9c06-e797c6672a5e .shogun-image-content {
  
    align-items: center;
  
}

#s-684b66b4-c506-49de-971e-50ec9587fb89 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-684b66b4-c506-49de-971e-50ec9587fb89 {
  display: none;
}
#s-684b66b4-c506-49de-971e-50ec9587fb89, #wrap-s-684b66b4-c506-49de-971e-50ec9587fb89 { display:none !important; }}@media (max-width: 767px){#s-684b66b4-c506-49de-971e-50ec9587fb89 {
  display: none;
}
#s-684b66b4-c506-49de-971e-50ec9587fb89, #wrap-s-684b66b4-c506-49de-971e-50ec9587fb89 { display:none !important; }}



  #s-684b66b4-c506-49de-971e-50ec9587fb89 img.shogun-image {
    
    width: px;
  }


#s-684b66b4-c506-49de-971e-50ec9587fb89 .shogun-image-content {
  
    align-items: center;
  
}

#s-4eaf03a8-1d80-40ae-80fc-0c806e2e777b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4eaf03a8-1d80-40ae-80fc-0c806e2e777b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(131, 145, 186, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4eaf03a8-1d80-40ae-80fc-0c806e2e777b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-4eaf03a8-1d80-40ae-80fc-0c806e2e777b {
  display: none;
}
#s-4eaf03a8-1d80-40ae-80fc-0c806e2e777b, #wrap-s-4eaf03a8-1d80-40ae-80fc-0c806e2e777b { display:none !important; }}@media (max-width: 767px){#s-4eaf03a8-1d80-40ae-80fc-0c806e2e777b {
  display: none;
}
#s-4eaf03a8-1d80-40ae-80fc-0c806e2e777b, #wrap-s-4eaf03a8-1d80-40ae-80fc-0c806e2e777b { display:none !important; }}


#s-4eaf03a8-1d80-40ae-80fc-0c806e2e777b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 29px;
  
  
  
  display:  inline-block ;
}

#s-f37602a8-41b4-46ac-a8a0-ec52156ac977 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f37602a8-41b4-46ac-a8a0-ec52156ac977 {
  display: none;
}
#s-f37602a8-41b4-46ac-a8a0-ec52156ac977, #wrap-s-f37602a8-41b4-46ac-a8a0-ec52156ac977 { display:none !important; }}@media (max-width: 767px){#s-f37602a8-41b4-46ac-a8a0-ec52156ac977 {
  display: none;
}
#s-f37602a8-41b4-46ac-a8a0-ec52156ac977, #wrap-s-f37602a8-41b4-46ac-a8a0-ec52156ac977 { display:none !important; }}



  #s-f37602a8-41b4-46ac-a8a0-ec52156ac977 img.shogun-image {
    
    width: px;
  }


#s-f37602a8-41b4-46ac-a8a0-ec52156ac977 .shogun-image-content {
  
    align-items: center;
  
}

#s-c800952e-29ff-4bc0-a2f7-eadaed9757af {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c800952e-29ff-4bc0-a2f7-eadaed9757af {
  display: none;
}
#s-c800952e-29ff-4bc0-a2f7-eadaed9757af, #wrap-s-c800952e-29ff-4bc0-a2f7-eadaed9757af { display:none !important; }}@media (max-width: 767px){#s-c800952e-29ff-4bc0-a2f7-eadaed9757af {
  display: none;
}
#s-c800952e-29ff-4bc0-a2f7-eadaed9757af, #wrap-s-c800952e-29ff-4bc0-a2f7-eadaed9757af { display:none !important; }}



  #s-c800952e-29ff-4bc0-a2f7-eadaed9757af img.shogun-image {
    
    width: px;
  }


#s-c800952e-29ff-4bc0-a2f7-eadaed9757af .shogun-image-content {
  
    align-items: center;
  
}

#s-2542524f-9ab9-4d6f-87cd-25f59f73a108 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2542524f-9ab9-4d6f-87cd-25f59f73a108 {
  display: none;
}
#s-2542524f-9ab9-4d6f-87cd-25f59f73a108, #wrap-s-2542524f-9ab9-4d6f-87cd-25f59f73a108 { display:none !important; }}@media (max-width: 767px){#s-2542524f-9ab9-4d6f-87cd-25f59f73a108 {
  display: none;
}
#s-2542524f-9ab9-4d6f-87cd-25f59f73a108, #wrap-s-2542524f-9ab9-4d6f-87cd-25f59f73a108 { display:none !important; }}



  #s-2542524f-9ab9-4d6f-87cd-25f59f73a108 img.shogun-image {
    
    width: px;
  }


#s-2542524f-9ab9-4d6f-87cd-25f59f73a108 .shogun-image-content {
  
    align-items: center;
  
}

#s-05381a6a-e222-4710-b7da-904cd33180ae {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-05381a6a-e222-4710-b7da-904cd33180ae {
  display: none;
}
#s-05381a6a-e222-4710-b7da-904cd33180ae, #wrap-s-05381a6a-e222-4710-b7da-904cd33180ae { display:none !important; }}@media (max-width: 767px){#s-05381a6a-e222-4710-b7da-904cd33180ae {
  display: none;
}
#s-05381a6a-e222-4710-b7da-904cd33180ae, #wrap-s-05381a6a-e222-4710-b7da-904cd33180ae { display:none !important; }}



  #s-05381a6a-e222-4710-b7da-904cd33180ae img.shogun-image {
    
    width: px;
  }


#s-05381a6a-e222-4710-b7da-904cd33180ae .shogun-image-content {
  
    align-items: center;
  
}

#s-1dbd38fd-98aa-404f-8c5b-d34a6c21ffe9 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1dbd38fd-98aa-404f-8c5b-d34a6c21ffe9 {
  display: none;
}
#s-1dbd38fd-98aa-404f-8c5b-d34a6c21ffe9, #wrap-s-1dbd38fd-98aa-404f-8c5b-d34a6c21ffe9 { display:none !important; }}@media (max-width: 767px){#s-1dbd38fd-98aa-404f-8c5b-d34a6c21ffe9 {
  display: none;
}
#s-1dbd38fd-98aa-404f-8c5b-d34a6c21ffe9, #wrap-s-1dbd38fd-98aa-404f-8c5b-d34a6c21ffe9 { display:none !important; }}



  #s-1dbd38fd-98aa-404f-8c5b-d34a6c21ffe9 img.shogun-image {
    
    width: px;
  }


#s-1dbd38fd-98aa-404f-8c5b-d34a6c21ffe9 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcb14261-d10c-4762-a1cf-f8e54e1a4b09 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcb14261-d10c-4762-a1cf-f8e54e1a4b09 {
  display: none;
}
#s-dcb14261-d10c-4762-a1cf-f8e54e1a4b09, #wrap-s-dcb14261-d10c-4762-a1cf-f8e54e1a4b09 { display:none !important; }}@media (max-width: 767px){#s-dcb14261-d10c-4762-a1cf-f8e54e1a4b09 {
  display: none;
}
#s-dcb14261-d10c-4762-a1cf-f8e54e1a4b09, #wrap-s-dcb14261-d10c-4762-a1cf-f8e54e1a4b09 { display:none !important; }}







#s-dcb14261-d10c-4762-a1cf-f8e54e1a4b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcb14261-d10c-4762-a1cf-f8e54e1a4b09.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-9938f62f-5ea4-474f-8d00-f7ff3c2403cc {
  display: none;
}
#s-9938f62f-5ea4-474f-8d00-f7ff3c2403cc, #wrap-s-9938f62f-5ea4-474f-8d00-f7ff3c2403cc { display:none !important; }}@media (max-width: 767px){#s-9938f62f-5ea4-474f-8d00-f7ff3c2403cc {
  display: none;
}
#s-9938f62f-5ea4-474f-8d00-f7ff3c2403cc, #wrap-s-9938f62f-5ea4-474f-8d00-f7ff3c2403cc { display:none !important; }}
#s-23750ea5-d2c7-4691-a2b0-db38160d5c59 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-23750ea5-d2c7-4691-a2b0-db38160d5c59 {
  display: none;
}
#s-23750ea5-d2c7-4691-a2b0-db38160d5c59, #wrap-s-23750ea5-d2c7-4691-a2b0-db38160d5c59 { display:none !important; }}@media (max-width: 767px){#s-23750ea5-d2c7-4691-a2b0-db38160d5c59 {
  display: none;
}
#s-23750ea5-d2c7-4691-a2b0-db38160d5c59, #wrap-s-23750ea5-d2c7-4691-a2b0-db38160d5c59 { display:none !important; }}



  #s-23750ea5-d2c7-4691-a2b0-db38160d5c59 img.shogun-image {
    
    width: px;
  }


#s-23750ea5-d2c7-4691-a2b0-db38160d5c59 .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-97e951d5-17f7-472d-9787-f0bff441f26b {
  margin-top: 6px;
margin-left: 1px;
margin-bottom: 6px;
margin-right: 1px;
}
@media (min-width: 1200px){#s-97e951d5-17f7-472d-9787-f0bff441f26b {
  display: none;
}
#s-97e951d5-17f7-472d-9787-f0bff441f26b, #wrap-s-97e951d5-17f7-472d-9787-f0bff441f26b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97e951d5-17f7-472d-9787-f0bff441f26b {
  display: none;
}
#s-97e951d5-17f7-472d-9787-f0bff441f26b, #wrap-s-97e951d5-17f7-472d-9787-f0bff441f26b { display:none !important; }}
@media (min-width: 0px) {
[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97e951d5-17f7-472d-9787-f0bff441f26b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-467bf754-3d4e-4389-ae8e-6010062f0df8 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-467bf754-3d4e-4389-ae8e-6010062f0df8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-467bf754-3d4e-4389-ae8e-6010062f0df8.shg-box.shg-c {
  justify-content: center;
}

#s-7a9592cc-6506-4b4f-b338-bdc9c03255b2 {
  margin-left: 6px;
margin-right: 6px;
}

#s-7a9592cc-6506-4b4f-b338-bdc9c03255b2 {
  display: none;
}
.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: #000;
  text-transform: none;
  font-weight: normal;
  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-755311ff-ec89-429f-80d1-829df1f9e48b {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-755311ff-ec89-429f-80d1-829df1f9e48b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.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;
  width: 100%;
  height: 100%;
  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-d597da71-982c-4478-8e76-a219c9d1825e {
  text-align: left;
}


.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e {
  max-width: 100%;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e .shg-image-zoom,
.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e {
  max-width: 100%;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e .shg-image-zoom,
.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e {
  max-width: 100%;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e .shg-image-zoom,
.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e {
  max-width: 100%;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e .shg-image-zoom,
.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e {
  max-width: 100%;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e .shg-image-zoom,
.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d597da71-982c-4478-8e76-a219c9d1825e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-05ac6b0c-31b7-44e5-82bd-3f184b8b5198 {
  text-align: center;
}

#s-05ac6b0c-31b7-44e5-82bd-3f184b8b5198 .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-05ac6b0c-31b7-44e5-82bd-3f184b8b5198 .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-05ac6b0c-31b7-44e5-82bd-3f184b8b5198 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e56d5e07-a590-4256-9b83-575b1a2cdbb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e56d5e07-a590-4256-9b83-575b1a2cdbb9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-22e481cb-d3f5-4135-bf61-502d072e378d {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}

#s-22e481cb-d3f5-4135-bf61-502d072e378d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-22e481cb-d3f5-4135-bf61-502d072e378d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-22e481cb-d3f5-4135-bf61-502d072e378d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-22e481cb-d3f5-4135-bf61-502d072e378d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


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

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

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

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

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

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

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

#s-c8600cc7-8fc6-4285-b7b1-da80cc511d4b {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 11px;
padding-top: 7px;
padding-left: 28px;
padding-bottom: 7px;
padding-right: 28px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 242, 125, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c8600cc7-8fc6-4285-b7b1-da80cc511d4b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c8600cc7-8fc6-4285-b7b1-da80cc511d4b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c8600cc7-8fc6-4285-b7b1-da80cc511d4b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8600cc7-8fc6-4285-b7b1-da80cc511d4b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8600cc7-8fc6-4285-b7b1-da80cc511d4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-c8600cc7-8fc6-4285-b7b1-da80cc511d4b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bc42c680-0413-44b7-98f2-8c11dbfc1357 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-bc42c680-0413-44b7-98f2-8c11dbfc1357 img.shogun-image {
    
    width: px;
  }


#s-bc42c680-0413-44b7-98f2-8c11dbfc1357 .shogun-image-content {
  
    align-items: center;
  
}

#s-838aaada-d389-49e6-ad72-337f4d7b0fd5 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-838aaada-d389-49e6-ad72-337f4d7b0fd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-838aaada-d389-49e6-ad72-337f4d7b0fd5.shg-box.shg-c {
  justify-content: center;
}

#s-c97c0f27-4b3d-44e3-b280-703181db8ee4 {
  margin-left: 6px;
margin-right: 6px;
}

#s-c97c0f27-4b3d-44e3-b280-703181db8ee4 {
  display: none;
}
#s-95e44fd5-cdd6-4966-8bc1-2351f23812d6 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95e44fd5-cdd6-4966-8bc1-2351f23812d6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 {
  text-align: left;
}


.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 {
  max-width: 100%;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 .shg-image-zoom,
.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 {
  max-width: 100%;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 .shg-image-zoom,
.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 {
  max-width: 100%;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 .shg-image-zoom,
.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 {
  max-width: 100%;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 .shg-image-zoom,
.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 {
  max-width: 100%;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 .shg-image-zoom,
.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1b2312db-32b7-4150-b03f-5396bcaa84b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1ef4709b-fcce-406d-89f6-206129f0c98b {
  text-align: center;
}

#s-1ef4709b-fcce-406d-89f6-206129f0c98b .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-1ef4709b-fcce-406d-89f6-206129f0c98b .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-1ef4709b-fcce-406d-89f6-206129f0c98b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7b0dd47d-6e34-4a97-aa07-56f31d937759 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-7b0dd47d-6e34-4a97-aa07-56f31d937759 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-025cc238-46ca-4343-aa4e-90282bf77efd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-025cc238-46ca-4343-aa4e-90282bf77efd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-519e9b8f-30b7-40b3-93c5-966ec3285d63 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}

#s-519e9b8f-30b7-40b3-93c5-966ec3285d63 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-519e9b8f-30b7-40b3-93c5-966ec3285d63 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-519e9b8f-30b7-40b3-93c5-966ec3285d63 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-519e9b8f-30b7-40b3-93c5-966ec3285d63 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-7baf7157-4de1-47c3-a3a9-cd2039715cb6 {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 11px;
padding-top: 7px;
padding-left: 28px;
padding-bottom: 7px;
padding-right: 28px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 242, 125, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7baf7157-4de1-47c3-a3a9-cd2039715cb6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7baf7157-4de1-47c3-a3a9-cd2039715cb6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7baf7157-4de1-47c3-a3a9-cd2039715cb6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7baf7157-4de1-47c3-a3a9-cd2039715cb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7baf7157-4de1-47c3-a3a9-cd2039715cb6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7baf7157-4de1-47c3-a3a9-cd2039715cb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9eae870e-3d82-4350-8f5d-7c1cda39f42d {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-9eae870e-3d82-4350-8f5d-7c1cda39f42d img.shogun-image {
    
    width: px;
  }


#s-9eae870e-3d82-4350-8f5d-7c1cda39f42d .shogun-image-content {
  
    align-items: center;
  
}

#s-63cfbfc3-3a24-42dd-b70f-15daa48dfde3 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-63cfbfc3-3a24-42dd-b70f-15daa48dfde3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63cfbfc3-3a24-42dd-b70f-15daa48dfde3.shg-box.shg-c {
  justify-content: center;
}

#s-bb78a814-e128-4cb6-a30e-5208645e27dd {
  margin-left: 6px;
margin-right: 6px;
}

#s-bb78a814-e128-4cb6-a30e-5208645e27dd {
  display: none;
}
#s-9de27f5d-1896-41d2-b98e-c95625707bd0 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9de27f5d-1896-41d2-b98e-c95625707bd0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 {
  text-align: left;
}


.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 {
  max-width: 100%;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 .shg-image-zoom,
.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 {
  max-width: 100%;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 .shg-image-zoom,
.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 {
  max-width: 100%;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 .shg-image-zoom,
.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 {
  max-width: 100%;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 .shg-image-zoom,
.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 {
  max-width: 100%;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 .shg-image-zoom,
.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-694655ec-1cf6-4e28-bc4d-72863e9facf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-838d2c11-a59d-45b1-b2c9-b9bd343b85f4 {
  text-align: center;
}

#s-838d2c11-a59d-45b1-b2c9-b9bd343b85f4 .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-838d2c11-a59d-45b1-b2c9-b9bd343b85f4 .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-838d2c11-a59d-45b1-b2c9-b9bd343b85f4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8e4a4d5e-3552-4f00-9f22-8724543308a2 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-8e4a4d5e-3552-4f00-9f22-8724543308a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-893ea91c-0ff3-4a60-8756-a02a10bb33bb {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-893ea91c-0ff3-4a60-8756-a02a10bb33bb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7d873260-b808-4fc1-8ba3-57526b546a46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d873260-b808-4fc1-8ba3-57526b546a46 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-310ef020-c095-4ab1-b5d4-6f932c47d4f5 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}

#s-310ef020-c095-4ab1-b5d4-6f932c47d4f5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-310ef020-c095-4ab1-b5d4-6f932c47d4f5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-310ef020-c095-4ab1-b5d4-6f932c47d4f5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-310ef020-c095-4ab1-b5d4-6f932c47d4f5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-15050920-ed10-4024-b4a3-4bd2ac5c0be9 {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 11px;
padding-top: 7px;
padding-left: 28px;
padding-bottom: 7px;
padding-right: 28px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 242, 125, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-15050920-ed10-4024-b4a3-4bd2ac5c0be9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15050920-ed10-4024-b4a3-4bd2ac5c0be9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-15050920-ed10-4024-b4a3-4bd2ac5c0be9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-15050920-ed10-4024-b4a3-4bd2ac5c0be9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15050920-ed10-4024-b4a3-4bd2ac5c0be9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-15050920-ed10-4024-b4a3-4bd2ac5c0be9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-85b7faec-4534-4696-980a-8ca0e2d65a58 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-85b7faec-4534-4696-980a-8ca0e2d65a58 img.shogun-image {
    
    width: px;
  }


#s-85b7faec-4534-4696-980a-8ca0e2d65a58 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd {
  margin-top: 6px;
margin-left: 70px;
margin-bottom: 40px;
margin-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd {
  display: none;
}
#s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd, #wrap-s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd { display:none !important; }}@media (max-width: 767px){#s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd {
  display: none;
}
#s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd, #wrap-s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd { display:none !important; }}
@media (min-width: 0px) {
[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8c654c29-4afd-4b8a-9d44-d62d9fbb0fdd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-15cf9533-3395-42b3-bad1-7f255ab5561c {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(37, 128, 192, 1);
}








#s-15cf9533-3395-42b3-bad1-7f255ab5561c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15cf9533-3395-42b3-bad1-7f255ab5561c.shg-box.shg-c {
  justify-content: center;
}

#s-b01841e0-0b1f-4236-bdde-6f13b46205e9 {
  margin-left: 6px;
margin-right: 6px;
}

#s-b01841e0-0b1f-4236-bdde-6f13b46205e9 {
  display: none;
}
#s-6ad4b81e-29ab-4be4-9505-85da84f74ee2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ad4b81e-29ab-4be4-9505-85da84f74ee2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a28abb2e-e69b-42fc-a6c8-22a78f985a11 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a28abb2e-e69b-42fc-a6c8-22a78f985a11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a28abb2e-e69b-42fc-a6c8-22a78f985a11.shg-box.shg-c {
  justify-content: center;
}

#s-77f44a02-010c-49e6-9d46-3ced56023922 {
  margin-left: 6px;
margin-right: 6px;
}

#s-77f44a02-010c-49e6-9d46-3ced56023922 {
  display: none;
}
#s-a13ccad4-28ad-44ff-9821-fb0373b7f00a {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a13ccad4-28ad-44ff-9821-fb0373b7f00a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 {
  text-align: left;
}


.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 {
  max-width: 100%;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 .shg-image-zoom,
.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 {
  max-width: 100%;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 .shg-image-zoom,
.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 {
  max-width: 100%;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 .shg-image-zoom,
.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 {
  max-width: 100%;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 .shg-image-zoom,
.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 {
  max-width: 100%;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 .shg-image-zoom,
.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-845287a7-2b5a-4c4f-aedd-e3e89fbc6542 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-aacbaeb5-ced3-41ac-be29-10d5365cae80 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-aacbaeb5-ced3-41ac-be29-10d5365cae80 .shogun-heading-component h1 {
  color: rgba(230, 11, 11, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cbc43640-a73e-4c2d-9846-7cd0d03fafd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbc43640-a73e-4c2d-9846-7cd0d03fafd7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-06adb709-35e8-4dc6-a91b-0a0f8956835b {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-06adb709-35e8-4dc6-a91b-0a0f8956835b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-06adb709-35e8-4dc6-a91b-0a0f8956835b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-06adb709-35e8-4dc6-a91b-0a0f8956835b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-06adb709-35e8-4dc6-a91b-0a0f8956835b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-5f3ae957-ad16-4124-896b-16b477b5ffe1 {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 11px;
padding-top: 7px;
padding-left: 60px;
padding-bottom: 7px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5f3ae957-ad16-4124-896b-16b477b5ffe1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f3ae957-ad16-4124-896b-16b477b5ffe1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f3ae957-ad16-4124-896b-16b477b5ffe1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f3ae957-ad16-4124-896b-16b477b5ffe1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f3ae957-ad16-4124-896b-16b477b5ffe1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 27px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5f3ae957-ad16-4124-896b-16b477b5ffe1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-a287615b-2e5d-48a9-a770-e70d9102616f {
  margin-top: 15px;
margin-bottom: 10px;
}

#s-738759fd-01ad-49b3-8308-d55671065cb7 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-738759fd-01ad-49b3-8308-d55671065cb7 .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-738759fd-01ad-49b3-8308-d55671065cb7 .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-738759fd-01ad-49b3-8308-d55671065cb7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-06eeb50d-1633-4355-88b0-ad2fb37af964 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-06eeb50d-1633-4355-88b0-ad2fb37af964 img.shogun-image {
    
    width: px;
  }


#s-06eeb50d-1633-4355-88b0-ad2fb37af964 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b9a499f-fcd8-4876-a0f2-08dafb77d63b {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(190, 37, 192, 1);
}








#s-8b9a499f-fcd8-4876-a0f2-08dafb77d63b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b9a499f-fcd8-4876-a0f2-08dafb77d63b.shg-box.shg-c {
  justify-content: center;
}

#s-4d1f33d6-97f7-4215-a2e0-c7e6c5f00b1b {
  margin-left: 6px;
margin-right: 6px;
}

#s-4d1f33d6-97f7-4215-a2e0-c7e6c5f00b1b {
  display: none;
}
#s-bf3ac283-e57a-4f3c-94f7-3cd1b7ae1a21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf3ac283-e57a-4f3c-94f7-3cd1b7ae1a21 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1f1cb6c7-04c3-4f89-8f38-19a0c42fef5b {
  padding-top: 4px;
padding-bottom: 2px;
background-color: rgba(7, 7, 7, 1);
}








#s-1f1cb6c7-04c3-4f89-8f38-19a0c42fef5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f1cb6c7-04c3-4f89-8f38-19a0c42fef5b.shg-box.shg-c {
  justify-content: center;
}

#s-e333a256-8aff-49c3-9f67-47229197a790 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e333a256-8aff-49c3-9f67-47229197a790 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-299afc5a-bffa-4a12-93dd-4268fc628ac9 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-299afc5a-bffa-4a12-93dd-4268fc628ac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-299afc5a-bffa-4a12-93dd-4268fc628ac9.shg-box.shg-c {
  justify-content: center;
}

#s-244a06db-b3e8-4a4b-b509-49dce46f11f6 {
  margin-left: 6px;
margin-right: 6px;
}

#s-244a06db-b3e8-4a4b-b509-49dce46f11f6 {
  display: none;
}
#s-c6d5fbc1-5f38-40fc-a200-247cc40cac13 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6d5fbc1-5f38-40fc-a200-247cc40cac13 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 {
  text-align: left;
}


.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 {
  max-width: 100%;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 .shg-image-zoom,
.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 {
  max-width: 100%;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 .shg-image-zoom,
.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 {
  max-width: 100%;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 .shg-image-zoom,
.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 {
  max-width: 100%;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 .shg-image-zoom,
.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 {
  max-width: 100%;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 .shg-image-zoom,
.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d1b0c85-4086-472b-b581-d39bba93d7d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cb8d9515-6cf1-4a56-9367-299cc5b276ef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cb8d9515-6cf1-4a56-9367-299cc5b276ef .shogun-heading-component h1 {
  color: rgba(230, 11, 11, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-07c62593-dda1-4aaa-a638-bfe1b7e09f95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07c62593-dda1-4aaa-a638-bfe1b7e09f95 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5f55957b-c3f6-473b-a03a-e5fada60c2f3 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-5f55957b-c3f6-473b-a03a-e5fada60c2f3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5f55957b-c3f6-473b-a03a-e5fada60c2f3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5f55957b-c3f6-473b-a03a-e5fada60c2f3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5f55957b-c3f6-473b-a03a-e5fada60c2f3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-d3f20a6e-3784-461b-87d1-952ad6fe5c80 {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 11px;
padding-top: 7px;
padding-left: 60px;
padding-bottom: 7px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d3f20a6e-3784-461b-87d1-952ad6fe5c80:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3f20a6e-3784-461b-87d1-952ad6fe5c80:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d3f20a6e-3784-461b-87d1-952ad6fe5c80 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d3f20a6e-3784-461b-87d1-952ad6fe5c80.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d3f20a6e-3784-461b-87d1-952ad6fe5c80.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 27px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d3f20a6e-3784-461b-87d1-952ad6fe5c80.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ef1eb58d-d30b-4033-8acd-b79a0319f36d {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-b832bd67-351b-4f0f-b2fb-c00c635baec4 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-b832bd67-351b-4f0f-b2fb-c00c635baec4 .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-b832bd67-351b-4f0f-b2fb-c00c635baec4 .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-b832bd67-351b-4f0f-b2fb-c00c635baec4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2a11a633-04ab-4948-aba7-82e152d9601e {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-2a11a633-04ab-4948-aba7-82e152d9601e img.shogun-image {
    
    width: px;
  }


#s-2a11a633-04ab-4948-aba7-82e152d9601e .shogun-image-content {
  
    align-items: center;
  
}

#s-8343a64b-cf84-46a5-9db9-46a65ae58dd2 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8343a64b-cf84-46a5-9db9-46a65ae58dd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8343a64b-cf84-46a5-9db9-46a65ae58dd2.shg-box.shg-c {
  justify-content: center;
}

#s-c08190c7-5bc2-4ca9-b509-fbb73361da08 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(133, 77, 221, 1);
}








#s-c08190c7-5bc2-4ca9-b509-fbb73361da08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c08190c7-5bc2-4ca9-b509-fbb73361da08.shg-box.shg-c {
  justify-content: center;
}

#s-34de5243-ca87-4517-934d-bab7492a52c7 {
  margin-left: 6px;
margin-right: 6px;
}

#s-34de5243-ca87-4517-934d-bab7492a52c7 {
  display: none;
}
#s-da01dd62-6706-40f4-bc70-d4900f9f8433 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da01dd62-6706-40f4-bc70-d4900f9f8433 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aafcf59d-f756-47e1-9430-e8c4839e76de {
  padding-top: 4px;
padding-bottom: 2px;
background-color: rgba(22, 19, 20, 1);
}








#s-aafcf59d-f756-47e1-9430-e8c4839e76de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aafcf59d-f756-47e1-9430-e8c4839e76de.shg-box.shg-c {
  justify-content: center;
}

#s-2b1fcc74-6829-428d-9725-97342b5640b8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2b1fcc74-6829-428d-9725-97342b5640b8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9249738c-eee3-4cc4-9b34-52309229986b {
  margin-left: 6px;
margin-right: 6px;
}

#s-9249738c-eee3-4cc4-9b34-52309229986b {
  display: none;
}
#s-ba9af56a-97ff-420c-a707-ae6c712fc9e6 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba9af56a-97ff-420c-a707-ae6c712fc9e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 {
  text-align: left;
}


.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 {
  max-width: 100%;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 .shg-image-zoom,
.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 {
  max-width: 100%;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 .shg-image-zoom,
.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 {
  max-width: 100%;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 .shg-image-zoom,
.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 {
  max-width: 100%;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 .shg-image-zoom,
.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 {
  max-width: 100%;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 .shg-image-zoom,
.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aa4ce3e-c2a8-4214-a0ed-dfe1017d8e47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b796d040-6a8e-46e2-a661-c0b549f535fd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b796d040-6a8e-46e2-a661-c0b549f535fd .shogun-heading-component h1 {
  color: rgba(230, 11, 11, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0b36feda-1bc1-4957-b8ae-53a2d94c33de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b36feda-1bc1-4957-b8ae-53a2d94c33de .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b70d0fe0-d170-46ef-868b-f052aeb98a31 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-b70d0fe0-d170-46ef-868b-f052aeb98a31 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b70d0fe0-d170-46ef-868b-f052aeb98a31 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b70d0fe0-d170-46ef-868b-f052aeb98a31 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b70d0fe0-d170-46ef-868b-f052aeb98a31 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-b46a7502-3fa1-4eab-a924-07922416484b {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 60px;
padding-bottom: 7px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b46a7502-3fa1-4eab-a924-07922416484b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b46a7502-3fa1-4eab-a924-07922416484b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b46a7502-3fa1-4eab-a924-07922416484b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b46a7502-3fa1-4eab-a924-07922416484b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b46a7502-3fa1-4eab-a924-07922416484b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 27px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b46a7502-3fa1-4eab-a924-07922416484b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d80f2951-7fa4-4086-9d47-1eeeb33e99d1 {
  margin-top: 15px;
margin-bottom: 10px;
}

#s-84954dd6-5820-4feb-9306-ce8649878631 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-84954dd6-5820-4feb-9306-ce8649878631 .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-84954dd6-5820-4feb-9306-ce8649878631 .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-84954dd6-5820-4feb-9306-ce8649878631 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-91452b89-3924-47a5-aa4c-41da2f7af599 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-91452b89-3924-47a5-aa4c-41da2f7af599 img.shogun-image {
    
    width: px;
  }


#s-91452b89-3924-47a5-aa4c-41da2f7af599 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d6ff57c-8c2c-4751-a1e6-62ca137600db {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d6ff57c-8c2c-4751-a1e6-62ca137600db {
  display: none;
}
#s-1d6ff57c-8c2c-4751-a1e6-62ca137600db, #wrap-s-1d6ff57c-8c2c-4751-a1e6-62ca137600db { display:none !important; }}@media (max-width: 767px){#s-1d6ff57c-8c2c-4751-a1e6-62ca137600db {
  display: none;
}
#s-1d6ff57c-8c2c-4751-a1e6-62ca137600db, #wrap-s-1d6ff57c-8c2c-4751-a1e6-62ca137600db { display:none !important; }}



  #s-1d6ff57c-8c2c-4751-a1e6-62ca137600db img.shogun-image {
    
    width: px;
  }


#s-1d6ff57c-8c2c-4751-a1e6-62ca137600db .shogun-image-content {
  
    align-items: center;
  
}

#s-29ebabdc-a94c-4b17-94a7-086b63723d8e {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}




  #s-29ebabdc-a94c-4b17-94a7-086b63723d8e img.shogun-image {
    
    width: px;
  }


#s-29ebabdc-a94c-4b17-94a7-086b63723d8e .shogun-image-content {
  
    align-items: center;
  
}

#s-82f0b18d-5a0c-4717-a9bc-daf7a2700a56 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}




  #s-82f0b18d-5a0c-4717-a9bc-daf7a2700a56 img.shogun-image {
    
    width: px;
  }


#s-82f0b18d-5a0c-4717-a9bc-daf7a2700a56 .shogun-image-content {
  
    align-items: center;
  
}

#s-26ce1c57-be50-4da6-a9e1-5953905d7f11 {
  margin-top: 6px;
margin-left: 70px;
margin-bottom: 40px;
margin-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26ce1c57-be50-4da6-a9e1-5953905d7f11 {
  display: none;
}
#s-26ce1c57-be50-4da6-a9e1-5953905d7f11, #wrap-s-26ce1c57-be50-4da6-a9e1-5953905d7f11 { display:none !important; }}@media (max-width: 767px){#s-26ce1c57-be50-4da6-a9e1-5953905d7f11 {
  display: none;
}
#s-26ce1c57-be50-4da6-a9e1-5953905d7f11, #wrap-s-26ce1c57-be50-4da6-a9e1-5953905d7f11 { display:none !important; }}
@media (min-width: 0px) {
[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-26ce1c57-be50-4da6-a9e1-5953905d7f11"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2deb5505-f77c-4d24-a467-79c2564e4c9e {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(37, 128, 192, 1);
}








#s-2deb5505-f77c-4d24-a467-79c2564e4c9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2deb5505-f77c-4d24-a467-79c2564e4c9e.shg-box.shg-c {
  justify-content: center;
}

#s-b7e9f6f6-eda0-419c-bc90-1eebaebb727a {
  margin-left: 6px;
margin-right: 6px;
}

#s-b7e9f6f6-eda0-419c-bc90-1eebaebb727a {
  display: none;
}
#s-d7718a92-24dd-4c17-b4c9-19aba9e89aee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7718a92-24dd-4c17-b4c9-19aba9e89aee .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f051c194-bf1c-4ab7-bfdd-ec0e78ed0e32 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f051c194-bf1c-4ab7-bfdd-ec0e78ed0e32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f051c194-bf1c-4ab7-bfdd-ec0e78ed0e32.shg-box.shg-c {
  justify-content: center;
}

#s-c4ad32bb-b4ff-4131-93cc-4c04a8d60e59 {
  margin-left: 6px;
margin-right: 6px;
}

#s-c4ad32bb-b4ff-4131-93cc-4c04a8d60e59 {
  display: none;
}
#s-974dd7e9-d650-4361-94d8-43017ede00e6 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-974dd7e9-d650-4361-94d8-43017ede00e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 {
  text-align: left;
}


.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 {
  max-width: 100%;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 .shg-image-zoom,
.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 {
  max-width: 100%;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 .shg-image-zoom,
.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 {
  max-width: 100%;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 .shg-image-zoom,
.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 {
  max-width: 100%;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 .shg-image-zoom,
.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 {
  max-width: 100%;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 .shg-image-zoom,
.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1038ae82-7b75-44ff-922b-bd56ed080ff6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-478a7360-5c2f-4e3c-b8e1-a7b8d4ec49f4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-478a7360-5c2f-4e3c-b8e1-a7b8d4ec49f4 .shogun-heading-component h1 {
  color: rgba(230, 11, 11, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d43ffdf-5638-43c8-aaeb-9a5cb7d1495b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d43ffdf-5638-43c8-aaeb-9a5cb7d1495b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ccc663db-04e7-46bf-bf7d-1d1c72b53e9d {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-ccc663db-04e7-46bf-bf7d-1d1c72b53e9d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ccc663db-04e7-46bf-bf7d-1d1c72b53e9d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ccc663db-04e7-46bf-bf7d-1d1c72b53e9d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ccc663db-04e7-46bf-bf7d-1d1c72b53e9d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-70ac2e8f-9164-418f-836b-e2a700bd8213 {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 11px;
padding-top: 7px;
padding-left: 60px;
padding-bottom: 7px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-70ac2e8f-9164-418f-836b-e2a700bd8213:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70ac2e8f-9164-418f-836b-e2a700bd8213:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70ac2e8f-9164-418f-836b-e2a700bd8213 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-70ac2e8f-9164-418f-836b-e2a700bd8213.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-70ac2e8f-9164-418f-836b-e2a700bd8213.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 27px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-70ac2e8f-9164-418f-836b-e2a700bd8213.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1a8ab247-bba8-428e-b56d-c3db277321bc {
  margin-top: 15px;
margin-bottom: 10px;
}

#s-150c9b57-2d59-435f-805a-e9fc8049a45e {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-150c9b57-2d59-435f-805a-e9fc8049a45e .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-150c9b57-2d59-435f-805a-e9fc8049a45e .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-150c9b57-2d59-435f-805a-e9fc8049a45e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1afe2109-a825-4b38-8646-5cf0be02b6b0 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-1afe2109-a825-4b38-8646-5cf0be02b6b0 img.shogun-image {
    
    width: px;
  }


#s-1afe2109-a825-4b38-8646-5cf0be02b6b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-243e838f-3f84-4a03-bc7a-53c86b098d17 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(190, 37, 192, 1);
}








#s-243e838f-3f84-4a03-bc7a-53c86b098d17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-243e838f-3f84-4a03-bc7a-53c86b098d17.shg-box.shg-c {
  justify-content: center;
}

#s-bb8dfaae-7db0-40a1-ae71-131fa0f69e61 {
  margin-left: 6px;
margin-right: 6px;
}

#s-bb8dfaae-7db0-40a1-ae71-131fa0f69e61 {
  display: none;
}
#s-de0a6d6b-be79-4af1-a8d7-974335ea5683 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de0a6d6b-be79-4af1-a8d7-974335ea5683 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-226db590-1494-4a04-928e-4c3323f0eead {
  padding-top: 4px;
padding-bottom: 2px;
background-color: rgba(7, 7, 7, 1);
}








#s-226db590-1494-4a04-928e-4c3323f0eead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-226db590-1494-4a04-928e-4c3323f0eead.shg-box.shg-c {
  justify-content: center;
}

#s-39f8465e-b67a-4bc2-8f39-aaea61791676 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-39f8465e-b67a-4bc2-8f39-aaea61791676 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0c2f182b-0cc9-4e52-95b7-df34d72ffa73 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0c2f182b-0cc9-4e52-95b7-df34d72ffa73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c2f182b-0cc9-4e52-95b7-df34d72ffa73.shg-box.shg-c {
  justify-content: center;
}

#s-8f8fb6b7-642d-4fea-81c0-6776673a1dd2 {
  margin-left: 6px;
margin-right: 6px;
}

#s-8f8fb6b7-642d-4fea-81c0-6776673a1dd2 {
  display: none;
}
#s-c03e81c3-08ce-408c-b090-c5c5e4be61b1 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c03e81c3-08ce-408c-b090-c5c5e4be61b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5c8132a4-af1d-41c1-8756-5aa838e0719d {
  text-align: left;
}


.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d {
  max-width: 100%;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d .shg-image-zoom,
.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d {
  max-width: 100%;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d .shg-image-zoom,
.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d {
  max-width: 100%;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d .shg-image-zoom,
.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d {
  max-width: 100%;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d .shg-image-zoom,
.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d {
  max-width: 100%;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d .shg-image-zoom,
.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5c8132a4-af1d-41c1-8756-5aa838e0719d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a28ceae9-9759-4427-83aa-521eaf3c0cf4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a28ceae9-9759-4427-83aa-521eaf3c0cf4 .shogun-heading-component h1 {
  color: rgba(230, 11, 11, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c97d87c5-1d97-4c4a-87f4-83633bd3023a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c97d87c5-1d97-4c4a-87f4-83633bd3023a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2a9382f0-a1f3-4662-9040-06a2725761f4 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-2a9382f0-a1f3-4662-9040-06a2725761f4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2a9382f0-a1f3-4662-9040-06a2725761f4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2a9382f0-a1f3-4662-9040-06a2725761f4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2a9382f0-a1f3-4662-9040-06a2725761f4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-4ef363a9-0aae-46df-b433-8c386e2ede4d {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 11px;
padding-top: 7px;
padding-left: 60px;
padding-bottom: 7px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4ef363a9-0aae-46df-b433-8c386e2ede4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4ef363a9-0aae-46df-b433-8c386e2ede4d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4ef363a9-0aae-46df-b433-8c386e2ede4d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4ef363a9-0aae-46df-b433-8c386e2ede4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4ef363a9-0aae-46df-b433-8c386e2ede4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 27px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-4ef363a9-0aae-46df-b433-8c386e2ede4d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f3fb6a93-7d00-42c1-b4fd-10de29ce1fb6 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-afe7a2e2-12c8-4990-9f52-7b56bf23a51a {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-afe7a2e2-12c8-4990-9f52-7b56bf23a51a .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-afe7a2e2-12c8-4990-9f52-7b56bf23a51a .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-afe7a2e2-12c8-4990-9f52-7b56bf23a51a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-637bfe85-c2c7-4c8b-88e6-4e102d4982b7 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-637bfe85-c2c7-4c8b-88e6-4e102d4982b7 img.shogun-image {
    
    width: px;
  }


#s-637bfe85-c2c7-4c8b-88e6-4e102d4982b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-71184b21-aa69-44b7-91bc-872b739cd959 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-71184b21-aa69-44b7-91bc-872b739cd959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71184b21-aa69-44b7-91bc-872b739cd959.shg-box.shg-c {
  justify-content: center;
}

#s-3c7438e5-e554-4a40-96dd-8a7666c9f462 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(133, 77, 221, 1);
}








#s-3c7438e5-e554-4a40-96dd-8a7666c9f462 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c7438e5-e554-4a40-96dd-8a7666c9f462.shg-box.shg-c {
  justify-content: center;
}

#s-b9021723-c0c9-499f-9cdb-60514ba0918e {
  margin-left: 6px;
margin-right: 6px;
}

#s-b9021723-c0c9-499f-9cdb-60514ba0918e {
  display: none;
}
#s-9113e06e-a85b-4d23-851f-8e1c9972b94e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9113e06e-a85b-4d23-851f-8e1c9972b94e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-40191e45-676f-46fe-86f7-85bc6d4a48c0 {
  padding-top: 4px;
padding-bottom: 2px;
background-color: rgba(22, 19, 20, 1);
}








#s-40191e45-676f-46fe-86f7-85bc6d4a48c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40191e45-676f-46fe-86f7-85bc6d4a48c0.shg-box.shg-c {
  justify-content: center;
}

#s-5c5b2243-98aa-4b65-b54f-a10ac8c8eec6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5c5b2243-98aa-4b65-b54f-a10ac8c8eec6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1efe9d34-eae9-4b8e-bd51-63421b355881 {
  margin-left: 6px;
margin-right: 6px;
}

#s-1efe9d34-eae9-4b8e-bd51-63421b355881 {
  display: none;
}
#s-83df20ef-975b-4da5-bd4b-68c8033cd707 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83df20ef-975b-4da5-bd4b-68c8033cd707 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 {
  text-align: left;
}


.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 {
  max-width: 100%;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 .shg-image-zoom,
.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 {
  max-width: 100%;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 .shg-image-zoom,
.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 {
  max-width: 100%;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 .shg-image-zoom,
.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 {
  max-width: 100%;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 .shg-image-zoom,
.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 {
  max-width: 100%;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 .shg-image-zoom,
.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c626a3e9-8a90-4ff6-9291-389e1f07cfa3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-918050d7-4a39-4c62-8d95-35791b3647d1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-918050d7-4a39-4c62-8d95-35791b3647d1 .shogun-heading-component h1 {
  color: rgba(230, 11, 11, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cb2b0aed-f04a-4a7b-9daa-9b06d002fa2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb2b0aed-f04a-4a7b-9daa-9b06d002fa2f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b2cc2e37-7485-4a1c-8c8d-73943f31da80 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-b2cc2e37-7485-4a1c-8c8d-73943f31da80 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b2cc2e37-7485-4a1c-8c8d-73943f31da80 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b2cc2e37-7485-4a1c-8c8d-73943f31da80 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b2cc2e37-7485-4a1c-8c8d-73943f31da80 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-d8fedd03-6905-49f2-99c2-c174bcd8119a {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 60px;
padding-bottom: 7px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d8fedd03-6905-49f2-99c2-c174bcd8119a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8fedd03-6905-49f2-99c2-c174bcd8119a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8fedd03-6905-49f2-99c2-c174bcd8119a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8fedd03-6905-49f2-99c2-c174bcd8119a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8fedd03-6905-49f2-99c2-c174bcd8119a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 27px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d8fedd03-6905-49f2-99c2-c174bcd8119a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7acf8730-2529-40bf-be63-e9a42c985582 {
  margin-top: 15px;
margin-bottom: 10px;
}

#s-0b0ff9f0-b2e1-429b-87d5-8fb031b6485f {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-0b0ff9f0-b2e1-429b-87d5-8fb031b6485f .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-0b0ff9f0-b2e1-429b-87d5-8fb031b6485f .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-0b0ff9f0-b2e1-429b-87d5-8fb031b6485f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e771e2be-8568-4f37-a565-06381b56c031 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-e771e2be-8568-4f37-a565-06381b56c031 img.shogun-image {
    
    width: px;
  }


#s-e771e2be-8568-4f37-a565-06381b56c031 .shogun-image-content {
  
    align-items: center;
  
}

#s-2247ab50-9280-4628-b9aa-b65fc425faea {
  margin-left: 30px;
margin-right: 30px;
text-align: center;
}




  #s-2247ab50-9280-4628-b9aa-b65fc425faea img.shogun-image {
    
    width: px;
  }


#s-2247ab50-9280-4628-b9aa-b65fc425faea .shogun-image-content {
  
    align-items: center;
  
}

#s-d8795480-ab62-4324-86f3-022ddb7e6d2c {
  text-align: center;
}




  #s-d8795480-ab62-4324-86f3-022ddb7e6d2c img.shogun-image {
    
    width: px;
  }


#s-d8795480-ab62-4324-86f3-022ddb7e6d2c .shogun-image-content {
  
    align-items: center;
  
}

#s-ac36d19f-b6bf-4e9a-b5db-369c5606bdd6 {
  text-align: center;
}
@media (min-width: 1200px){#s-ac36d19f-b6bf-4e9a-b5db-369c5606bdd6 {
  display: none;
}
#s-ac36d19f-b6bf-4e9a-b5db-369c5606bdd6, #wrap-s-ac36d19f-b6bf-4e9a-b5db-369c5606bdd6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac36d19f-b6bf-4e9a-b5db-369c5606bdd6 {
  display: none;
}
#s-ac36d19f-b6bf-4e9a-b5db-369c5606bdd6, #wrap-s-ac36d19f-b6bf-4e9a-b5db-369c5606bdd6 { display:none !important; }}



  #s-ac36d19f-b6bf-4e9a-b5db-369c5606bdd6 img.shogun-image {
    
    width: px;
  }


#s-ac36d19f-b6bf-4e9a-b5db-369c5606bdd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c523fc92-0112-4035-ab34-831403dc3a45 {
  text-align: center;
}
@media (min-width: 1200px){#s-c523fc92-0112-4035-ab34-831403dc3a45 {
  display: none;
}
#s-c523fc92-0112-4035-ab34-831403dc3a45, #wrap-s-c523fc92-0112-4035-ab34-831403dc3a45 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c523fc92-0112-4035-ab34-831403dc3a45 {
  display: none;
}
#s-c523fc92-0112-4035-ab34-831403dc3a45, #wrap-s-c523fc92-0112-4035-ab34-831403dc3a45 { display:none !important; }}



  #s-c523fc92-0112-4035-ab34-831403dc3a45 img.shogun-image {
    
    width: px;
  }


#s-c523fc92-0112-4035-ab34-831403dc3a45 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-950d8e4c-e0f9-4264-9517-309ea2e5a7fa {
  display: none;
}
#s-950d8e4c-e0f9-4264-9517-309ea2e5a7fa, #wrap-s-950d8e4c-e0f9-4264-9517-309ea2e5a7fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-950d8e4c-e0f9-4264-9517-309ea2e5a7fa {
  display: none;
}
#s-950d8e4c-e0f9-4264-9517-309ea2e5a7fa, #wrap-s-950d8e4c-e0f9-4264-9517-309ea2e5a7fa { display:none !important; }}
#s-ec3fd3fa-6aa3-4163-ba55-4b4dba81b3aa {
  margin-top: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-ec3fd3fa-6aa3-4163-ba55-4b4dba81b3aa {
  display: none;
}
#s-ec3fd3fa-6aa3-4163-ba55-4b4dba81b3aa, #wrap-s-ec3fd3fa-6aa3-4163-ba55-4b4dba81b3aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec3fd3fa-6aa3-4163-ba55-4b4dba81b3aa {
  display: none;
}
#s-ec3fd3fa-6aa3-4163-ba55-4b4dba81b3aa, #wrap-s-ec3fd3fa-6aa3-4163-ba55-4b4dba81b3aa { display:none !important; }}



  #s-ec3fd3fa-6aa3-4163-ba55-4b4dba81b3aa img.shogun-image {
    
    width: px;
  }


#s-ec3fd3fa-6aa3-4163-ba55-4b4dba81b3aa .shogun-image-content {
  
    align-items: center;
  
}

#s-f6789360-7f8d-4b99-bb1a-88df6d65fb40 {
  text-align: center;
}
@media (min-width: 1200px){#s-f6789360-7f8d-4b99-bb1a-88df6d65fb40 {
  display: none;
}
#s-f6789360-7f8d-4b99-bb1a-88df6d65fb40, #wrap-s-f6789360-7f8d-4b99-bb1a-88df6d65fb40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6789360-7f8d-4b99-bb1a-88df6d65fb40 {
  display: none;
}
#s-f6789360-7f8d-4b99-bb1a-88df6d65fb40, #wrap-s-f6789360-7f8d-4b99-bb1a-88df6d65fb40 { display:none !important; }}



  #s-f6789360-7f8d-4b99-bb1a-88df6d65fb40 img.shogun-image {
    
    width: px;
  }


#s-f6789360-7f8d-4b99-bb1a-88df6d65fb40 .shogun-image-content {
  
    align-items: center;
  
}

#s-35377a86-a258-4948-82fb-395f7ae95dbc {
  text-align: center;
}
@media (min-width: 1200px){#s-35377a86-a258-4948-82fb-395f7ae95dbc {
  display: none;
}
#s-35377a86-a258-4948-82fb-395f7ae95dbc, #wrap-s-35377a86-a258-4948-82fb-395f7ae95dbc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35377a86-a258-4948-82fb-395f7ae95dbc {
  display: none;
}
#s-35377a86-a258-4948-82fb-395f7ae95dbc, #wrap-s-35377a86-a258-4948-82fb-395f7ae95dbc { display:none !important; }}



  #s-35377a86-a258-4948-82fb-395f7ae95dbc img.shogun-image {
    
    width: px;
  }


#s-35377a86-a258-4948-82fb-395f7ae95dbc .shogun-image-content {
  
    align-items: center;
  
}

#s-afe38801-3fe9-49c0-9cfd-a89e78d86bd9 {
  text-align: center;
}
@media (min-width: 1200px){#s-afe38801-3fe9-49c0-9cfd-a89e78d86bd9 {
  display: none;
}
#s-afe38801-3fe9-49c0-9cfd-a89e78d86bd9, #wrap-s-afe38801-3fe9-49c0-9cfd-a89e78d86bd9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afe38801-3fe9-49c0-9cfd-a89e78d86bd9 {
  display: none;
}
#s-afe38801-3fe9-49c0-9cfd-a89e78d86bd9, #wrap-s-afe38801-3fe9-49c0-9cfd-a89e78d86bd9 { display:none !important; }}



  #s-afe38801-3fe9-49c0-9cfd-a89e78d86bd9 img.shogun-image {
    
    width: px;
  }


#s-afe38801-3fe9-49c0-9cfd-a89e78d86bd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c44b2ea4-0795-4011-b762-1674bb724ef3 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c44b2ea4-0795-4011-b762-1674bb724ef3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(131, 145, 186, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c44b2ea4-0795-4011-b762-1674bb724ef3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c44b2ea4-0795-4011-b762-1674bb724ef3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 29px;
  
  
  
  display:  inline-block ;
}

#s-3b205165-29bc-4a29-a446-8ffb72d1c2e4 {
  text-align: center;
}
@media (min-width: 1200px){#s-3b205165-29bc-4a29-a446-8ffb72d1c2e4 {
  display: none;
}
#s-3b205165-29bc-4a29-a446-8ffb72d1c2e4, #wrap-s-3b205165-29bc-4a29-a446-8ffb72d1c2e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b205165-29bc-4a29-a446-8ffb72d1c2e4 {
  display: none;
}
#s-3b205165-29bc-4a29-a446-8ffb72d1c2e4, #wrap-s-3b205165-29bc-4a29-a446-8ffb72d1c2e4 { display:none !important; }}



  #s-3b205165-29bc-4a29-a446-8ffb72d1c2e4 img.shogun-image {
    
    width: px;
  }


#s-3b205165-29bc-4a29-a446-8ffb72d1c2e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-93081f2a-e463-490f-8a4e-73107431f83e {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-93081f2a-e463-490f-8a4e-73107431f83e {
  display: none;
}
#s-93081f2a-e463-490f-8a4e-73107431f83e, #wrap-s-93081f2a-e463-490f-8a4e-73107431f83e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93081f2a-e463-490f-8a4e-73107431f83e {
  display: none;
}
#s-93081f2a-e463-490f-8a4e-73107431f83e, #wrap-s-93081f2a-e463-490f-8a4e-73107431f83e { display:none !important; }}
#s-8865d4c5-5e27-445f-942f-b488a30f526a {
  text-align: center;
}
@media (min-width: 1200px){#s-8865d4c5-5e27-445f-942f-b488a30f526a {
  display: none;
}
#s-8865d4c5-5e27-445f-942f-b488a30f526a, #wrap-s-8865d4c5-5e27-445f-942f-b488a30f526a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8865d4c5-5e27-445f-942f-b488a30f526a {
  display: none;
}
#s-8865d4c5-5e27-445f-942f-b488a30f526a, #wrap-s-8865d4c5-5e27-445f-942f-b488a30f526a { display:none !important; }}



  #s-8865d4c5-5e27-445f-942f-b488a30f526a img.shogun-image {
    
    width: px;
  }


#s-8865d4c5-5e27-445f-942f-b488a30f526a .shogun-image-content {
  
    align-items: center;
  
}

#s-e962e81a-9ea2-4bdc-b970-3b054e1bb082 {
  text-align: center;
}
@media (min-width: 1200px){#s-e962e81a-9ea2-4bdc-b970-3b054e1bb082 {
  display: none;
}
#s-e962e81a-9ea2-4bdc-b970-3b054e1bb082, #wrap-s-e962e81a-9ea2-4bdc-b970-3b054e1bb082 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e962e81a-9ea2-4bdc-b970-3b054e1bb082 {
  display: none;
}
#s-e962e81a-9ea2-4bdc-b970-3b054e1bb082, #wrap-s-e962e81a-9ea2-4bdc-b970-3b054e1bb082 { display:none !important; }}



  #s-e962e81a-9ea2-4bdc-b970-3b054e1bb082 img.shogun-image {
    
    width: px;
  }


#s-e962e81a-9ea2-4bdc-b970-3b054e1bb082 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc36a624-2759-4d4f-b1ce-a9e1b04029ad {
  text-align: center;
}
@media (min-width: 1200px){#s-dc36a624-2759-4d4f-b1ce-a9e1b04029ad {
  display: none;
}
#s-dc36a624-2759-4d4f-b1ce-a9e1b04029ad, #wrap-s-dc36a624-2759-4d4f-b1ce-a9e1b04029ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc36a624-2759-4d4f-b1ce-a9e1b04029ad {
  display: none;
}
#s-dc36a624-2759-4d4f-b1ce-a9e1b04029ad, #wrap-s-dc36a624-2759-4d4f-b1ce-a9e1b04029ad { display:none !important; }}



  #s-dc36a624-2759-4d4f-b1ce-a9e1b04029ad img.shogun-image {
    
    width: px;
  }


#s-dc36a624-2759-4d4f-b1ce-a9e1b04029ad .shogun-image-content {
  
    align-items: center;
  
}

#s-2040b4b5-a58a-4aaf-815d-64b0ba4c5337 {
  text-align: center;
}
@media (min-width: 1200px){#s-2040b4b5-a58a-4aaf-815d-64b0ba4c5337 {
  display: none;
}
#s-2040b4b5-a58a-4aaf-815d-64b0ba4c5337, #wrap-s-2040b4b5-a58a-4aaf-815d-64b0ba4c5337 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2040b4b5-a58a-4aaf-815d-64b0ba4c5337 {
  display: none;
}
#s-2040b4b5-a58a-4aaf-815d-64b0ba4c5337, #wrap-s-2040b4b5-a58a-4aaf-815d-64b0ba4c5337 { display:none !important; }}



  #s-2040b4b5-a58a-4aaf-815d-64b0ba4c5337 img.shogun-image {
    
    width: px;
  }


#s-2040b4b5-a58a-4aaf-815d-64b0ba4c5337 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cc7e3af-16b5-4362-b30b-9eb5d539b108 {
  text-align: center;
}
@media (min-width: 1200px){#s-0cc7e3af-16b5-4362-b30b-9eb5d539b108 {
  display: none;
}
#s-0cc7e3af-16b5-4362-b30b-9eb5d539b108, #wrap-s-0cc7e3af-16b5-4362-b30b-9eb5d539b108 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cc7e3af-16b5-4362-b30b-9eb5d539b108 {
  display: none;
}
#s-0cc7e3af-16b5-4362-b30b-9eb5d539b108, #wrap-s-0cc7e3af-16b5-4362-b30b-9eb5d539b108 { display:none !important; }}



  #s-0cc7e3af-16b5-4362-b30b-9eb5d539b108 img.shogun-image {
    
    width: px;
  }


#s-0cc7e3af-16b5-4362-b30b-9eb5d539b108 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5123883-9a3a-4f7c-b841-4f533aa8ac66 {
  text-align: center;
}
@media (min-width: 1200px){#s-c5123883-9a3a-4f7c-b841-4f533aa8ac66 {
  display: none;
}
#s-c5123883-9a3a-4f7c-b841-4f533aa8ac66, #wrap-s-c5123883-9a3a-4f7c-b841-4f533aa8ac66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5123883-9a3a-4f7c-b841-4f533aa8ac66 {
  display: none;
}
#s-c5123883-9a3a-4f7c-b841-4f533aa8ac66, #wrap-s-c5123883-9a3a-4f7c-b841-4f533aa8ac66 { display:none !important; }}



  #s-c5123883-9a3a-4f7c-b841-4f533aa8ac66 img.shogun-image {
    
    width: px;
  }


#s-c5123883-9a3a-4f7c-b841-4f533aa8ac66 .shogun-image-content {
  
    align-items: center;
  
}

#s-868c8b08-d3a9-4c4b-b32b-05ab8efef0ae {
  text-align: center;
}
@media (min-width: 1200px){#s-868c8b08-d3a9-4c4b-b32b-05ab8efef0ae {
  display: none;
}
#s-868c8b08-d3a9-4c4b-b32b-05ab8efef0ae, #wrap-s-868c8b08-d3a9-4c4b-b32b-05ab8efef0ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-868c8b08-d3a9-4c4b-b32b-05ab8efef0ae {
  display: none;
}
#s-868c8b08-d3a9-4c4b-b32b-05ab8efef0ae, #wrap-s-868c8b08-d3a9-4c4b-b32b-05ab8efef0ae { display:none !important; }}



  #s-868c8b08-d3a9-4c4b-b32b-05ab8efef0ae img.shogun-image {
    
    width: px;
  }


#s-868c8b08-d3a9-4c4b-b32b-05ab8efef0ae .shogun-image-content {
  
    align-items: center;
  
}

#s-850efd6a-90b0-4340-b9e3-03b71b9ac557 {
  text-align: center;
}
@media (min-width: 1200px){#s-850efd6a-90b0-4340-b9e3-03b71b9ac557 {
  display: none;
}
#s-850efd6a-90b0-4340-b9e3-03b71b9ac557, #wrap-s-850efd6a-90b0-4340-b9e3-03b71b9ac557 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-850efd6a-90b0-4340-b9e3-03b71b9ac557 {
  display: none;
}
#s-850efd6a-90b0-4340-b9e3-03b71b9ac557, #wrap-s-850efd6a-90b0-4340-b9e3-03b71b9ac557 { display:none !important; }}



  #s-850efd6a-90b0-4340-b9e3-03b71b9ac557 img.shogun-image {
    
    width: px;
  }


#s-850efd6a-90b0-4340-b9e3-03b71b9ac557 .shogun-image-content {
  
    align-items: center;
  
}

#s-b40ca9c3-0e3c-4845-b859-7ba6d01bda6f {
  text-align: center;
}
@media (min-width: 1200px){#s-b40ca9c3-0e3c-4845-b859-7ba6d01bda6f {
  display: none;
}
#s-b40ca9c3-0e3c-4845-b859-7ba6d01bda6f, #wrap-s-b40ca9c3-0e3c-4845-b859-7ba6d01bda6f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b40ca9c3-0e3c-4845-b859-7ba6d01bda6f {
  display: none;
}
#s-b40ca9c3-0e3c-4845-b859-7ba6d01bda6f, #wrap-s-b40ca9c3-0e3c-4845-b859-7ba6d01bda6f { display:none !important; }}



  #s-b40ca9c3-0e3c-4845-b859-7ba6d01bda6f img.shogun-image {
    
    width: px;
  }


#s-b40ca9c3-0e3c-4845-b859-7ba6d01bda6f .shogun-image-content {
  
    align-items: center;
  
}

#s-37bda3a6-bc58-4345-8321-71f83c57e970 {
  text-align: center;
}
@media (min-width: 1200px){#s-37bda3a6-bc58-4345-8321-71f83c57e970 {
  display: none;
}
#s-37bda3a6-bc58-4345-8321-71f83c57e970, #wrap-s-37bda3a6-bc58-4345-8321-71f83c57e970 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37bda3a6-bc58-4345-8321-71f83c57e970 {
  display: none;
}
#s-37bda3a6-bc58-4345-8321-71f83c57e970, #wrap-s-37bda3a6-bc58-4345-8321-71f83c57e970 { display:none !important; }}



  #s-37bda3a6-bc58-4345-8321-71f83c57e970 img.shogun-image {
    
    width: px;
  }


#s-37bda3a6-bc58-4345-8321-71f83c57e970 .shogun-image-content {
  
    align-items: center;
  
}

#s-19552f6b-8109-44f6-b0c5-e8791b95ae5f {
  text-align: center;
}
@media (min-width: 1200px){#s-19552f6b-8109-44f6-b0c5-e8791b95ae5f {
  display: none;
}
#s-19552f6b-8109-44f6-b0c5-e8791b95ae5f, #wrap-s-19552f6b-8109-44f6-b0c5-e8791b95ae5f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19552f6b-8109-44f6-b0c5-e8791b95ae5f {
  display: none;
}
#s-19552f6b-8109-44f6-b0c5-e8791b95ae5f, #wrap-s-19552f6b-8109-44f6-b0c5-e8791b95ae5f { display:none !important; }}



  #s-19552f6b-8109-44f6-b0c5-e8791b95ae5f img.shogun-image {
    
    width: px;
  }


#s-19552f6b-8109-44f6-b0c5-e8791b95ae5f .shogun-image-content {
  
    align-items: center;
  
}

#s-b65dbb98-a25d-4ebb-87ca-670799a90334 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b65dbb98-a25d-4ebb-87ca-670799a90334:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(131, 145, 186, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b65dbb98-a25d-4ebb-87ca-670799a90334:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b65dbb98-a25d-4ebb-87ca-670799a90334 {
  display: none;
}
#s-b65dbb98-a25d-4ebb-87ca-670799a90334, #wrap-s-b65dbb98-a25d-4ebb-87ca-670799a90334 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b65dbb98-a25d-4ebb-87ca-670799a90334 {
  display: none;
}
#s-b65dbb98-a25d-4ebb-87ca-670799a90334, #wrap-s-b65dbb98-a25d-4ebb-87ca-670799a90334 { display:none !important; }}


#s-b65dbb98-a25d-4ebb-87ca-670799a90334.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 29px;
  
  
  
  display:  inline-block ;
}

#s-146cc4f1-02d6-4963-a9b7-175d601a2c8e {
  text-align: center;
}
@media (min-width: 1200px){#s-146cc4f1-02d6-4963-a9b7-175d601a2c8e {
  display: none;
}
#s-146cc4f1-02d6-4963-a9b7-175d601a2c8e, #wrap-s-146cc4f1-02d6-4963-a9b7-175d601a2c8e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-146cc4f1-02d6-4963-a9b7-175d601a2c8e {
  display: none;
}
#s-146cc4f1-02d6-4963-a9b7-175d601a2c8e, #wrap-s-146cc4f1-02d6-4963-a9b7-175d601a2c8e { display:none !important; }}



  #s-146cc4f1-02d6-4963-a9b7-175d601a2c8e img.shogun-image {
    
    width: px;
  }


#s-146cc4f1-02d6-4963-a9b7-175d601a2c8e .shogun-image-content {
  
    align-items: center;
  
}

#s-e44b2664-3f2e-4d2c-875f-b140c1bb291d {
  text-align: center;
}
@media (min-width: 1200px){#s-e44b2664-3f2e-4d2c-875f-b140c1bb291d {
  display: none;
}
#s-e44b2664-3f2e-4d2c-875f-b140c1bb291d, #wrap-s-e44b2664-3f2e-4d2c-875f-b140c1bb291d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e44b2664-3f2e-4d2c-875f-b140c1bb291d {
  display: none;
}
#s-e44b2664-3f2e-4d2c-875f-b140c1bb291d, #wrap-s-e44b2664-3f2e-4d2c-875f-b140c1bb291d { display:none !important; }}



  #s-e44b2664-3f2e-4d2c-875f-b140c1bb291d img.shogun-image {
    
    width: px;
  }


#s-e44b2664-3f2e-4d2c-875f-b140c1bb291d .shogun-image-content {
  
    align-items: center;
  
}

#s-86ff7cad-e936-4b5a-b099-a82c395fbecb {
  text-align: center;
}
@media (min-width: 1200px){#s-86ff7cad-e936-4b5a-b099-a82c395fbecb {
  display: none;
}
#s-86ff7cad-e936-4b5a-b099-a82c395fbecb, #wrap-s-86ff7cad-e936-4b5a-b099-a82c395fbecb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86ff7cad-e936-4b5a-b099-a82c395fbecb {
  display: none;
}
#s-86ff7cad-e936-4b5a-b099-a82c395fbecb, #wrap-s-86ff7cad-e936-4b5a-b099-a82c395fbecb { display:none !important; }}



  #s-86ff7cad-e936-4b5a-b099-a82c395fbecb img.shogun-image {
    
    width: px;
  }


#s-86ff7cad-e936-4b5a-b099-a82c395fbecb .shogun-image-content {
  
    align-items: center;
  
}

#s-e23e9037-8480-44b4-ad19-c2ca21c0ce62 {
  text-align: center;
}
@media (min-width: 1200px){#s-e23e9037-8480-44b4-ad19-c2ca21c0ce62 {
  display: none;
}
#s-e23e9037-8480-44b4-ad19-c2ca21c0ce62, #wrap-s-e23e9037-8480-44b4-ad19-c2ca21c0ce62 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e23e9037-8480-44b4-ad19-c2ca21c0ce62 {
  display: none;
}
#s-e23e9037-8480-44b4-ad19-c2ca21c0ce62, #wrap-s-e23e9037-8480-44b4-ad19-c2ca21c0ce62 { display:none !important; }}



  #s-e23e9037-8480-44b4-ad19-c2ca21c0ce62 img.shogun-image {
    
    width: px;
  }


#s-e23e9037-8480-44b4-ad19-c2ca21c0ce62 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-aedff210-8ed9-481b-a4be-198700e20bbc {
  display: none;
}
#s-aedff210-8ed9-481b-a4be-198700e20bbc, #wrap-s-aedff210-8ed9-481b-a4be-198700e20bbc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aedff210-8ed9-481b-a4be-198700e20bbc {
  display: none;
}
#s-aedff210-8ed9-481b-a4be-198700e20bbc, #wrap-s-aedff210-8ed9-481b-a4be-198700e20bbc { display:none !important; }}
#s-c9e8e902-8775-4602-8934-9fa0da9a5530 {
  text-align: center;
}
@media (min-width: 1200px){#s-c9e8e902-8775-4602-8934-9fa0da9a5530 {
  display: none;
}
#s-c9e8e902-8775-4602-8934-9fa0da9a5530, #wrap-s-c9e8e902-8775-4602-8934-9fa0da9a5530 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9e8e902-8775-4602-8934-9fa0da9a5530 {
  display: none;
}
#s-c9e8e902-8775-4602-8934-9fa0da9a5530, #wrap-s-c9e8e902-8775-4602-8934-9fa0da9a5530 { display:none !important; }}



  #s-c9e8e902-8775-4602-8934-9fa0da9a5530 img.shogun-image {
    
    width: px;
  }


#s-c9e8e902-8775-4602-8934-9fa0da9a5530 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed949373-f3e1-410d-9233-4e03c6d2c438 {
  min-height: 50px;
}








#s-ed949373-f3e1-410d-9233-4e03c6d2c438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed949373-f3e1-410d-9233-4e03c6d2c438.shg-box.shg-c {
  justify-content: center;
}

#s-bddbe38c-a112-4b4f-b4ac-3701de244219 {
  margin-top: 6px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-bddbe38c-a112-4b4f-b4ac-3701de244219 {
  display: none;
}
#s-bddbe38c-a112-4b4f-b4ac-3701de244219, #wrap-s-bddbe38c-a112-4b4f-b4ac-3701de244219 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bddbe38c-a112-4b4f-b4ac-3701de244219 {
  display: none;
}
#s-bddbe38c-a112-4b4f-b4ac-3701de244219, #wrap-s-bddbe38c-a112-4b4f-b4ac-3701de244219 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bddbe38c-a112-4b4f-b4ac-3701de244219 {
  
}
}@media (max-width: 767px){#s-bddbe38c-a112-4b4f-b4ac-3701de244219 {
  
}
}
@media (min-width: 0px) {
[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bddbe38c-a112-4b4f-b4ac-3701de244219"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3beeec47-a8dd-4b96-9515-9d058f5fc2ed {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(37, 128, 192, 1);
}








#s-3beeec47-a8dd-4b96-9515-9d058f5fc2ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3beeec47-a8dd-4b96-9515-9d058f5fc2ed.shg-box.shg-c {
  justify-content: center;
}

#s-2b2bd115-17dd-4a89-857f-5c5e900ee272 {
  margin-left: 6px;
margin-right: 6px;
}

#s-2b2bd115-17dd-4a89-857f-5c5e900ee272 {
  display: none;
}
#s-c608d372-15e2-46e9-95d9-97482c8ca779 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c608d372-15e2-46e9-95d9-97482c8ca779 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5e1f1048-610e-427e-8c22-15203ccd012d {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5e1f1048-610e-427e-8c22-15203ccd012d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e1f1048-610e-427e-8c22-15203ccd012d.shg-box.shg-c {
  justify-content: center;
}

#s-6975c0f8-29b0-4f01-83ce-53c5f33e31d3 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6975c0f8-29b0-4f01-83ce-53c5f33e31d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6975c0f8-29b0-4f01-83ce-53c5f33e31d3.shg-box.shg-c {
  justify-content: center;
}

#s-0de42ae7-f71d-46b4-bca9-090c9ae2c049 {
  margin-left: 6px;
margin-right: 6px;
}

#s-0de42ae7-f71d-46b4-bca9-090c9ae2c049 {
  display: none;
}
#s-d4394c6f-63fa-493f-be2f-33ed74b7981a {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4394c6f-63fa-493f-be2f-33ed74b7981a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 {
  text-align: left;
}


.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 {
  max-width: 100%;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 .shg-image-zoom,
.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 {
  max-width: 100%;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 .shg-image-zoom,
.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 {
  max-width: 100%;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 .shg-image-zoom,
.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 {
  max-width: 100%;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 .shg-image-zoom,
.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 {
  max-width: 100%;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 .shg-image-zoom,
.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b17bde46-dddb-44e5-b2b4-b229ad9ddd37 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cfcefc52-d1ac-4077-8f7d-611bf278ac11 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cfcefc52-d1ac-4077-8f7d-611bf278ac11 .shogun-heading-component h1 {
  color: rgba(230, 11, 11, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-02797cf8-c457-428c-92fc-b988e05623f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02797cf8-c457-428c-92fc-b988e05623f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0be826d0-9e2e-450f-b052-e5a87bec6736 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-0be826d0-9e2e-450f-b052-e5a87bec6736 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0be826d0-9e2e-450f-b052-e5a87bec6736 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0be826d0-9e2e-450f-b052-e5a87bec6736 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0be826d0-9e2e-450f-b052-e5a87bec6736 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-69c8ff1d-08b2-483c-893e-573859d49ce2 {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 11px;
padding-top: 7px;
padding-left: 60px;
padding-bottom: 7px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-69c8ff1d-08b2-483c-893e-573859d49ce2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69c8ff1d-08b2-483c-893e-573859d49ce2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-69c8ff1d-08b2-483c-893e-573859d49ce2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-69c8ff1d-08b2-483c-893e-573859d49ce2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69c8ff1d-08b2-483c-893e-573859d49ce2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 27px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-69c8ff1d-08b2-483c-893e-573859d49ce2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-067e06c7-ff3b-477e-bc2a-2e404ef4e4e2 {
  margin-top: 15px;
margin-bottom: 10px;
}

#s-c487f9bf-aa79-4e39-9e1e-7ade9177fb64 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-c487f9bf-aa79-4e39-9e1e-7ade9177fb64 .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-c487f9bf-aa79-4e39-9e1e-7ade9177fb64 .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-c487f9bf-aa79-4e39-9e1e-7ade9177fb64 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6b058f1f-974d-4843-9bf0-d647b409bb04 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-6b058f1f-974d-4843-9bf0-d647b409bb04 img.shogun-image {
    
    width: px;
  }


#s-6b058f1f-974d-4843-9bf0-d647b409bb04 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef481323-ddaa-4145-978f-5f17064ee9c0 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(190, 37, 192, 1);
}








#s-ef481323-ddaa-4145-978f-5f17064ee9c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef481323-ddaa-4145-978f-5f17064ee9c0.shg-box.shg-c {
  justify-content: center;
}

#s-d8516d3e-de8a-41e6-b944-fb30f87b5837 {
  margin-left: 6px;
margin-right: 6px;
}

#s-d8516d3e-de8a-41e6-b944-fb30f87b5837 {
  display: none;
}
#s-6f376565-5167-4350-914e-1fa40c533cc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f376565-5167-4350-914e-1fa40c533cc4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-81734ad0-517a-4205-ab77-c1cdc09df3a2 {
  padding-top: 4px;
padding-bottom: 2px;
background-color: rgba(7, 7, 7, 1);
}








#s-81734ad0-517a-4205-ab77-c1cdc09df3a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81734ad0-517a-4205-ab77-c1cdc09df3a2.shg-box.shg-c {
  justify-content: center;
}

#s-680c64fe-dcd2-4a69-8162-ba08daf213b3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-680c64fe-dcd2-4a69-8162-ba08daf213b3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b6e17766-5f96-472c-91d5-0f27f65a4db4 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b6e17766-5f96-472c-91d5-0f27f65a4db4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6e17766-5f96-472c-91d5-0f27f65a4db4.shg-box.shg-c {
  justify-content: center;
}

#s-0aa8c4e2-17b8-4106-85ee-93774b9045f5 {
  margin-left: 6px;
margin-right: 6px;
}

#s-0aa8c4e2-17b8-4106-85ee-93774b9045f5 {
  display: none;
}
#s-2d985766-d836-4dc0-8ae1-c3b409f9c237 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d985766-d836-4dc0-8ae1-c3b409f9c237 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0e421f29-754c-4aba-86ac-5d150938e8ee {
  text-align: left;
}


.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee {
  max-width: 100%;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee .shg-image-zoom,
.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee {
  max-width: 100%;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee .shg-image-zoom,
.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee {
  max-width: 100%;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee .shg-image-zoom,
.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee {
  max-width: 100%;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee .shg-image-zoom,
.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee {
  max-width: 100%;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee .shg-image-zoom,
.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e421f29-754c-4aba-86ac-5d150938e8ee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4e11ae64-90f3-4f5d-987a-6b4cb1a7b200 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4e11ae64-90f3-4f5d-987a-6b4cb1a7b200 .shogun-heading-component h1 {
  color: rgba(230, 11, 11, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ee6e02e5-7476-4149-942c-8e0d0c48e550 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee6e02e5-7476-4149-942c-8e0d0c48e550 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d9aa4115-acb4-43a3-92bd-caec4b11633d {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-d9aa4115-acb4-43a3-92bd-caec4b11633d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d9aa4115-acb4-43a3-92bd-caec4b11633d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d9aa4115-acb4-43a3-92bd-caec4b11633d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d9aa4115-acb4-43a3-92bd-caec4b11633d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-80ad2b57-40d5-48f6-a457-4d8119b8a015 {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 11px;
padding-top: 7px;
padding-left: 60px;
padding-bottom: 7px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-80ad2b57-40d5-48f6-a457-4d8119b8a015:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80ad2b57-40d5-48f6-a457-4d8119b8a015:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-80ad2b57-40d5-48f6-a457-4d8119b8a015 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-80ad2b57-40d5-48f6-a457-4d8119b8a015.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80ad2b57-40d5-48f6-a457-4d8119b8a015.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 27px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-80ad2b57-40d5-48f6-a457-4d8119b8a015.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-91b96c26-c323-4b67-b835-5317dd6595d7 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-ff5e96ec-bcfe-475a-9a57-9f7058281f4f {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-ff5e96ec-bcfe-475a-9a57-9f7058281f4f .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-ff5e96ec-bcfe-475a-9a57-9f7058281f4f .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-ff5e96ec-bcfe-475a-9a57-9f7058281f4f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ebcd4923-01a9-4736-bdbf-4ec161bc65b6 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-ebcd4923-01a9-4736-bdbf-4ec161bc65b6 img.shogun-image {
    
    width: px;
  }


#s-ebcd4923-01a9-4736-bdbf-4ec161bc65b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-68bea5c0-c016-4ffa-a965-a741051e1b87 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-68bea5c0-c016-4ffa-a965-a741051e1b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68bea5c0-c016-4ffa-a965-a741051e1b87.shg-box.shg-c {
  justify-content: center;
}

#s-505fe1c7-1ca9-4b36-9c0e-780e116ff439 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(133, 77, 221, 1);
}








#s-505fe1c7-1ca9-4b36-9c0e-780e116ff439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-505fe1c7-1ca9-4b36-9c0e-780e116ff439.shg-box.shg-c {
  justify-content: center;
}

#s-408d920c-aa50-44e2-913c-7bbdcbbb087c {
  margin-left: 6px;
margin-right: 6px;
}

#s-408d920c-aa50-44e2-913c-7bbdcbbb087c {
  display: none;
}
#s-87ad1fa9-93e6-465e-831c-d4d38248e011 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87ad1fa9-93e6-465e-831c-d4d38248e011 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-07529b86-26e9-4b4b-b475-178d601e8abc {
  padding-top: 4px;
padding-bottom: 2px;
background-color: rgba(22, 19, 20, 1);
}








#s-07529b86-26e9-4b4b-b475-178d601e8abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07529b86-26e9-4b4b-b475-178d601e8abc.shg-box.shg-c {
  justify-content: center;
}

#s-e0348396-eb1c-42f3-a61b-0f777e16e8df {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e0348396-eb1c-42f3-a61b-0f777e16e8df .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e5a6122b-7c2f-43b8-86c8-9e4f05d33af6 {
  margin-left: 6px;
margin-right: 6px;
}

#s-e5a6122b-7c2f-43b8-86c8-9e4f05d33af6 {
  display: none;
}
#s-44222851-5c56-48b0-8398-fc27464f86ab {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44222851-5c56-48b0-8398-fc27464f86ab .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-10a219e6-2f86-4b6d-acee-bb2b648c806e {
  text-align: left;
}


.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e {
  max-width: 100%;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e .shg-image-zoom,
.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e {
  max-width: 100%;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e .shg-image-zoom,
.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e {
  max-width: 100%;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e .shg-image-zoom,
.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e {
  max-width: 100%;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e .shg-image-zoom,
.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e {
  max-width: 100%;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e .shg-image-zoom,
.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10a219e6-2f86-4b6d-acee-bb2b648c806e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6d21c340-5c8f-4309-8782-182ac6c759e5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6d21c340-5c8f-4309-8782-182ac6c759e5 .shogun-heading-component h1 {
  color: rgba(230, 11, 11, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-50944760-397b-4aa9-9270-c690ab5502c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50944760-397b-4aa9-9270-c690ab5502c4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9bc99f7c-89f3-4cba-b5c4-f8c1efd8865d {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-9bc99f7c-89f3-4cba-b5c4-f8c1efd8865d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9bc99f7c-89f3-4cba-b5c4-f8c1efd8865d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9bc99f7c-89f3-4cba-b5c4-f8c1efd8865d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9bc99f7c-89f3-4cba-b5c4-f8c1efd8865d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-f3960d61-e4ea-4c25-8675-5a4ddafa4903 {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 60px;
padding-bottom: 7px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f3960d61-e4ea-4c25-8675-5a4ddafa4903:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3960d61-e4ea-4c25-8675-5a4ddafa4903:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f3960d61-e4ea-4c25-8675-5a4ddafa4903 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f3960d61-e4ea-4c25-8675-5a4ddafa4903.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3960d61-e4ea-4c25-8675-5a4ddafa4903.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 27px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f3960d61-e4ea-4c25-8675-5a4ddafa4903.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-03045648-d787-4a17-8667-76b1a67cc515 {
  margin-top: 15px;
margin-bottom: 10px;
}

#s-70c79ec1-df21-469c-9796-b61980395f08 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-70c79ec1-df21-469c-9796-b61980395f08 .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-70c79ec1-df21-469c-9796-b61980395f08 .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-70c79ec1-df21-469c-9796-b61980395f08 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2a1da349-7b2d-439e-a27d-fafa77d46db7 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-2a1da349-7b2d-439e-a27d-fafa77d46db7 img.shogun-image {
    
    width: px;
  }


#s-2a1da349-7b2d-439e-a27d-fafa77d46db7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5f282b5-0eb5-4eae-af0d-8cd341958bb3 {
  text-align: center;
}
@media (min-width: 1200px){#s-a5f282b5-0eb5-4eae-af0d-8cd341958bb3 {
  display: none;
}
#s-a5f282b5-0eb5-4eae-af0d-8cd341958bb3, #wrap-s-a5f282b5-0eb5-4eae-af0d-8cd341958bb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5f282b5-0eb5-4eae-af0d-8cd341958bb3 {
  display: none;
}
#s-a5f282b5-0eb5-4eae-af0d-8cd341958bb3, #wrap-s-a5f282b5-0eb5-4eae-af0d-8cd341958bb3 { display:none !important; }}



  #s-a5f282b5-0eb5-4eae-af0d-8cd341958bb3 img.shogun-image {
    
    width: px;
  }


#s-a5f282b5-0eb5-4eae-af0d-8cd341958bb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5c1eb38-afdd-4dc4-b05b-76fba023d219 {
  text-align: center;
}
@media (min-width: 1200px){#s-d5c1eb38-afdd-4dc4-b05b-76fba023d219 {
  display: none;
}
#s-d5c1eb38-afdd-4dc4-b05b-76fba023d219, #wrap-s-d5c1eb38-afdd-4dc4-b05b-76fba023d219 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5c1eb38-afdd-4dc4-b05b-76fba023d219 {
  display: none;
}
#s-d5c1eb38-afdd-4dc4-b05b-76fba023d219, #wrap-s-d5c1eb38-afdd-4dc4-b05b-76fba023d219 { display:none !important; }}



  #s-d5c1eb38-afdd-4dc4-b05b-76fba023d219 img.shogun-image {
    
    width: px;
  }


#s-d5c1eb38-afdd-4dc4-b05b-76fba023d219 .shogun-image-content {
  
    align-items: center;
  
}

#s-0712e2a0-a3c9-4f97-a79d-8b029dafed98 {
  text-align: center;
}
@media (min-width: 1200px){#s-0712e2a0-a3c9-4f97-a79d-8b029dafed98 {
  display: none;
}
#s-0712e2a0-a3c9-4f97-a79d-8b029dafed98, #wrap-s-0712e2a0-a3c9-4f97-a79d-8b029dafed98 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0712e2a0-a3c9-4f97-a79d-8b029dafed98 {
  display: none;
}
#s-0712e2a0-a3c9-4f97-a79d-8b029dafed98, #wrap-s-0712e2a0-a3c9-4f97-a79d-8b029dafed98 { display:none !important; }}



  #s-0712e2a0-a3c9-4f97-a79d-8b029dafed98 img.shogun-image {
    
    width: px;
  }


#s-0712e2a0-a3c9-4f97-a79d-8b029dafed98 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5204ab7-b522-41dc-a4e4-eb8e234ce15a {
  min-height: 50px;
}








#s-e5204ab7-b522-41dc-a4e4-eb8e234ce15a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5204ab7-b522-41dc-a4e4-eb8e234ce15a.shg-box.shg-c {
  justify-content: center;
}

#s-6d1c58a7-6976-4426-bfa8-febc2119e9d7 {
  margin-top: 6px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-6d1c58a7-6976-4426-bfa8-febc2119e9d7 {
  display: none;
}
#s-6d1c58a7-6976-4426-bfa8-febc2119e9d7, #wrap-s-6d1c58a7-6976-4426-bfa8-febc2119e9d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d1c58a7-6976-4426-bfa8-febc2119e9d7 {
  display: none;
}
#s-6d1c58a7-6976-4426-bfa8-febc2119e9d7, #wrap-s-6d1c58a7-6976-4426-bfa8-febc2119e9d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d1c58a7-6976-4426-bfa8-febc2119e9d7 {
  
}
}@media (max-width: 767px){#s-6d1c58a7-6976-4426-bfa8-febc2119e9d7 {
  
}
}
@media (min-width: 0px) {
[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d1c58a7-6976-4426-bfa8-febc2119e9d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-29c3a8c5-a0e0-4b6b-addf-eb6096ff8168 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(37, 128, 192, 1);
}








#s-29c3a8c5-a0e0-4b6b-addf-eb6096ff8168 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29c3a8c5-a0e0-4b6b-addf-eb6096ff8168.shg-box.shg-c {
  justify-content: center;
}

#s-59d28b64-df9b-439d-b9c2-2f19d1282a61 {
  margin-left: 6px;
margin-right: 6px;
}

#s-59d28b64-df9b-439d-b9c2-2f19d1282a61 {
  display: none;
}
#s-ba839168-7bdd-4042-a65d-af5183596a72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba839168-7bdd-4042-a65d-af5183596a72 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ce6c53e4-8d9a-4811-bbf2-ffa9aeab0021 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ce6c53e4-8d9a-4811-bbf2-ffa9aeab0021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce6c53e4-8d9a-4811-bbf2-ffa9aeab0021.shg-box.shg-c {
  justify-content: center;
}

#s-355613d2-5b75-4763-8fc4-0c5f7ca4b746 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-355613d2-5b75-4763-8fc4-0c5f7ca4b746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-355613d2-5b75-4763-8fc4-0c5f7ca4b746.shg-box.shg-c {
  justify-content: center;
}

#s-76f3ba9a-d463-4838-86e1-17ffd0cf1404 {
  margin-left: 6px;
margin-right: 6px;
}

#s-76f3ba9a-d463-4838-86e1-17ffd0cf1404 {
  display: none;
}
#s-9dff18b7-9946-49b9-9c48-1e07ca3293ce {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dff18b7-9946-49b9-9c48-1e07ca3293ce .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9e8a7776-44cd-463c-9a74-4627038fda74 {
  text-align: left;
}


.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 {
  max-width: 100%;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 .shg-image-zoom,
.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 {
  max-width: 100%;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 .shg-image-zoom,
.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 {
  max-width: 100%;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 .shg-image-zoom,
.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 {
  max-width: 100%;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 .shg-image-zoom,
.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 {
  max-width: 100%;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 .shg-image-zoom,
.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9e8a7776-44cd-463c-9a74-4627038fda74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-74d50e6e-b0a2-41d9-9bab-7780ec9347fe {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-74d50e6e-b0a2-41d9-9bab-7780ec9347fe .shogun-heading-component h1 {
  color: rgba(230, 11, 11, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-77c36777-8259-4cc0-a779-17207e28d3ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77c36777-8259-4cc0-a779-17207e28d3ed .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c152b4c7-c1ce-4cfd-b134-282643662494 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-c152b4c7-c1ce-4cfd-b134-282643662494 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c152b4c7-c1ce-4cfd-b134-282643662494 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c152b4c7-c1ce-4cfd-b134-282643662494 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c152b4c7-c1ce-4cfd-b134-282643662494 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-d9ea1d64-72d3-40db-8fe2-19d2f8f31e38 {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 11px;
padding-top: 7px;
padding-left: 60px;
padding-bottom: 7px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d9ea1d64-72d3-40db-8fe2-19d2f8f31e38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9ea1d64-72d3-40db-8fe2-19d2f8f31e38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d9ea1d64-72d3-40db-8fe2-19d2f8f31e38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d9ea1d64-72d3-40db-8fe2-19d2f8f31e38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d9ea1d64-72d3-40db-8fe2-19d2f8f31e38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 27px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d9ea1d64-72d3-40db-8fe2-19d2f8f31e38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1a927b88-28e5-4151-9db2-bf7798bf5be0 {
  margin-top: 15px;
margin-bottom: 10px;
}

#s-f681f8a8-9ae9-43a7-9137-526bf662f17d {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-f681f8a8-9ae9-43a7-9137-526bf662f17d .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-f681f8a8-9ae9-43a7-9137-526bf662f17d .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-f681f8a8-9ae9-43a7-9137-526bf662f17d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-15ebeed7-06fd-467d-bc08-cfe8ad7adef6 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-15ebeed7-06fd-467d-bc08-cfe8ad7adef6 img.shogun-image {
    
    width: px;
  }


#s-15ebeed7-06fd-467d-bc08-cfe8ad7adef6 .shogun-image-content {
  
    align-items: center;
  
}

#s-07c4ea56-1819-4eb8-afdd-b887bffe05b4 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(190, 37, 192, 1);
}








#s-07c4ea56-1819-4eb8-afdd-b887bffe05b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07c4ea56-1819-4eb8-afdd-b887bffe05b4.shg-box.shg-c {
  justify-content: center;
}

#s-b69da1d2-1c28-489e-be13-94c6205b8c5a {
  margin-left: 6px;
margin-right: 6px;
}

#s-b69da1d2-1c28-489e-be13-94c6205b8c5a {
  display: none;
}
#s-3aad9f60-90ce-4cd7-8fcb-110dbc6b1c3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3aad9f60-90ce-4cd7-8fcb-110dbc6b1c3e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-86f5c635-49ec-4cd6-afcd-9667a2bda854 {
  padding-top: 4px;
padding-bottom: 2px;
background-color: rgba(7, 7, 7, 1);
}








#s-86f5c635-49ec-4cd6-afcd-9667a2bda854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86f5c635-49ec-4cd6-afcd-9667a2bda854.shg-box.shg-c {
  justify-content: center;
}

#s-b66a9d7c-2845-4c67-ad08-cf8e3969bbd2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b66a9d7c-2845-4c67-ad08-cf8e3969bbd2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c29c03ad-4731-440e-bf04-8805f06445ca {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c29c03ad-4731-440e-bf04-8805f06445ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c29c03ad-4731-440e-bf04-8805f06445ca.shg-box.shg-c {
  justify-content: center;
}

#s-fdabeac7-61a9-43cc-8316-10ce4f3cbee7 {
  margin-left: 6px;
margin-right: 6px;
}

#s-fdabeac7-61a9-43cc-8316-10ce4f3cbee7 {
  display: none;
}
#s-cfc720f2-1e7c-416f-b058-c7f159cbb7a3 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfc720f2-1e7c-416f-b058-c7f159cbb7a3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 {
  text-align: left;
}


.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 {
  max-width: 100%;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 .shg-image-zoom,
.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 {
  max-width: 100%;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 .shg-image-zoom,
.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 {
  max-width: 100%;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 .shg-image-zoom,
.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 {
  max-width: 100%;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 .shg-image-zoom,
.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 {
  max-width: 100%;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 .shg-image-zoom,
.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d70cf76-354d-41e9-a0c5-e358c7e0c1a0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fb3ce0db-4bca-449c-90ba-f472fd6f5d72 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fb3ce0db-4bca-449c-90ba-f472fd6f5d72 .shogun-heading-component h1 {
  color: rgba(230, 11, 11, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b59f465-67fb-4bbe-bd74-6bf8d0951989 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b59f465-67fb-4bbe-bd74-6bf8d0951989 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-45ed650d-8354-4278-a77b-95c4c14e7f0f {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-45ed650d-8354-4278-a77b-95c4c14e7f0f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-45ed650d-8354-4278-a77b-95c4c14e7f0f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-45ed650d-8354-4278-a77b-95c4c14e7f0f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-45ed650d-8354-4278-a77b-95c4c14e7f0f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-4d6aa811-c4f8-491c-8051-57c3d405ba17 {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 11px;
padding-top: 7px;
padding-left: 60px;
padding-bottom: 7px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4d6aa811-c4f8-491c-8051-57c3d405ba17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d6aa811-c4f8-491c-8051-57c3d405ba17:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4d6aa811-c4f8-491c-8051-57c3d405ba17 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4d6aa811-c4f8-491c-8051-57c3d405ba17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d6aa811-c4f8-491c-8051-57c3d405ba17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 27px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-4d6aa811-c4f8-491c-8051-57c3d405ba17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0b4570a2-9329-45e1-9f13-9df996956425 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-cde500e8-aa5c-4389-9f32-15bf50b72e70 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-cde500e8-aa5c-4389-9f32-15bf50b72e70 .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-cde500e8-aa5c-4389-9f32-15bf50b72e70 .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-cde500e8-aa5c-4389-9f32-15bf50b72e70 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1a88d16d-0e07-4a60-b067-f74bec9354a5 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-1a88d16d-0e07-4a60-b067-f74bec9354a5 img.shogun-image {
    
    width: px;
  }


#s-1a88d16d-0e07-4a60-b067-f74bec9354a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-362de77a-04f9-461f-be5d-3a4a12709594 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-362de77a-04f9-461f-be5d-3a4a12709594 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-362de77a-04f9-461f-be5d-3a4a12709594.shg-box.shg-c {
  justify-content: center;
}

#s-67a05afb-0283-4523-ad0f-6c6349e8d2c8 {
  box-shadow:0px 1px 6px 1px rgba(56, 47, 47, 0.46);
margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(133, 77, 221, 1);
}








#s-67a05afb-0283-4523-ad0f-6c6349e8d2c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67a05afb-0283-4523-ad0f-6c6349e8d2c8.shg-box.shg-c {
  justify-content: center;
}

#s-a71eac02-513b-4309-8062-099abe9ab020 {
  margin-left: 6px;
margin-right: 6px;
}

#s-a71eac02-513b-4309-8062-099abe9ab020 {
  display: none;
}
#s-6a044f4f-8a04-4672-825e-6b28acd359eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a044f4f-8a04-4672-825e-6b28acd359eb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0a239406-9fea-4d12-a8cc-af30f1e27cb1 {
  padding-top: 4px;
padding-bottom: 2px;
background-color: rgba(22, 19, 20, 1);
}








#s-0a239406-9fea-4d12-a8cc-af30f1e27cb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a239406-9fea-4d12-a8cc-af30f1e27cb1.shg-box.shg-c {
  justify-content: center;
}

#s-bb28d9f5-5af8-4a57-a549-693dd87c0709 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bb28d9f5-5af8-4a57-a549-693dd87c0709 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-74eaa716-ea86-4730-8cd9-d45c061a238b {
  margin-left: 6px;
margin-right: 6px;
}

#s-74eaa716-ea86-4730-8cd9-d45c061a238b {
  display: none;
}
#s-2ed18ae2-74c3-4fc4-a194-fcfc0ea48c0b {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ed18ae2-74c3-4fc4-a194-fcfc0ea48c0b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 {
  text-align: left;
}


.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 {
  max-width: 100%;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 .shg-image-zoom,
.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 {
  max-width: 100%;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 .shg-image-zoom,
.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 {
  max-width: 100%;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 .shg-image-zoom,
.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 {
  max-width: 100%;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 .shg-image-zoom,
.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 {
  max-width: 100%;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 .shg-image-zoom,
.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66dbbc2b-be7b-48ba-b485-59993ed63ea4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7cc6c17d-406a-4823-97e8-33e5dec40667 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7cc6c17d-406a-4823-97e8-33e5dec40667 .shogun-heading-component h1 {
  color: rgba(230, 11, 11, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e56b201a-1cd7-4d93-9608-99e4b0a97c7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e56b201a-1cd7-4d93-9608-99e4b0a97c7d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-19d8e11b-1aa6-4125-a14c-bddae84f0d48 {
  border-style: solid;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-19d8e11b-1aa6-4125-a14c-bddae84f0d48 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-19d8e11b-1aa6-4125-a14c-bddae84f0d48 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-19d8e11b-1aa6-4125-a14c-bddae84f0d48 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-19d8e11b-1aa6-4125-a14c-bddae84f0d48 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-89264c4f-a96e-46c5-b529-0054ea934446 {
  box-shadow:1px 1px 6px 1px rgba(38, 33, 33, 0.14);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 60px;
padding-bottom: 7px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 220, 141, 1);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-89264c4f-a96e-46c5-b529-0054ea934446:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89264c4f-a96e-46c5-b529-0054ea934446:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89264c4f-a96e-46c5-b529-0054ea934446 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89264c4f-a96e-46c5-b529-0054ea934446.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89264c4f-a96e-46c5-b529-0054ea934446.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 27px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-89264c4f-a96e-46c5-b529-0054ea934446.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6fb4fb47-3f9f-41fc-856a-cc09c7a44fc4 {
  margin-top: 15px;
margin-bottom: 10px;
}

#s-627e23f0-adcb-45f8-b206-dcb6f1652de5 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: center;
}

#s-627e23f0-adcb-45f8-b206-dcb6f1652de5 .shg-product-sold-out {
  display: none;
  color: rgba(35, 80, 219, 1);
  font-size: 37px;
}

#s-627e23f0-adcb-45f8-b206-dcb6f1652de5 .shg-product-price {
  color: rgba(35, 80, 219, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 37px;
}

#s-627e23f0-adcb-45f8-b206-dcb6f1652de5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a1d70e69-8978-4876-a7d2-f68e50e58373 {
  margin-left: 6px;
margin-right: 6px;
text-align: center;
}




  #s-a1d70e69-8978-4876-a7d2-f68e50e58373 img.shogun-image {
    
    width: px;
  }


#s-a1d70e69-8978-4876-a7d2-f68e50e58373 .shogun-image-content {
  
    align-items: center;
  
}

#s-881dc587-efa3-42b5-bacf-bc07d580f61a {
  min-height: 50px;
}








#s-881dc587-efa3-42b5-bacf-bc07d580f61a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-881dc587-efa3-42b5-bacf-bc07d580f61a.shg-box.shg-c {
  justify-content: center;
}

#s-71187ebf-a6b0-46cf-b35f-41fd26ff4011 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71187ebf-a6b0-46cf-b35f-41fd26ff4011 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aff3e900-655b-4e14-9c2b-0a9e34e6fd45 {
  margin-left: 80px;
margin-right: 80px;
}

#s-031b8484-2627-4b0f-927b-fe6fc502bcaf {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-031b8484-2627-4b0f-927b-fe6fc502bcaf {
  display: none;
}
#s-031b8484-2627-4b0f-927b-fe6fc502bcaf, #wrap-s-031b8484-2627-4b0f-927b-fe6fc502bcaf { display:none !important; }}@media (max-width: 767px){#s-031b8484-2627-4b0f-927b-fe6fc502bcaf {
  display: none;
}
#s-031b8484-2627-4b0f-927b-fe6fc502bcaf, #wrap-s-031b8484-2627-4b0f-927b-fe6fc502bcaf { display:none !important; }}







#s-031b8484-2627-4b0f-927b-fe6fc502bcaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-031b8484-2627-4b0f-927b-fe6fc502bcaf.shg-box.shg-c {
  justify-content: center;
}

#s-04a0ccb7-26a9-4e28-a39b-1921e7e042bc {
  text-align: center;
}
@media (min-width: 1200px){#s-04a0ccb7-26a9-4e28-a39b-1921e7e042bc {
  display: none;
}
#s-04a0ccb7-26a9-4e28-a39b-1921e7e042bc, #wrap-s-04a0ccb7-26a9-4e28-a39b-1921e7e042bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04a0ccb7-26a9-4e28-a39b-1921e7e042bc {
  display: none;
}
#s-04a0ccb7-26a9-4e28-a39b-1921e7e042bc, #wrap-s-04a0ccb7-26a9-4e28-a39b-1921e7e042bc { display:none !important; }}



  #s-04a0ccb7-26a9-4e28-a39b-1921e7e042bc img.shogun-image {
    
    width: px;
  }


#s-04a0ccb7-26a9-4e28-a39b-1921e7e042bc .shogun-image-content {
  
    align-items: center;
  
}

#s-cf8e6960-94a6-40c0-bee0-2cceb936a0bc {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf8e6960-94a6-40c0-bee0-2cceb936a0bc {
  display: none;
}
#s-cf8e6960-94a6-40c0-bee0-2cceb936a0bc, #wrap-s-cf8e6960-94a6-40c0-bee0-2cceb936a0bc { display:none !important; }}@media (max-width: 767px){#s-cf8e6960-94a6-40c0-bee0-2cceb936a0bc {
  display: none;
}
#s-cf8e6960-94a6-40c0-bee0-2cceb936a0bc, #wrap-s-cf8e6960-94a6-40c0-bee0-2cceb936a0bc { display:none !important; }}
#s-ebe66a71-e964-4775-98a4-9ee470aaa67b {
  min-height: 50px;
}








#s-ebe66a71-e964-4775-98a4-9ee470aaa67b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebe66a71-e964-4775-98a4-9ee470aaa67b.shg-box.shg-c {
  justify-content: center;
}

#s-2c5db2b8-2c25-4167-86ac-125553fdbeaa {
  text-align: center;
}
@media (min-width: 1200px){#s-2c5db2b8-2c25-4167-86ac-125553fdbeaa {
  display: none;
}
#s-2c5db2b8-2c25-4167-86ac-125553fdbeaa, #wrap-s-2c5db2b8-2c25-4167-86ac-125553fdbeaa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c5db2b8-2c25-4167-86ac-125553fdbeaa {
  display: none;
}
#s-2c5db2b8-2c25-4167-86ac-125553fdbeaa, #wrap-s-2c5db2b8-2c25-4167-86ac-125553fdbeaa { display:none !important; }}



  #s-2c5db2b8-2c25-4167-86ac-125553fdbeaa img.shogun-image {
    
    width: px;
  }


#s-2c5db2b8-2c25-4167-86ac-125553fdbeaa .shogun-image-content {
  
    align-items: center;
  
}

#s-5d0c2ef3-2f98-4d19-bbee-5814985a08e8 {
  margin-left: 60px;
margin-right: 60px;
}
@media (min-width: 1200px){#s-5d0c2ef3-2f98-4d19-bbee-5814985a08e8 {
  display: none;
}
#s-5d0c2ef3-2f98-4d19-bbee-5814985a08e8, #wrap-s-5d0c2ef3-2f98-4d19-bbee-5814985a08e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d0c2ef3-2f98-4d19-bbee-5814985a08e8 {
  display: none;
}
#s-5d0c2ef3-2f98-4d19-bbee-5814985a08e8, #wrap-s-5d0c2ef3-2f98-4d19-bbee-5814985a08e8 { display:none !important; }}
/*
  $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;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
