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

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

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

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

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

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

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

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

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

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

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

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

#s-7b835d09-8bb9-436f-b464-72df8673da51 {
  min-height: 50px;
}








#s-7b835d09-8bb9-436f-b464-72df8673da51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b835d09-8bb9-436f-b464-72df8673da51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-676d6fec-58bb-4cf1-96e7-674c0850228e {
  margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-676d6fec-58bb-4cf1-96e7-674c0850228e {
  display: none;
}
#s-676d6fec-58bb-4cf1-96e7-674c0850228e, #wrap-s-676d6fec-58bb-4cf1-96e7-674c0850228e, #wrap-content-s-676d6fec-58bb-4cf1-96e7-674c0850228e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-676d6fec-58bb-4cf1-96e7-674c0850228e {
  display: none;
}
#s-676d6fec-58bb-4cf1-96e7-674c0850228e, #wrap-s-676d6fec-58bb-4cf1-96e7-674c0850228e, #wrap-content-s-676d6fec-58bb-4cf1-96e7-674c0850228e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-676d6fec-58bb-4cf1-96e7-674c0850228e {
  display: none;
}
#s-676d6fec-58bb-4cf1-96e7-674c0850228e, #wrap-s-676d6fec-58bb-4cf1-96e7-674c0850228e, #wrap-content-s-676d6fec-58bb-4cf1-96e7-674c0850228e { display: none !important; }}@media (max-width: 767px){#s-676d6fec-58bb-4cf1-96e7-674c0850228e {
  
}
}







#s-676d6fec-58bb-4cf1-96e7-674c0850228e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-676d6fec-58bb-4cf1-96e7-674c0850228e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-145d203a-5ff1-4101-aea3-747168f13434 {
  margin-top: -5px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-cb43bd77-1f47-4aa8-9a7c-e09c30dda8ea {
  margin-top: -20px;
padding-left: 5%;
padding-right: 5%;
opacity: 0.6;
}

#s-cb43bd77-1f47-4aa8-9a7c-e09c30dda8ea hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-4def6dc1-ad75-42d4-acb8-2f001335691b {
  margin-top: -20px;
margin-bottom: 0px;
padding-left: 15px;
padding-right: 15px;
}

#s-f6d136a0-1be2-4d61-8581-6e2c31a60a31 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: -10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-d7775868-d98e-4a63-8964-7102b3111e04 {
  margin-top: 30px;
text-align: center;
}

#s-91fe4f6e-0efd-48e8-9f42-21cabec7ac2c {
  margin-top: 10px;
padding-left: 15px;
padding-right: 15px;
}

#s-b615c93e-a5dd-46c1-acc4-b77abde1be72 {
  margin-top: 0px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-b615c93e-a5dd-46c1-acc4-b77abde1be72 {
  display: none;
}
#s-b615c93e-a5dd-46c1-acc4-b77abde1be72, #wrap-s-b615c93e-a5dd-46c1-acc4-b77abde1be72, #wrap-content-s-b615c93e-a5dd-46c1-acc4-b77abde1be72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b615c93e-a5dd-46c1-acc4-b77abde1be72 {
  display: none;
}
#s-b615c93e-a5dd-46c1-acc4-b77abde1be72, #wrap-s-b615c93e-a5dd-46c1-acc4-b77abde1be72, #wrap-content-s-b615c93e-a5dd-46c1-acc4-b77abde1be72 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b615c93e-a5dd-46c1-acc4-b77abde1be72 {
  display: none;
}
#s-b615c93e-a5dd-46c1-acc4-b77abde1be72, #wrap-s-b615c93e-a5dd-46c1-acc4-b77abde1be72, #wrap-content-s-b615c93e-a5dd-46c1-acc4-b77abde1be72 { display: none !important; }}
#s-45e2aa8f-5580-4fcc-b628-6c0538cb5064 {
  margin-bottom: 10px;
text-align: center;
}

#s-45e2aa8f-5580-4fcc-b628-6c0538cb5064 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-45e2aa8f-5580-4fcc-b628-6c0538cb5064 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-45e2aa8f-5580-4fcc-b628-6c0538cb5064 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(143, 142, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7 {
  margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7:hover {margin-left: 0px !important;
margin-right: 0px !important;
padding-top: 5px !important;
padding-left: 0px !important;
padding-bottom: 5px !important;
padding-right: 0px !important;
background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7-atc-btn-wrapper {
    text-align: center;
  }


#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7-atc-btn-wrapper {
    text-align: center;
  }


#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7-atc-btn-wrapper {
    text-align: center;
  }


#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7-atc-btn-wrapper {
    text-align: center;
  }


#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7-atc-btn-wrapper {
    text-align: center;
  }


#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-58fc5d4b-cba9-44c4-be03-0dacbdc97bd7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-dd8f3567-96ec-4f64-8c42-e2b98b58813d {
  margin-top: 20px;
margin-left: 40%;
margin-bottom: 0px;
margin-right: 40%;
min-height: 0px;
max-width: 150px;
text-align: center;
}
@media (min-width: 1200px){#s-dd8f3567-96ec-4f64-8c42-e2b98b58813d {
  display: none;
}
#s-dd8f3567-96ec-4f64-8c42-e2b98b58813d, #wrap-s-dd8f3567-96ec-4f64-8c42-e2b98b58813d, #wrap-content-s-dd8f3567-96ec-4f64-8c42-e2b98b58813d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd8f3567-96ec-4f64-8c42-e2b98b58813d {
  display: none;
}
#s-dd8f3567-96ec-4f64-8c42-e2b98b58813d, #wrap-s-dd8f3567-96ec-4f64-8c42-e2b98b58813d, #wrap-content-s-dd8f3567-96ec-4f64-8c42-e2b98b58813d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd8f3567-96ec-4f64-8c42-e2b98b58813d {
  display: none;
}
#s-dd8f3567-96ec-4f64-8c42-e2b98b58813d, #wrap-s-dd8f3567-96ec-4f64-8c42-e2b98b58813d, #wrap-content-s-dd8f3567-96ec-4f64-8c42-e2b98b58813d { display: none !important; }}
#s-dd8f3567-96ec-4f64-8c42-e2b98b58813d {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-dd8f3567-96ec-4f64-8c42-e2b98b58813d img.shogun-image {
    

    
    
    
  }


#s-dd8f3567-96ec-4f64-8c42-e2b98b58813d .shogun-image-content {
  
    justify-content: center;
  
}

#s-6084b365-5e26-4382-95a5-1bc5d48f912f {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-a172e1ce-eee9-496c-84f5-211bfb5b79cc {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}

#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f {
  margin-top: 20px;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f {
  display: none;
}
#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f, #wrap-s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f, #wrap-content-s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f {
  display: none;
}
#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f, #wrap-s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f, #wrap-content-s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f {
  display: none;
}
#s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f, #wrap-s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f, #wrap-content-s-9c8500d5-d7ff-4ad3-b880-edd58b0bc85f { display: none !important; }}
#s-1a17a57c-cc94-49f3-8bd0-db5a8734a191 {
  margin-top: 10px;
padding-left: 15px;
padding-right: 15px;
}

#s-66bd3226-f03b-47d7-a615-62bf4e0c0d67 {
  margin-top: 50px;
}

#s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8 {
  margin-top: 10px;
margin-left: -5%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8 {
  display: none;
}
#s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8, #wrap-s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8, #wrap-content-s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8 {
  display: none;
}
#s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8, #wrap-s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8, #wrap-content-s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8 {
  display: none;
}
#s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8, #wrap-s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8, #wrap-content-s-4a5cc0e9-d6bf-422a-9701-25b63a733fa8 { display: none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146 {
  
}
}

  #s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146-root {
    text-align: center;
  }


#s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146-root {
    text-align: center;
  }


#s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146-root {
    text-align: center;
  }


#s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146-root {
    text-align: center;
  }


#s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146-root {
    text-align: center;
  }


#s-f49ad791-3da0-4bb8-a6db-e4dcb27e2146.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}
#s-c02f77d0-535f-4950-845c-2efc7319399a {
  margin-top: 40px;
padding-left: 10px;
padding-right: 10px;
}

#s-a3da3d27-dca8-40e5-a174-0dea8371a67b {
  margin-top: 10px;
margin-left: -10%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-a3da3d27-dca8-40e5-a174-0dea8371a67b {
  display: none;
}
#s-a3da3d27-dca8-40e5-a174-0dea8371a67b, #wrap-s-a3da3d27-dca8-40e5-a174-0dea8371a67b, #wrap-content-s-a3da3d27-dca8-40e5-a174-0dea8371a67b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3da3d27-dca8-40e5-a174-0dea8371a67b {
  display: none;
}
#s-a3da3d27-dca8-40e5-a174-0dea8371a67b, #wrap-s-a3da3d27-dca8-40e5-a174-0dea8371a67b, #wrap-content-s-a3da3d27-dca8-40e5-a174-0dea8371a67b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3da3d27-dca8-40e5-a174-0dea8371a67b {
  display: none;
}
#s-a3da3d27-dca8-40e5-a174-0dea8371a67b, #wrap-s-a3da3d27-dca8-40e5-a174-0dea8371a67b, #wrap-content-s-a3da3d27-dca8-40e5-a174-0dea8371a67b { display: none !important; }}
#s-6dbfad36-0cc1-46ee-90cb-55486cf48c39 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-6dbfad36-0cc1-46ee-90cb-55486cf48c39:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-6dbfad36-0cc1-46ee-90cb-55486cf48c39:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6dbfad36-0cc1-46ee-90cb-55486cf48c39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6dbfad36-0cc1-46ee-90cb-55486cf48c39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6dbfad36-0cc1-46ee-90cb-55486cf48c39 {
  
}
}

  #s-6dbfad36-0cc1-46ee-90cb-55486cf48c39-root {
    text-align: center;
  }


#s-6dbfad36-0cc1-46ee-90cb-55486cf48c39.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6dbfad36-0cc1-46ee-90cb-55486cf48c39-root {
    text-align: center;
  }


#s-6dbfad36-0cc1-46ee-90cb-55486cf48c39.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6dbfad36-0cc1-46ee-90cb-55486cf48c39-root {
    text-align: center;
  }


#s-6dbfad36-0cc1-46ee-90cb-55486cf48c39.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6dbfad36-0cc1-46ee-90cb-55486cf48c39-root {
    text-align: center;
  }


#s-6dbfad36-0cc1-46ee-90cb-55486cf48c39.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6dbfad36-0cc1-46ee-90cb-55486cf48c39-root {
    text-align: center;
  }


#s-6dbfad36-0cc1-46ee-90cb-55486cf48c39.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}
#s-1759d25f-24fd-49ad-9f34-cd0c8a474646 {
  margin-top: 40px;
margin-left: 10%;
margin-right: 10%;
padding-left: 10px;
padding-right: 10px;
}

#s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 2px;
padding-left: 0px;
padding-bottom: 2px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5 {
  
}
}

  #s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5-root {
    text-align: center;
  }


#s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5-root {
    text-align: center;
  }


#s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5-root {
    text-align: center;
  }


#s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5-root {
    text-align: center;
  }


#s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5-root {
    text-align: center;
  }


#s-05d02348-be6a-4ce9-80f4-af0a0a86ffe5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}
#s-d56a7daf-401a-457f-aad4-63543c2122be {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 22px;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d56a7daf-401a-457f-aad4-63543c2122be {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d56a7daf-401a-457f-aad4-63543c2122be img.shogun-image,
  #s-d56a7daf-401a-457f-aad4-63543c2122be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d56a7daf-401a-457f-aad4-63543c2122be {
    width: 100%;
    height: auto;
  }



  #s-d56a7daf-401a-457f-aad4-63543c2122be img.shogun-image {
    

    
    
    
  }


#s-d56a7daf-401a-457f-aad4-63543c2122be .shogun-image-content {
  
    justify-content: center;
  
}

#s-fe862dd7-2ce9-47d1-a984-29828a3d95c0 {
  padding-left: 5%;
padding-right: 5%;
opacity: 0.6;
}

#s-fe862dd7-2ce9-47d1-a984-29828a3d95c0 hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-3058093d-7d5f-4879-91c1-9dd0c5e8a8b1 {
  margin-top: 20px;
}

#s-7d759441-875c-4946-a25c-eb57c72180d8 {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 25px;
min-height: 0px;
max-width: 300px;
text-align: center;
}

#s-7d759441-875c-4946-a25c-eb57c72180d8 {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7d759441-875c-4946-a25c-eb57c72180d8 img.shogun-image {
    

    
    
    
  }


#s-7d759441-875c-4946-a25c-eb57c72180d8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a441db09-c628-453d-94ac-a0ed179f1f0c {
  padding-left: 5%;
padding-right: 5%;
opacity: 0.6;
}

#s-a441db09-c628-453d-94ac-a0ed179f1f0c hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-f2457a43-5f96-4738-beea-0a136bfa73bf {
  margin-top: 40px;
}

#s-a14aac2f-65ca-4bd1-bd82-cc77787c8e93 {
  margin-top: 10px;
margin-bottom: 20px;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a14aac2f-65ca-4bd1-bd82-cc77787c8e93 {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a14aac2f-65ca-4bd1-bd82-cc77787c8e93 img.shogun-image,
  #s-a14aac2f-65ca-4bd1-bd82-cc77787c8e93 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a14aac2f-65ca-4bd1-bd82-cc77787c8e93 {
    width: 100%;
    height: auto;
  }



  #s-a14aac2f-65ca-4bd1-bd82-cc77787c8e93 img.shogun-image {
    

    
    
    
  }


#s-a14aac2f-65ca-4bd1-bd82-cc77787c8e93 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5f051e8e-1645-4d10-9760-42d9894b275f {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-5f051e8e-1645-4d10-9760-42d9894b275f:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-5f051e8e-1645-4d10-9760-42d9894b275f:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5f051e8e-1645-4d10-9760-42d9894b275f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f051e8e-1645-4d10-9760-42d9894b275f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f051e8e-1645-4d10-9760-42d9894b275f {
  
}
}

  #s-5f051e8e-1645-4d10-9760-42d9894b275f-root {
    text-align: center;
  }


#s-5f051e8e-1645-4d10-9760-42d9894b275f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5f051e8e-1645-4d10-9760-42d9894b275f-root {
    text-align: center;
  }


#s-5f051e8e-1645-4d10-9760-42d9894b275f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f051e8e-1645-4d10-9760-42d9894b275f-root {
    text-align: center;
  }


#s-5f051e8e-1645-4d10-9760-42d9894b275f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f051e8e-1645-4d10-9760-42d9894b275f-root {
    text-align: center;
  }


#s-5f051e8e-1645-4d10-9760-42d9894b275f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5f051e8e-1645-4d10-9760-42d9894b275f-root {
    text-align: center;
  }


#s-5f051e8e-1645-4d10-9760-42d9894b275f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-479bf486-f402-4662-8f5c-217212c1d1af {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-479bf486-f402-4662-8f5c-217212c1d1af {
  display: none;
}
#s-479bf486-f402-4662-8f5c-217212c1d1af, #wrap-s-479bf486-f402-4662-8f5c-217212c1d1af, #wrap-content-s-479bf486-f402-4662-8f5c-217212c1d1af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-479bf486-f402-4662-8f5c-217212c1d1af {
  display: none;
}
#s-479bf486-f402-4662-8f5c-217212c1d1af, #wrap-s-479bf486-f402-4662-8f5c-217212c1d1af, #wrap-content-s-479bf486-f402-4662-8f5c-217212c1d1af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-479bf486-f402-4662-8f5c-217212c1d1af {
  display: none;
}
#s-479bf486-f402-4662-8f5c-217212c1d1af, #wrap-s-479bf486-f402-4662-8f5c-217212c1d1af, #wrap-content-s-479bf486-f402-4662-8f5c-217212c1d1af { display: none !important; }}
#s-06cabe32-226b-4677-a7ac-fa45186ea649 {
  margin-bottom: 10px;
text-align: center;
}

#s-06cabe32-226b-4677-a7ac-fa45186ea649 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-06cabe32-226b-4677-a7ac-fa45186ea649 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-06cabe32-226b-4677-a7ac-fa45186ea649 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(143, 142, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7:hover {margin-left: 0px !important;
margin-right: 0px !important;
padding-top: 5px !important;
padding-left: 0px !important;
padding-bottom: 5px !important;
padding-right: 0px !important;
background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7-atc-btn-wrapper {
    text-align: center;
  }


#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7-atc-btn-wrapper {
    text-align: center;
  }


#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7-atc-btn-wrapper {
    text-align: center;
  }


#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7-atc-btn-wrapper {
    text-align: center;
  }


#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7-atc-btn-wrapper {
    text-align: center;
  }


#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-559f6abe-5d0f-4ac2-9682-c629e35ad9f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-eaf1b2fa-4605-4bf8-8d37-63db4cdf0189 {
  padding-left: 5%;
padding-right: 5%;
opacity: 0.6;
}

#s-eaf1b2fa-4605-4bf8-8d37-63db4cdf0189 hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-cc9c496e-6398-48d0-8a18-2becbdb4a6bb {
  margin-top: 0px;
margin-bottom: 20px;
}

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

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

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

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

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

#s-64676bf5-1558-4924-977a-b3cc489b3a3e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-64676bf5-1558-4924-977a-b3cc489b3a3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-64676bf5-1558-4924-977a-b3cc489b3a3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-64676bf5-1558-4924-977a-b3cc489b3a3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-64676bf5-1558-4924-977a-b3cc489b3a3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e4a7346f-1852-4295-818f-25c5c82b8184 {
  margin-bottom: 10px;
}

#s-870e94ce-bf8c-4ce3-ba0c-1960482f8190 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 25%;
padding-right: 25%;
max-width: 600px;
text-align: center;
}

#s-870e94ce-bf8c-4ce3-ba0c-1960482f8190 {
  overflow: hidden;
  
  
      max-width: 600px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-870e94ce-bf8c-4ce3-ba0c-1960482f8190 img.shogun-image {
    

    
    
    
  }


#s-870e94ce-bf8c-4ce3-ba0c-1960482f8190 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-4c0170d1-62d4-4750-8c47-4ae7d6cb7b50 {
  margin-bottom: 10px;
}

#s-2cac78af-19dc-4789-8dbb-5e910064a906 {
  margin-top: 0px;
text-align: center;
}

#s-2cac78af-19dc-4789-8dbb-5e910064a906 {
  overflow: hidden;
  
  
}







  #s-2cac78af-19dc-4789-8dbb-5e910064a906 img.shogun-image {
    

    
    
    
  }


#s-2cac78af-19dc-4789-8dbb-5e910064a906 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6ef10c61-536a-4956-93c8-7e18d843e09d {
  padding-left: 10%;
padding-right: 10%;
opacity: 0.6;
}

#s-6ef10c61-536a-4956-93c8-7e18d843e09d hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-0c54d1a8-de7f-4c57-83c6-d34c2562ab14 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0c54d1a8-de7f-4c57-83c6-d34c2562ab14"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0c54d1a8-de7f-4c57-83c6-d34c2562ab14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0c54d1a8-de7f-4c57-83c6-d34c2562ab14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c54d1a8-de7f-4c57-83c6-d34c2562ab14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-40532b8a-b4d2-4203-99c9-929d3fc5e426 {
  text-align: center;
}

#s-40532b8a-b4d2-4203-99c9-929d3fc5e426 {
  overflow: hidden;
  
  
}







  #s-40532b8a-b4d2-4203-99c9-929d3fc5e426 img.shogun-image {
    

    
    
    
  }


#s-40532b8a-b4d2-4203-99c9-929d3fc5e426 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e934753e-a83d-48b3-a3bd-0ed1ab9d2a3d {
  text-align: center;
}

#s-e934753e-a83d-48b3-a3bd-0ed1ab9d2a3d {
  overflow: hidden;
  
  
}







  #s-e934753e-a83d-48b3-a3bd-0ed1ab9d2a3d img.shogun-image {
    

    
    
    
  }


#s-e934753e-a83d-48b3-a3bd-0ed1ab9d2a3d .shogun-image-content {
  
    justify-content: center;
  
}

#s-76ca390b-935a-41d1-a7db-cd5d59b426cd {
  margin-top: 30px;
}

#s-be267c3e-3215-45d7-aea4-d0c90539e252 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-c5bed0ab-d4e2-4f44-9e33-ac5fed551bc6 {
  opacity: 0.6;
}

#s-c5bed0ab-d4e2-4f44-9e33-ac5fed551bc6 hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-fe11c0f0-bd65-4031-bcd7-9a9e1eecef9c {
  margin-top: 0px;
}

#s-52442653-fb14-4e6c-867e-f565e7ef226b {
  margin-top: 10px;
text-align: center;
}

#s-0081763a-c8d7-446d-817f-2b809fe5f658 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-0081763a-c8d7-446d-817f-2b809fe5f658:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-0081763a-c8d7-446d-817f-2b809fe5f658:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0081763a-c8d7-446d-817f-2b809fe5f658 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0081763a-c8d7-446d-817f-2b809fe5f658 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0081763a-c8d7-446d-817f-2b809fe5f658 {
  
}
}

  #s-0081763a-c8d7-446d-817f-2b809fe5f658-root {
    text-align: center;
  }


#s-0081763a-c8d7-446d-817f-2b809fe5f658.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0081763a-c8d7-446d-817f-2b809fe5f658-root {
    text-align: center;
  }


#s-0081763a-c8d7-446d-817f-2b809fe5f658.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0081763a-c8d7-446d-817f-2b809fe5f658-root {
    text-align: center;
  }


#s-0081763a-c8d7-446d-817f-2b809fe5f658.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0081763a-c8d7-446d-817f-2b809fe5f658-root {
    text-align: center;
  }


#s-0081763a-c8d7-446d-817f-2b809fe5f658.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0081763a-c8d7-446d-817f-2b809fe5f658-root {
    text-align: center;
  }


#s-0081763a-c8d7-446d-817f-2b809fe5f658.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-2231bc23-009c-4f32-a168-09ead73be5f0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2231bc23-009c-4f32-a168-09ead73be5f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2231bc23-009c-4f32-a168-09ead73be5f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2231bc23-009c-4f32-a168-09ead73be5f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2231bc23-009c-4f32-a168-09ead73be5f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-08f8d83a-7a7b-4588-bdaa-aed232684bdc {
  margin-bottom: 10px;
}

#s-7a9d545b-eec1-42f6-86ff-6a0dd891f5f2 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}

#s-7a9d545b-eec1-42f6-86ff-6a0dd891f5f2 {
  overflow: hidden;
  
  
}







  #s-7a9d545b-eec1-42f6-86ff-6a0dd891f5f2 img.shogun-image {
    

    
    
    
  }


#s-7a9d545b-eec1-42f6-86ff-6a0dd891f5f2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ce6dec96-7fe4-4810-aaa3-2432516f2730 {
  margin-bottom: 10px;
}

#s-38ad1ef7-0012-4a52-b798-5d368940eb19 {
  margin-top: 0px;
margin-left: 30%;
margin-right: 30%;
text-align: center;
}

#s-38ad1ef7-0012-4a52-b798-5d368940eb19 {
  overflow: hidden;
  
  
}







  #s-38ad1ef7-0012-4a52-b798-5d368940eb19 img.shogun-image {
    

    
    
    
  }


#s-38ad1ef7-0012-4a52-b798-5d368940eb19 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2368267f-78e1-459a-8e04-af1380066eaa {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d540dee1-0e18-4a4a-8330-2907dabbdadd {
  opacity: 0.6;
}

#s-d540dee1-0e18-4a4a-8330-2907dabbdadd hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-77f050ec-f0b1-4300-a65f-0266358e9a3b {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-bc1f1f7b-337d-4c74-9772-a8818e559e46 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}

#s-bc1f1f7b-337d-4c74-9772-a8818e559e46 {
  overflow: hidden;
  
  
}







  #s-bc1f1f7b-337d-4c74-9772-a8818e559e46 img.shogun-image {
    

    
    
    
  }


#s-bc1f1f7b-337d-4c74-9772-a8818e559e46 .shogun-image-content {
  
    justify-content: center;
  
}

#s-713f641b-c9c7-42aa-bd11-0d6e40099b67 {
  margin-top: 30px;
}

#s-27a589fd-d2ff-4b0c-8f6d-cef596013d31 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}

#s-27a589fd-d2ff-4b0c-8f6d-cef596013d31 {
  overflow: hidden;
  
  
}







  #s-27a589fd-d2ff-4b0c-8f6d-cef596013d31 img.shogun-image {
    

    
    
    
  }


#s-27a589fd-d2ff-4b0c-8f6d-cef596013d31 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4912ace9-74e2-4c21-8e83-ba7ac4533522 {
  margin-top: 30px;
}

#s-c5f99b7d-e088-41cc-8d12-bf0f1f876f64 {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 14px;
margin-right: 20%;
text-align: center;
}

#s-c5f99b7d-e088-41cc-8d12-bf0f1f876f64 {
  overflow: hidden;
  
  
}







  #s-c5f99b7d-e088-41cc-8d12-bf0f1f876f64 img.shogun-image {
    

    
    
    
  }


#s-c5f99b7d-e088-41cc-8d12-bf0f1f876f64 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5e61e32a-1152-458b-846c-f50d3c2918f5 {
  padding-left: 10%;
padding-right: 10%;
opacity: 0.6;
}

#s-5e61e32a-1152-458b-846c-f50d3c2918f5 hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-52e3a274-17c2-477f-9cee-ecbf382aac50 {
  margin-top: 0px;
margin-left: 20%;
margin-right: 20%;
text-align: center;
}

#s-52e3a274-17c2-477f-9cee-ecbf382aac50 {
  overflow: hidden;
  
  
}







  #s-52e3a274-17c2-477f-9cee-ecbf382aac50 img.shogun-image {
    

    
    
    
  }


#s-52e3a274-17c2-477f-9cee-ecbf382aac50 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d86858c5-55ee-4015-8f47-9bb77e0c551b {
  margin-top: 30px;
}

#s-256c2022-e605-47a9-94a2-0305d1a67bbe {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}

#s-256c2022-e605-47a9-94a2-0305d1a67bbe {
  overflow: hidden;
  
  
}







  #s-256c2022-e605-47a9-94a2-0305d1a67bbe img.shogun-image {
    

    
    
    
  }


#s-256c2022-e605-47a9-94a2-0305d1a67bbe .shogun-image-content {
  
    justify-content: center;
  
}

#s-69494c94-d1b8-4718-9a3c-8b4bafc3a967 {
  padding-left: 10%;
padding-right: 10%;
opacity: 0.6;
}

#s-69494c94-d1b8-4718-9a3c-8b4bafc3a967 hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-e9fe3f37-7644-44e7-abc2-e1e0afb255ba {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}

#s-e9fe3f37-7644-44e7-abc2-e1e0afb255ba {
  overflow: hidden;
  
  
}







  #s-e9fe3f37-7644-44e7-abc2-e1e0afb255ba img.shogun-image {
    

    
    
    
  }


#s-e9fe3f37-7644-44e7-abc2-e1e0afb255ba .shogun-image-content {
  
    justify-content: center;
  
}

#s-d60a7e7c-a659-4475-b57c-6defc179cb4d {
  padding-left: 0%;
padding-right: 0%;
opacity: 0.6;
}

#s-d60a7e7c-a659-4475-b57c-6defc179cb4d hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-d2d10885-3851-4f92-989f-affaa9ff20bd {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}

#s-d2d10885-3851-4f92-989f-affaa9ff20bd {
  overflow: hidden;
  
  
}







  #s-d2d10885-3851-4f92-989f-affaa9ff20bd img.shogun-image {
    

    
    
    
  }


#s-d2d10885-3851-4f92-989f-affaa9ff20bd .shogun-image-content {
  
    justify-content: center;
  
}

#s-29cfc169-548d-4bb1-8bed-51354b3959ed {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-29cfc169-548d-4bb1-8bed-51354b3959ed {
  display: none;
}
#s-29cfc169-548d-4bb1-8bed-51354b3959ed, #wrap-s-29cfc169-548d-4bb1-8bed-51354b3959ed, #wrap-content-s-29cfc169-548d-4bb1-8bed-51354b3959ed { display: none !important; }}







#s-29cfc169-548d-4bb1-8bed-51354b3959ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29cfc169-548d-4bb1-8bed-51354b3959ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60022944-dd19-44da-8bf6-dba4a1be67c9 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 188px;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-60022944-dd19-44da-8bf6-dba4a1be67c9 {
  display: none;
}
#s-60022944-dd19-44da-8bf6-dba4a1be67c9, #wrap-s-60022944-dd19-44da-8bf6-dba4a1be67c9, #wrap-content-s-60022944-dd19-44da-8bf6-dba4a1be67c9 { display: none !important; }}
#s-489ef8a2-5213-4db1-8bb4-ba60d1aa4921 {
  margin-top: -30px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
opacity: 0.6;
}

#s-489ef8a2-5213-4db1-8bb4-ba60d1aa4921 hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-3fde9ff7-fcde-4871-a16d-a186716deb7f {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(217, 30, 85, 1);
border-style: none;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
}

#s-d1e5ac28-2023-4d89-8ce4-31b589b42e0c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-d1e5ac28-2023-4d89-8ce4-31b589b42e0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1e5ac28-2023-4d89-8ce4-31b589b42e0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1e5ac28-2023-4d89-8ce4-31b589b42e0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1e5ac28-2023-4d89-8ce4-31b589b42e0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2857ac52-712a-4e1e-a2e0-a8f987972e1d {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2857ac52-712a-4e1e-a2e0-a8f987972e1d {
  display: none;
}
#s-2857ac52-712a-4e1e-a2e0-a8f987972e1d, #wrap-s-2857ac52-712a-4e1e-a2e0-a8f987972e1d, #wrap-content-s-2857ac52-712a-4e1e-a2e0-a8f987972e1d { display: none !important; }}
#s-82031ad3-70a8-4497-83d0-11996a30db64 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-82031ad3-70a8-4497-83d0-11996a30db64 {
  display: none;
}
#s-82031ad3-70a8-4497-83d0-11996a30db64, #wrap-s-82031ad3-70a8-4497-83d0-11996a30db64, #wrap-content-s-82031ad3-70a8-4497-83d0-11996a30db64 { display: none !important; }}
#s-e67ca4d9-6058-443e-aa39-f868feebccac {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 30%;
margin-bottom: 10px;
margin-right: 30%;
padding-top: 2px;
padding-left: 0px;
padding-bottom: 2px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-e67ca4d9-6058-443e-aa39-f868feebccac:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-e67ca4d9-6058-443e-aa39-f868feebccac:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e67ca4d9-6058-443e-aa39-f868feebccac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e67ca4d9-6058-443e-aa39-f868feebccac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e67ca4d9-6058-443e-aa39-f868feebccac {
  
}
}@media (max-width: 767px){#s-e67ca4d9-6058-443e-aa39-f868feebccac {
  display: none;
}
#s-e67ca4d9-6058-443e-aa39-f868feebccac, #wrap-s-e67ca4d9-6058-443e-aa39-f868feebccac, #wrap-content-s-e67ca4d9-6058-443e-aa39-f868feebccac { display: none !important; }}

  #s-e67ca4d9-6058-443e-aa39-f868feebccac-root {
    text-align: center;
  }


#s-e67ca4d9-6058-443e-aa39-f868feebccac.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e67ca4d9-6058-443e-aa39-f868feebccac-root {
    text-align: center;
  }


#s-e67ca4d9-6058-443e-aa39-f868feebccac.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e67ca4d9-6058-443e-aa39-f868feebccac-root {
    text-align: center;
  }


#s-e67ca4d9-6058-443e-aa39-f868feebccac.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e67ca4d9-6058-443e-aa39-f868feebccac-root {
    text-align: center;
  }


#s-e67ca4d9-6058-443e-aa39-f868feebccac.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e67ca4d9-6058-443e-aa39-f868feebccac-root {
    text-align: center;
  }


#s-e67ca4d9-6058-443e-aa39-f868feebccac.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-fc6abb33-e4e0-4396-80c9-0f4bc90a23c7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 15%;
padding-right: 15%;
opacity: 0.6;
}

#s-fc6abb33-e4e0-4396-80c9-0f4bc90a23c7 hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-4b7c5528-a2e0-443e-8673-3d4a6f50955e {
  margin-top: 1%;
margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-4b7c5528-a2e0-443e-8673-3d4a6f50955e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b7c5528-a2e0-443e-8673-3d4a6f50955e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-4b7c5528-a2e0-443e-8673-3d4a6f50955e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-4b7c5528-a2e0-443e-8673-3d4a6f50955e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-7afe2674-e2c8-4254-a709-69ecad56edcd {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-7afe2674-e2c8-4254-a709-69ecad56edcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7afe2674-e2c8-4254-a709-69ecad56edcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cec26879-9d27-4624-8a7e-7107f671d98b {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
margin-top: 1%;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-ffaf8802-5a02-414f-84b9-117820750371 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  margin-left: 5%;
margin-bottom: 22px;
margin-right: 5%;
max-width: 400px;
text-align: center;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  margin: 0 !important;
  overflow: visible;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  margin-bottom: 22px;
}

.shg-image-content-margin-container-s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  /* Add background color handling */
  
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  /* Add padding handling */
  padding-left: 5%;
  padding-right: 5%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-93330ce3-64d1-4929-af04-d6e9e510f932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93330ce3-64d1-4929-af04-d6e9e510f932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image {
  box-sizing: border-box;
}



.s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  
}


@media (min-width: 1200px){#s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  margin: 0 !important;
  overflow: visible;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  /* Add background color handling */
  
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-93330ce3-64d1-4929-af04-d6e9e510f932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93330ce3-64d1-4929-af04-d6e9e510f932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image {
  box-sizing: border-box;
}



.s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  margin: 0 !important;
  overflow: visible;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  /* Add background color handling */
  
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-93330ce3-64d1-4929-af04-d6e9e510f932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93330ce3-64d1-4929-af04-d6e9e510f932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image {
  box-sizing: border-box;
}



.s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  margin: 0 !important;
  overflow: visible;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  /* Add background color handling */
  
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-93330ce3-64d1-4929-af04-d6e9e510f932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93330ce3-64d1-4929-af04-d6e9e510f932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image {
  box-sizing: border-box;
}



.s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  
}


}@media (max-width: 767px){#s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  margin: 0 !important;
  overflow: visible;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93330ce3-64d1-4929-af04-d6e9e510f932 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  /* Add background color handling */
  
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-93330ce3-64d1-4929-af04-d6e9e510f932 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93330ce3-64d1-4929-af04-d6e9e510f932.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93330ce3-64d1-4929-af04-d6e9e510f932.shogun-image {
  box-sizing: border-box;
}



.s-93330ce3-64d1-4929-af04-d6e9e510f932 img.shogun-image {
  
}


}
#s-043e7acf-2bfb-4ba0-b79b-3743da523117 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-d174cf47-825f-401e-817d-8c13a3604f9e {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-style: none;
border-radius: 10px;
text-align: center;
}

#s-f8e3061f-4710-446f-a922-315b65582d2f {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-f8e3061f-4710-446f-a922-315b65582d2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8e3061f-4710-446f-a922-315b65582d2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d659646-9a3e-41dd-ae5d-4f444d2124ff {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
margin-top: 1%;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
padding-top: 0%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-85c0d220-0aba-4920-a101-b88367b64b31 {
  margin-top: 0px;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
max-width: 600px;
text-align: center;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  margin: 0 !important;
  overflow: visible;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  /* Add background color handling */
  
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  /* Add padding handling */
  padding-left: 5px;
  padding-right: 5px;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-46ea5e54-910b-4cdf-9fda-355ad13a1057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shogun-image {
  box-sizing: border-box;
}



.s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  
}


@media (min-width: 1200px){#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  margin: 0 !important;
  overflow: visible;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  /* Add background color handling */
  
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-46ea5e54-910b-4cdf-9fda-355ad13a1057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shogun-image {
  box-sizing: border-box;
}



.s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  margin: 0 !important;
  overflow: visible;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  /* Add background color handling */
  
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-46ea5e54-910b-4cdf-9fda-355ad13a1057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shogun-image {
  box-sizing: border-box;
}



.s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  margin: 0 !important;
  overflow: visible;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  /* Add background color handling */
  
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-46ea5e54-910b-4cdf-9fda-355ad13a1057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shogun-image {
  box-sizing: border-box;
}



.s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  
}


}@media (max-width: 767px){#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  margin: 0 !important;
  overflow: visible;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-46ea5e54-910b-4cdf-9fda-355ad13a1057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  /* Add background color handling */
  
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-46ea5e54-910b-4cdf-9fda-355ad13a1057 .shogun-image-content {
  
    justify-content: center;
  
}

.s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46ea5e54-910b-4cdf-9fda-355ad13a1057.shogun-image {
  box-sizing: border-box;
}



.s-46ea5e54-910b-4cdf-9fda-355ad13a1057 img.shogun-image {
  
}


}
#s-50f4f04e-ba0c-4344-afe8-a09ffa8110d7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-50f4f04e-ba0c-4344-afe8-a09ffa8110d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50f4f04e-ba0c-4344-afe8-a09ffa8110d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 992px) {
[id="s-50f4f04e-ba0c-4344-afe8-a09ffa8110d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

@media (min-width: 1200px) {
[id="s-50f4f04e-ba0c-4344-afe8-a09ffa8110d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 80.0px);
}

}

#s-81b8fec8-52bb-43aa-97a0-9931ae9d404e {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-81b8fec8-52bb-43aa-97a0-9931ae9d404e:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-81b8fec8-52bb-43aa-97a0-9931ae9d404e:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-81b8fec8-52bb-43aa-97a0-9931ae9d404e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81b8fec8-52bb-43aa-97a0-9931ae9d404e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-81b8fec8-52bb-43aa-97a0-9931ae9d404e {
  
}
}

  #s-81b8fec8-52bb-43aa-97a0-9931ae9d404e-root {
    text-align: center;
  }


#s-81b8fec8-52bb-43aa-97a0-9931ae9d404e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-81b8fec8-52bb-43aa-97a0-9931ae9d404e-root {
    text-align: center;
  }


#s-81b8fec8-52bb-43aa-97a0-9931ae9d404e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81b8fec8-52bb-43aa-97a0-9931ae9d404e-root {
    text-align: center;
  }


#s-81b8fec8-52bb-43aa-97a0-9931ae9d404e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81b8fec8-52bb-43aa-97a0-9931ae9d404e-root {
    text-align: center;
  }


#s-81b8fec8-52bb-43aa-97a0-9931ae9d404e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-81b8fec8-52bb-43aa-97a0-9931ae9d404e-root {
    text-align: center;
  }


#s-81b8fec8-52bb-43aa-97a0-9931ae9d404e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-6bebe19c-b4f5-4e62-8b45-b2f77d9d0026 {
  text-align: center;
}

#s-6bebe19c-b4f5-4e62-8b45-b2f77d9d0026 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6bebe19c-b4f5-4e62-8b45-b2f77d9d0026 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6bebe19c-b4f5-4e62-8b45-b2f77d9d0026 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 35px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-857fb665-b85d-434d-a937-abaa6c518a3d:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-857fb665-b85d-434d-a937-abaa6c518a3d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-857fb665-b85d-434d-a937-abaa6c518a3d-atc-btn-wrapper {
    text-align: center;
  }


#s-857fb665-b85d-434d-a937-abaa6c518a3d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-857fb665-b85d-434d-a937-abaa6c518a3d-atc-btn-wrapper {
    text-align: center;
  }


#s-857fb665-b85d-434d-a937-abaa6c518a3d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-857fb665-b85d-434d-a937-abaa6c518a3d-atc-btn-wrapper {
    text-align: center;
  }


#s-857fb665-b85d-434d-a937-abaa6c518a3d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-857fb665-b85d-434d-a937-abaa6c518a3d-atc-btn-wrapper {
    text-align: center;
  }


#s-857fb665-b85d-434d-a937-abaa6c518a3d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-857fb665-b85d-434d-a937-abaa6c518a3d-atc-btn-wrapper {
    text-align: center;
  }


#s-857fb665-b85d-434d-a937-abaa6c518a3d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-857fb665-b85d-434d-a937-abaa6c518a3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17 {
  
}
}

  #s-86aadae1-5c8d-4591-bdfa-66af94c8ee17-root {
    text-align: center;
  }


#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-86aadae1-5c8d-4591-bdfa-66af94c8ee17-root {
    text-align: center;
  }


#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86aadae1-5c8d-4591-bdfa-66af94c8ee17-root {
    text-align: center;
  }


#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86aadae1-5c8d-4591-bdfa-66af94c8ee17-root {
    text-align: center;
  }


#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-86aadae1-5c8d-4591-bdfa-66af94c8ee17-root {
    text-align: center;
  }


#s-86aadae1-5c8d-4591-bdfa-66af94c8ee17.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de {
  
}
}

  #s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de-root {
    text-align: center;
  }


#s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de-root {
    text-align: center;
  }


#s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de-root {
    text-align: center;
  }


#s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de-root {
    text-align: center;
  }


#s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de-root {
    text-align: center;
  }


#s-667a8afb-b4a2-4b2b-bf50-d9fd7213c5de.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-6d7e0548-ed77-4a06-acd6-075d5323eb20 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-6d7e0548-ed77-4a06-acd6-075d5323eb20:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-6d7e0548-ed77-4a06-acd6-075d5323eb20:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6d7e0548-ed77-4a06-acd6-075d5323eb20 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d7e0548-ed77-4a06-acd6-075d5323eb20 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d7e0548-ed77-4a06-acd6-075d5323eb20 {
  
}
}

  #s-6d7e0548-ed77-4a06-acd6-075d5323eb20-root {
    text-align: center;
  }


#s-6d7e0548-ed77-4a06-acd6-075d5323eb20.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6d7e0548-ed77-4a06-acd6-075d5323eb20-root {
    text-align: center;
  }


#s-6d7e0548-ed77-4a06-acd6-075d5323eb20.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d7e0548-ed77-4a06-acd6-075d5323eb20-root {
    text-align: center;
  }


#s-6d7e0548-ed77-4a06-acd6-075d5323eb20.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d7e0548-ed77-4a06-acd6-075d5323eb20-root {
    text-align: center;
  }


#s-6d7e0548-ed77-4a06-acd6-075d5323eb20.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6d7e0548-ed77-4a06-acd6-075d5323eb20-root {
    text-align: center;
  }


#s-6d7e0548-ed77-4a06-acd6-075d5323eb20.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-182c06cc-c790-4e39-871b-4ce28cbfafc3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 0%;
padding-right: 0%;
opacity: 0.6;
}

#s-182c06cc-c790-4e39-871b-4ce28cbfafc3 hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212 {
  display: none;
}
#s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212, #wrap-s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212, #wrap-content-s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212 { display: none !important; }}







#s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b3b11b2-8574-4b2c-9d3b-904e3dcb2212.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf00ac3e-60fc-4858-bb2d-b66e55fc8bdb {
  margin-top: 1px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(217, 30, 85, 1);
border-style: none;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
}
@media (max-width: 767px){#s-cf00ac3e-60fc-4858-bb2d-b66e55fc8bdb {
  display: none;
}
#s-cf00ac3e-60fc-4858-bb2d-b66e55fc8bdb, #wrap-s-cf00ac3e-60fc-4858-bb2d-b66e55fc8bdb, #wrap-content-s-cf00ac3e-60fc-4858-bb2d-b66e55fc8bdb { display: none !important; }}
#s-d80aebf9-5be5-48aa-85ab-95f029d6ec79 {
  margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-d80aebf9-5be5-48aa-85ab-95f029d6ec79"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-d80aebf9-5be5-48aa-85ab-95f029d6ec79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-d80aebf9-5be5-48aa-85ab-95f029d6ec79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-d80aebf9-5be5-48aa-85ab-95f029d6ec79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-a5fc386d-db6b-444e-b9e7-f316a7a73ac6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-a5fc386d-db6b-444e-b9e7-f316a7a73ac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5fc386d-db6b-444e-b9e7-f316a7a73ac6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c3fb3d8-a077-4827-957c-692129cb6bc6 {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
margin-top: 2%;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-3fd3f8d2-9696-4b28-b294-3479b127dbfc {
  margin-top: 0px;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  margin-top: 0px;
margin-left: 29%;
margin-bottom: 20px;
margin-right: 29%;
max-width: 600px;
text-align: center;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image {
  box-sizing: border-box;
}



.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image {
  box-sizing: border-box;
}



.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image {
  box-sizing: border-box;
}



.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image {
  box-sizing: border-box;
}



.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  margin: 0 !important;
  overflow: visible;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  /* Add background color handling */
  
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7.shogun-image {
  box-sizing: border-box;
}



.s-1fb094ba-edb3-41c4-bca1-ce6d5e362ef7 img.shogun-image {
  
}


}
#s-63c9a574-20ab-4627-b05d-728c781580ad {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-63c9a574-20ab-4627-b05d-728c781580ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63c9a574-20ab-4627-b05d-728c781580ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d04270cb-2096-4804-b585-5c6f24df05cd {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
margin-top: 2%;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 {
  margin-left: 13%;
margin-right: 13%;
max-width: 700px;
aspect-ratio: 700/607;
text-align: center;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35113e8-8437-4de0-a815-361b12ee5746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f35113e8-8437-4de0-a815-361b12ee5746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shg-image-content-wrapper {
      aspect-ratio: 700/607;
      min-width: 100%;
      height: auto;
    }

    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-link {
      aspect-ratio: 700/607;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
  box-sizing: border-box;
}



.s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35113e8-8437-4de0-a815-361b12ee5746 {
      --shg-aspect-ratio: calc(700/607); 
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
      position: relative;
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-f35113e8-8437-4de0-a815-361b12ee5746 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35113e8-8437-4de0-a815-361b12ee5746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35113e8-8437-4de0-a815-361b12ee5746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shg-image-content-wrapper {
      aspect-ratio: 700/607;
      min-width: 100%;
      height: auto;
    }

    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-link {
      aspect-ratio: 700/607;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
  box-sizing: border-box;
}



.s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35113e8-8437-4de0-a815-361b12ee5746 {
      --shg-aspect-ratio: calc(700/607); 
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
      position: relative;
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f35113e8-8437-4de0-a815-361b12ee5746 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35113e8-8437-4de0-a815-361b12ee5746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35113e8-8437-4de0-a815-361b12ee5746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shg-image-content-wrapper {
      aspect-ratio: 700/607;
      min-width: 100%;
      height: auto;
    }

    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-link {
      aspect-ratio: 700/607;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
  box-sizing: border-box;
}



.s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35113e8-8437-4de0-a815-361b12ee5746 {
      --shg-aspect-ratio: calc(700/607); 
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
      position: relative;
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f35113e8-8437-4de0-a815-361b12ee5746 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35113e8-8437-4de0-a815-361b12ee5746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35113e8-8437-4de0-a815-361b12ee5746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shg-image-content-wrapper {
      aspect-ratio: 700/607;
      min-width: 100%;
      height: auto;
    }

    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-link {
      aspect-ratio: 700/607;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
  box-sizing: border-box;
}



.s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35113e8-8437-4de0-a815-361b12ee5746 {
      --shg-aspect-ratio: calc(700/607); 
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
      position: relative;
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-f35113e8-8437-4de0-a815-361b12ee5746 {
  margin: 0 !important;
  overflow: visible;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f35113e8-8437-4de0-a815-361b12ee5746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f35113e8-8437-4de0-a815-361b12ee5746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  /* Add background color handling */
  
}

#s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shg-image-content-wrapper {
      aspect-ratio: 700/607;
      min-width: 100%;
      height: auto;
    }

    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-link {
      aspect-ratio: 700/607;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f35113e8-8437-4de0-a815-361b12ee5746 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-f35113e8-8437-4de0-a815-361b12ee5746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image {
  box-sizing: border-box;
}



.s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f35113e8-8437-4de0-a815-361b12ee5746 {
      --shg-aspect-ratio: calc(700/607); 
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container {
      position: relative;
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f35113e8-8437-4de0-a815-361b12ee5746 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-c7bd4dfc-c11d-49c1-85df-d683b086ba25 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
}

#s-2c9cd2fb-8895-4dc1-b025-3388d4675ea4 {
  margin-bottom: 5px;
text-align: center;
}

#s-2c9cd2fb-8895-4dc1-b025-3388d4675ea4 {
  overflow: hidden;
  
  
}







  #s-2c9cd2fb-8895-4dc1-b025-3388d4675ea4 img.shogun-image {
    

    
    
    
  }


#s-2c9cd2fb-8895-4dc1-b025-3388d4675ea4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f5b119ab-9cab-4211-b25d-44b408290fb3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-f5b119ab-9cab-4211-b25d-44b408290fb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5b119ab-9cab-4211-b25d-44b408290fb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99c1e48c-8437-49d4-82e8-59def366310e {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
margin-top: 2%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-03d59375-0aa0-48df-b0ac-7428eac0d4c0 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  margin-top: 10px;
margin-left: 11%;
margin-bottom: 34px;
margin-right: 15%;
max-width: 300px;
text-align: center;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 11%;
  margin-right: 15%;
  margin-top: 10px;
  margin-bottom: 34px;
}

.shg-image-content-margin-container-s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
  box-sizing: border-box;
}



.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
  box-sizing: border-box;
}



.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
  box-sizing: border-box;
}



.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
  box-sizing: border-box;
}



.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  margin: 0 !important;
  overflow: visible;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  /* Add background color handling */
  
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c0d0d69-b27a-4b67-8add-6377304dd9e0.shogun-image {
  box-sizing: border-box;
}



.s-1c0d0d69-b27a-4b67-8add-6377304dd9e0 img.shogun-image {
  
}


}
#s-3d43ba7a-5c79-45fe-9bc3-a6b1c779a865 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-3d43ba7a-5c79-45fe-9bc3-a6b1c779a865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d43ba7a-5c79-45fe-9bc3-a6b1c779a865.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58ea2f54-986a-46d2-8280-d0f9fc6c1fa5 {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
margin-top: 2%;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-7d66ccc4-c400-43aa-a3cf-72238b23465a {
  margin-top: 0px;
}

#s-8d77cb9a-1b66-4243-bdda-a7ce23d532cf {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
max-width: 200px;
text-align: center;
}

#s-8d77cb9a-1b66-4243-bdda-a7ce23d532cf {
  overflow: hidden;
  
  
      max-width: 200px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-8d77cb9a-1b66-4243-bdda-a7ce23d532cf img.shogun-image {
    

    
    
    
  }


#s-8d77cb9a-1b66-4243-bdda-a7ce23d532cf .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-f31c7e81-eeec-46d1-87bb-17ab6aa7dce7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-f31c7e81-eeec-46d1-87bb-17ab6aa7dce7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 35.0px);
}

}

@media (min-width: 768px) {
[id="s-f31c7e81-eeec-46d1-87bb-17ab6aa7dce7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 52.5px);
}

}

@media (min-width: 992px) {
[id="s-f31c7e81-eeec-46d1-87bb-17ab6aa7dce7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 52.5px);
}

}

@media (min-width: 1200px) {
[id="s-f31c7e81-eeec-46d1-87bb-17ab6aa7dce7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 52.5px);
}

}

#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13 {
  
}
}

  #s-0694210c-e0f9-4e07-b0d6-8401a0b9be13-root {
    text-align: center;
  }


#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0694210c-e0f9-4e07-b0d6-8401a0b9be13-root {
    text-align: center;
  }


#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0694210c-e0f9-4e07-b0d6-8401a0b9be13-root {
    text-align: center;
  }


#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0694210c-e0f9-4e07-b0d6-8401a0b9be13-root {
    text-align: center;
  }


#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0694210c-e0f9-4e07-b0d6-8401a0b9be13-root {
    text-align: center;
  }


#s-0694210c-e0f9-4e07-b0d6-8401a0b9be13.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-be5d26dc-ca68-4dcf-91b4-653d10a576fe {
  text-align: center;
}

#s-be5d26dc-ca68-4dcf-91b4-653d10a576fe .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-be5d26dc-ca68-4dcf-91b4-653d10a576fe .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-be5d26dc-ca68-4dcf-91b4-653d10a576fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 35px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-e507fd12-8338-4284-8926-f1cf56f31df2:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-e507fd12-8338-4284-8926-f1cf56f31df2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e507fd12-8338-4284-8926-f1cf56f31df2-atc-btn-wrapper {
    text-align: center;
  }


#s-e507fd12-8338-4284-8926-f1cf56f31df2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e507fd12-8338-4284-8926-f1cf56f31df2-atc-btn-wrapper {
    text-align: center;
  }


#s-e507fd12-8338-4284-8926-f1cf56f31df2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e507fd12-8338-4284-8926-f1cf56f31df2-atc-btn-wrapper {
    text-align: center;
  }


#s-e507fd12-8338-4284-8926-f1cf56f31df2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e507fd12-8338-4284-8926-f1cf56f31df2-atc-btn-wrapper {
    text-align: center;
  }


#s-e507fd12-8338-4284-8926-f1cf56f31df2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e507fd12-8338-4284-8926-f1cf56f31df2-atc-btn-wrapper {
    text-align: center;
  }


#s-e507fd12-8338-4284-8926-f1cf56f31df2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-e507fd12-8338-4284-8926-f1cf56f31df2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e {
  
}
}

  #s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e-root {
    text-align: center;
  }


#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e-root {
    text-align: center;
  }


#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e-root {
    text-align: center;
  }


#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e-root {
    text-align: center;
  }


#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e-root {
    text-align: center;
  }


#s-7dbdc55b-4e8f-47c4-b5b1-09a12c58d40e.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-ca79148d-ac3f-4e7b-abc0-93eb83feecf2 {
  text-align: center;
}

#s-ca79148d-ac3f-4e7b-abc0-93eb83feecf2 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ca79148d-ac3f-4e7b-abc0-93eb83feecf2 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ca79148d-ac3f-4e7b-abc0-93eb83feecf2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 35px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-1f582577-3986-4275-8c7e-fecde4187fd1:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-1f582577-3986-4275-8c7e-fecde4187fd1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f582577-3986-4275-8c7e-fecde4187fd1-atc-btn-wrapper {
    text-align: center;
  }


#s-1f582577-3986-4275-8c7e-fecde4187fd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1f582577-3986-4275-8c7e-fecde4187fd1-atc-btn-wrapper {
    text-align: center;
  }


#s-1f582577-3986-4275-8c7e-fecde4187fd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f582577-3986-4275-8c7e-fecde4187fd1-atc-btn-wrapper {
    text-align: center;
  }


#s-1f582577-3986-4275-8c7e-fecde4187fd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1f582577-3986-4275-8c7e-fecde4187fd1-atc-btn-wrapper {
    text-align: center;
  }


#s-1f582577-3986-4275-8c7e-fecde4187fd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1f582577-3986-4275-8c7e-fecde4187fd1-atc-btn-wrapper {
    text-align: center;
  }


#s-1f582577-3986-4275-8c7e-fecde4187fd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-1f582577-3986-4275-8c7e-fecde4187fd1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19 {
  
}
}

  #s-a27a1b03-32eb-496d-b040-6cb56aa7fc19-root {
    text-align: center;
  }


#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a27a1b03-32eb-496d-b040-6cb56aa7fc19-root {
    text-align: center;
  }


#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a27a1b03-32eb-496d-b040-6cb56aa7fc19-root {
    text-align: center;
  }


#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a27a1b03-32eb-496d-b040-6cb56aa7fc19-root {
    text-align: center;
  }


#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a27a1b03-32eb-496d-b040-6cb56aa7fc19-root {
    text-align: center;
  }


#s-a27a1b03-32eb-496d-b040-6cb56aa7fc19.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-3f7e9823-ae0e-44d1-b467-1339c101f24f {
  margin-top: 0px;
margin-bottom: 30px;
}

#s-ab7b35bc-b609-4d77-8656-2b49b28e0397 {
  text-align: center;
}

#s-ab7b35bc-b609-4d77-8656-2b49b28e0397 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ab7b35bc-b609-4d77-8656-2b49b28e0397 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ab7b35bc-b609-4d77-8656-2b49b28e0397 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 35px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d863a4e9-b9e6-4591-b993-a0b02196f4a6-atc-btn-wrapper {
    text-align: center;
  }


#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-d863a4e9-b9e6-4591-b993-a0b02196f4a6-atc-btn-wrapper {
    text-align: center;
  }


#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-d863a4e9-b9e6-4591-b993-a0b02196f4a6-atc-btn-wrapper {
    text-align: center;
  }


#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-d863a4e9-b9e6-4591-b993-a0b02196f4a6-atc-btn-wrapper {
    text-align: center;
  }


#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-d863a4e9-b9e6-4591-b993-a0b02196f4a6-atc-btn-wrapper {
    text-align: center;
  }


#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-d863a4e9-b9e6-4591-b993-a0b02196f4a6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-711df810-e479-4721-8587-4292d085038c {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-711df810-e479-4721-8587-4292d085038c:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-711df810-e479-4721-8587-4292d085038c:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-711df810-e479-4721-8587-4292d085038c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-711df810-e479-4721-8587-4292d085038c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-711df810-e479-4721-8587-4292d085038c {
  
}
}

  #s-711df810-e479-4721-8587-4292d085038c-root {
    text-align: center;
  }


#s-711df810-e479-4721-8587-4292d085038c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-711df810-e479-4721-8587-4292d085038c-root {
    text-align: center;
  }


#s-711df810-e479-4721-8587-4292d085038c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-711df810-e479-4721-8587-4292d085038c-root {
    text-align: center;
  }


#s-711df810-e479-4721-8587-4292d085038c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-711df810-e479-4721-8587-4292d085038c-root {
    text-align: center;
  }


#s-711df810-e479-4721-8587-4292d085038c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-711df810-e479-4721-8587-4292d085038c-root {
    text-align: center;
  }


#s-711df810-e479-4721-8587-4292d085038c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-839d094c-9912-4d86-b12f-0d81a2e139ed {
  text-align: center;
}

#s-839d094c-9912-4d86-b12f-0d81a2e139ed .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-839d094c-9912-4d86-b12f-0d81a2e139ed .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-839d094c-9912-4d86-b12f-0d81a2e139ed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 35px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-19dc7c20-5b43-4098-b927-524bbec6e94b:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-19dc7c20-5b43-4098-b927-524bbec6e94b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-19dc7c20-5b43-4098-b927-524bbec6e94b-atc-btn-wrapper {
    text-align: center;
  }


#s-19dc7c20-5b43-4098-b927-524bbec6e94b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-19dc7c20-5b43-4098-b927-524bbec6e94b-atc-btn-wrapper {
    text-align: center;
  }


#s-19dc7c20-5b43-4098-b927-524bbec6e94b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-19dc7c20-5b43-4098-b927-524bbec6e94b-atc-btn-wrapper {
    text-align: center;
  }


#s-19dc7c20-5b43-4098-b927-524bbec6e94b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-19dc7c20-5b43-4098-b927-524bbec6e94b-atc-btn-wrapper {
    text-align: center;
  }


#s-19dc7c20-5b43-4098-b927-524bbec6e94b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-19dc7c20-5b43-4098-b927-524bbec6e94b-atc-btn-wrapper {
    text-align: center;
  }


#s-19dc7c20-5b43-4098-b927-524bbec6e94b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-19dc7c20-5b43-4098-b927-524bbec6e94b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-81ff8cba-3356-4a89-8eb9-dd15f705544e {
  margin-top: 0px;
margin-bottom: 20px;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-81ff8cba-3356-4a89-8eb9-dd15f705544e {
  display: none;
}
#s-81ff8cba-3356-4a89-8eb9-dd15f705544e, #wrap-s-81ff8cba-3356-4a89-8eb9-dd15f705544e, #wrap-content-s-81ff8cba-3356-4a89-8eb9-dd15f705544e { display: none !important; }}







#s-81ff8cba-3356-4a89-8eb9-dd15f705544e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81ff8cba-3356-4a89-8eb9-dd15f705544e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83179bd1-3c87-4f23-9092-faeebb0d7503 {
  opacity: 0.6;
}

#s-83179bd1-3c87-4f23-9092-faeebb0d7503 hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-d2e881f0-a3ac-4763-ace2-a612c25cd457 {
  margin-top: 22px;
margin-bottom: 10px;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2e881f0-a3ac-4763-ace2-a612c25cd457"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-1a5e91b1-0e66-4c8a-b4a4-e7d2db2f1b26 {
  margin-top: -5px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 150px;
padding-bottom: 0px;
padding-right: 150px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(179, 144, 3, 1);
border-style: none;
border-radius: 10px;
}

#s-455843ba-3a40-4ab6-bcae-a9919f0ce42c {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 120px;
padding-bottom: 10px;
padding-right: 120px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(179, 144, 3, 1);
border-style: none;
border-radius: 10px;
}

#s-5e85d412-a86c-496b-97f5-df35e6b03d33 {
  padding-top: 0px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(179, 144, 3, 1);
border-style: none;
border-radius: 10px;
}

#s-eb36e551-333a-420c-8961-f4c5332ed472 {
  margin-top: 0px;
margin-bottom: 10px;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-eb36e551-333a-420c-8961-f4c5332ed472"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb36e551-333a-420c-8961-f4c5332ed472"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-eb36e551-333a-420c-8961-f4c5332ed472"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-eb36e551-333a-420c-8961-f4c5332ed472"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

#s-238120b8-4d87-4dbb-b8fd-f7da799e5dcd {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-20b544c9-1d53-434c-ad17-d144db821fab {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-3ff43edb-9bf9-4d1d-8875-816ef5346b7a {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
margin-top: 12px;
margin-bottom: 12px;
padding-top: 12px;
padding-bottom: 12px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-612a249f-b9a5-4173-afcc-c08a8900e823 {
  padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-612a249f-b9a5-4173-afcc-c08a8900e823"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-612a249f-b9a5-4173-afcc-c08a8900e823"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-612a249f-b9a5-4173-afcc-c08a8900e823"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-612a249f-b9a5-4173-afcc-c08a8900e823"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

#s-cea43730-59eb-49fd-9689-8f819fc57440 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440 {
  margin: 0 !important;
  overflow: visible;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cea43730-59eb-49fd-9689-8f819fc57440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-cea43730-59eb-49fd-9689-8f819fc57440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  /* Add background color handling */
  
}

#s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
  box-sizing: border-box;
}



.s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cea43730-59eb-49fd-9689-8f819fc57440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
      position: relative;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-cea43730-59eb-49fd-9689-8f819fc57440 {
  margin: 0 !important;
  overflow: visible;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cea43730-59eb-49fd-9689-8f819fc57440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cea43730-59eb-49fd-9689-8f819fc57440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  /* Add background color handling */
  
}

#s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
  box-sizing: border-box;
}



.s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cea43730-59eb-49fd-9689-8f819fc57440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
      position: relative;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cea43730-59eb-49fd-9689-8f819fc57440 {
  margin: 0 !important;
  overflow: visible;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cea43730-59eb-49fd-9689-8f819fc57440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cea43730-59eb-49fd-9689-8f819fc57440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  /* Add background color handling */
  
}

#s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
  box-sizing: border-box;
}



.s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cea43730-59eb-49fd-9689-8f819fc57440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
      position: relative;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cea43730-59eb-49fd-9689-8f819fc57440 {
  margin: 0 !important;
  overflow: visible;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cea43730-59eb-49fd-9689-8f819fc57440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cea43730-59eb-49fd-9689-8f819fc57440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  /* Add background color handling */
  
}

#s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
  box-sizing: border-box;
}



.s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cea43730-59eb-49fd-9689-8f819fc57440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
      position: relative;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-cea43730-59eb-49fd-9689-8f819fc57440 {
  margin: 0 !important;
  overflow: visible;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cea43730-59eb-49fd-9689-8f819fc57440 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cea43730-59eb-49fd-9689-8f819fc57440 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  /* Add background color handling */
  
}

#s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cea43730-59eb-49fd-9689-8f819fc57440 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-cea43730-59eb-49fd-9689-8f819fc57440 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image {
  box-sizing: border-box;
}



.s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cea43730-59eb-49fd-9689-8f819fc57440 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container {
      position: relative;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cea43730-59eb-49fd-9689-8f819fc57440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  margin-left: 20%;
margin-right: 20%;
max-width: 250px;
aspect-ratio: 250/280;
text-align: center;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  margin: 0 !important;
  overflow: visible;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  /* Add background color handling */
  
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
      aspect-ratio: 250/280;
      min-width: 100%;
      height: auto;
    }

    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-link {
      aspect-ratio: 250/280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
  box-sizing: border-box;
}



.s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
      --shg-aspect-ratio: calc(250/280); 
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
      position: relative;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

@media (min-width: 1200px){#s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  margin: 0 !important;
  overflow: visible;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  /* Add background color handling */
  
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
      aspect-ratio: 250/280;
      min-width: 100%;
      height: auto;
    }

    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-link {
      aspect-ratio: 250/280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
  box-sizing: border-box;
}



.s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
      --shg-aspect-ratio: calc(250/280); 
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
      position: relative;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  margin: 0 !important;
  overflow: visible;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  /* Add background color handling */
  
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
      aspect-ratio: 250/280;
      min-width: 100%;
      height: auto;
    }

    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-link {
      aspect-ratio: 250/280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
  box-sizing: border-box;
}



.s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
      --shg-aspect-ratio: calc(250/280); 
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
      position: relative;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  margin: 0 !important;
  overflow: visible;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  /* Add background color handling */
  
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
      aspect-ratio: 250/280;
      min-width: 100%;
      height: auto;
    }

    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-link {
      aspect-ratio: 250/280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
  box-sizing: border-box;
}



.s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
      --shg-aspect-ratio: calc(250/280); 
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
      position: relative;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (max-width: 767px){#s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  margin: 0 !important;
  overflow: visible;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  /* Add background color handling */
  
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
      aspect-ratio: 250/280;
      min-width: 100%;
      height: auto;
    }

    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-link {
      aspect-ratio: 250/280;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-07c35510-a1ad-4672-a689-4d5f706e3b55 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image {
  box-sizing: border-box;
}



.s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 {
      --shg-aspect-ratio: calc(250/280); 
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container {
      position: relative;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07c35510-a1ad-4672-a689-4d5f706e3b55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}
#s-8fc0946b-1ae7-451f-9aff-b2a78a68a36b {
  margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
text-align: center;
}

#s-8fc0946b-1ae7-451f-9aff-b2a78a68a36b {
  overflow: hidden;
  
  
}







  #s-8fc0946b-1ae7-451f-9aff-b2a78a68a36b img.shogun-image {
    

    
    
    
  }


#s-8fc0946b-1ae7-451f-9aff-b2a78a68a36b .shogun-image-content {
  
    justify-content: center;
  
}

#s-5015790f-27ba-414f-a6c9-9a754140ae86 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-5015790f-27ba-414f-a6c9-9a754140ae86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5015790f-27ba-414f-a6c9-9a754140ae86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-5015790f-27ba-414f-a6c9-9a754140ae86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-5015790f-27ba-414f-a6c9-9a754140ae86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9 {
  
}
}

  #s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9-root {
    text-align: center;
  }


#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9-root {
    text-align: center;
  }


#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9-root {
    text-align: center;
  }


#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9-root {
    text-align: center;
  }


#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9-root {
    text-align: center;
  }


#s-b6a445b7-f566-4937-b3a6-4bee0cb8c8a9.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-ebd283ab-7e17-4270-a52d-b8558c989781 {
  text-align: center;
}

#s-ebd283ab-7e17-4270-a52d-b8558c989781 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ebd283ab-7e17-4270-a52d-b8558c989781 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ebd283ab-7e17-4270-a52d-b8558c989781 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 35px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-f90145d4-b247-4c38-85b1-4323068a0ac4:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-f90145d4-b247-4c38-85b1-4323068a0ac4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f90145d4-b247-4c38-85b1-4323068a0ac4-atc-btn-wrapper {
    text-align: center;
  }


#s-f90145d4-b247-4c38-85b1-4323068a0ac4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f90145d4-b247-4c38-85b1-4323068a0ac4-atc-btn-wrapper {
    text-align: center;
  }


#s-f90145d4-b247-4c38-85b1-4323068a0ac4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f90145d4-b247-4c38-85b1-4323068a0ac4-atc-btn-wrapper {
    text-align: center;
  }


#s-f90145d4-b247-4c38-85b1-4323068a0ac4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f90145d4-b247-4c38-85b1-4323068a0ac4-atc-btn-wrapper {
    text-align: center;
  }


#s-f90145d4-b247-4c38-85b1-4323068a0ac4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f90145d4-b247-4c38-85b1-4323068a0ac4-atc-btn-wrapper {
    text-align: center;
  }


#s-f90145d4-b247-4c38-85b1-4323068a0ac4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-f90145d4-b247-4c38-85b1-4323068a0ac4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2 {
  
}
}

  #s-ddc353fa-4733-4b91-99fd-35b7f879b6d2-root {
    text-align: center;
  }


#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ddc353fa-4733-4b91-99fd-35b7f879b6d2-root {
    text-align: center;
  }


#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddc353fa-4733-4b91-99fd-35b7f879b6d2-root {
    text-align: center;
  }


#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddc353fa-4733-4b91-99fd-35b7f879b6d2-root {
    text-align: center;
  }


#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ddc353fa-4733-4b91-99fd-35b7f879b6d2-root {
    text-align: center;
  }


#s-ddc353fa-4733-4b91-99fd-35b7f879b6d2.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-b2796846-3979-437e-9f82-7f861c5e64bb {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-b2796846-3979-437e-9f82-7f861c5e64bb:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-b2796846-3979-437e-9f82-7f861c5e64bb:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b2796846-3979-437e-9f82-7f861c5e64bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2796846-3979-437e-9f82-7f861c5e64bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2796846-3979-437e-9f82-7f861c5e64bb {
  
}
}

  #s-b2796846-3979-437e-9f82-7f861c5e64bb-root {
    text-align: center;
  }


#s-b2796846-3979-437e-9f82-7f861c5e64bb.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b2796846-3979-437e-9f82-7f861c5e64bb-root {
    text-align: center;
  }


#s-b2796846-3979-437e-9f82-7f861c5e64bb.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2796846-3979-437e-9f82-7f861c5e64bb-root {
    text-align: center;
  }


#s-b2796846-3979-437e-9f82-7f861c5e64bb.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2796846-3979-437e-9f82-7f861c5e64bb-root {
    text-align: center;
  }


#s-b2796846-3979-437e-9f82-7f861c5e64bb.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b2796846-3979-437e-9f82-7f861c5e64bb-root {
    text-align: center;
  }


#s-b2796846-3979-437e-9f82-7f861c5e64bb.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f {
  
}
}

  #s-ad0c0327-1d74-4d80-bdc8-338c08632a9f-root {
    text-align: center;
  }


#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad0c0327-1d74-4d80-bdc8-338c08632a9f-root {
    text-align: center;
  }


#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad0c0327-1d74-4d80-bdc8-338c08632a9f-root {
    text-align: center;
  }


#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad0c0327-1d74-4d80-bdc8-338c08632a9f-root {
    text-align: center;
  }


#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad0c0327-1d74-4d80-bdc8-338c08632a9f-root {
    text-align: center;
  }


#s-ad0c0327-1d74-4d80-bdc8-338c08632a9f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-f758b58f-918f-4d76-9aba-c15dac85a055 {
  text-align: center;
}

#s-f758b58f-918f-4d76-9aba-c15dac85a055 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f758b58f-918f-4d76-9aba-c15dac85a055 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f758b58f-918f-4d76-9aba-c15dac85a055 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 35px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-b09fd976-5130-471e-a2f1-1f6c4a89e794:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-b09fd976-5130-471e-a2f1-1f6c4a89e794:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b09fd976-5130-471e-a2f1-1f6c4a89e794-atc-btn-wrapper {
    text-align: center;
  }


#s-b09fd976-5130-471e-a2f1-1f6c4a89e794 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b09fd976-5130-471e-a2f1-1f6c4a89e794-atc-btn-wrapper {
    text-align: center;
  }


#s-b09fd976-5130-471e-a2f1-1f6c4a89e794 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b09fd976-5130-471e-a2f1-1f6c4a89e794-atc-btn-wrapper {
    text-align: center;
  }


#s-b09fd976-5130-471e-a2f1-1f6c4a89e794 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b09fd976-5130-471e-a2f1-1f6c4a89e794-atc-btn-wrapper {
    text-align: center;
  }


#s-b09fd976-5130-471e-a2f1-1f6c4a89e794 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b09fd976-5130-471e-a2f1-1f6c4a89e794-atc-btn-wrapper {
    text-align: center;
  }


#s-b09fd976-5130-471e-a2f1-1f6c4a89e794 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-b09fd976-5130-471e-a2f1-1f6c4a89e794.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-7298541b-c8c9-40b5-9f17-4e89d3bdc022 {
  margin-top: 20px;
margin-bottom: 0px;
opacity: 0.6;
}

#s-7298541b-c8c9-40b5-9f17-4e89d3bdc022 hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-c7dd1360-170d-4092-bb8a-308014935cf1 {
  margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c7dd1360-170d-4092-bb8a-308014935cf1 {
  display: none;
}
#s-c7dd1360-170d-4092-bb8a-308014935cf1, #wrap-s-c7dd1360-170d-4092-bb8a-308014935cf1, #wrap-content-s-c7dd1360-170d-4092-bb8a-308014935cf1 { display: none !important; }}







#s-c7dd1360-170d-4092-bb8a-308014935cf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7dd1360-170d-4092-bb8a-308014935cf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07e30be7-310c-4df9-acfc-ea45b6c58662 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
}

#s-144be878-170d-4ce9-898f-4918bdca7a0d {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-144be878-170d-4ce9-898f-4918bdca7a0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-144be878-170d-4ce9-898f-4918bdca7a0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-144be878-170d-4ce9-898f-4918bdca7a0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-144be878-170d-4ce9-898f-4918bdca7a0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

}

#s-ac14c13f-e457-4720-9dc3-4fddff2f1c26 {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-c39449b0-e25b-47a8-a9a4-d93c15ebbc7c {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-fe9b0962-6256-4cae-97be-d87417428b7f {
  padding-left: 6%;
padding-right: 6%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 10px;
}

@media (min-width: 0px) {
[id="s-fe9b0962-6256-4cae-97be-d87417428b7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe9b0962-6256-4cae-97be-d87417428b7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-fe9b0962-6256-4cae-97be-d87417428b7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe9b0962-6256-4cae-97be-d87417428b7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

}

#s-cdd192c3-5faf-405a-b669-af207df67975 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-cdd192c3-5faf-405a-b669-af207df67975 {
  display: none;
}
#s-cdd192c3-5faf-405a-b669-af207df67975, #wrap-s-cdd192c3-5faf-405a-b669-af207df67975, #wrap-content-s-cdd192c3-5faf-405a-b669-af207df67975 { display: none !important; }}
#s-03ce0175-402a-4e05-afe0-a1ba04c98894 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 20px;
margin-left: 25%;
margin-bottom: 15px;
margin-right: 25%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-03ce0175-402a-4e05-afe0-a1ba04c98894:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-03ce0175-402a-4e05-afe0-a1ba04c98894:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-03ce0175-402a-4e05-afe0-a1ba04c98894 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03ce0175-402a-4e05-afe0-a1ba04c98894 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03ce0175-402a-4e05-afe0-a1ba04c98894 {
  
}
}

  #s-03ce0175-402a-4e05-afe0-a1ba04c98894-root {
    text-align: center;
  }


#s-03ce0175-402a-4e05-afe0-a1ba04c98894.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-03ce0175-402a-4e05-afe0-a1ba04c98894-root {
    text-align: center;
  }


#s-03ce0175-402a-4e05-afe0-a1ba04c98894.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03ce0175-402a-4e05-afe0-a1ba04c98894-root {
    text-align: center;
  }


#s-03ce0175-402a-4e05-afe0-a1ba04c98894.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03ce0175-402a-4e05-afe0-a1ba04c98894-root {
    text-align: center;
  }


#s-03ce0175-402a-4e05-afe0-a1ba04c98894.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-03ce0175-402a-4e05-afe0-a1ba04c98894-root {
    text-align: center;
  }


#s-03ce0175-402a-4e05-afe0-a1ba04c98894.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-887b0fc0-7e0f-4af8-8f8a-1260068cb297 {
  text-align: center;
}

#s-887b0fc0-7e0f-4af8-8f8a-1260068cb297 .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-887b0fc0-7e0f-4af8-8f8a-1260068cb297 .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-887b0fc0-7e0f-4af8-8f8a-1260068cb297 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 35px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-6614e422-18f0-42ad-b711-ef10efe3243d:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-6614e422-18f0-42ad-b711-ef10efe3243d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6614e422-18f0-42ad-b711-ef10efe3243d-atc-btn-wrapper {
    text-align: center;
  }


#s-6614e422-18f0-42ad-b711-ef10efe3243d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-6614e422-18f0-42ad-b711-ef10efe3243d-atc-btn-wrapper {
    text-align: center;
  }


#s-6614e422-18f0-42ad-b711-ef10efe3243d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6614e422-18f0-42ad-b711-ef10efe3243d-atc-btn-wrapper {
    text-align: center;
  }


#s-6614e422-18f0-42ad-b711-ef10efe3243d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6614e422-18f0-42ad-b711-ef10efe3243d-atc-btn-wrapper {
    text-align: center;
  }


#s-6614e422-18f0-42ad-b711-ef10efe3243d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-6614e422-18f0-42ad-b711-ef10efe3243d-atc-btn-wrapper {
    text-align: center;
  }


#s-6614e422-18f0-42ad-b711-ef10efe3243d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-6614e422-18f0-42ad-b711-ef10efe3243d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  margin-top: 20px;
margin-left: 18%;
margin-right: 18%;
max-width: 400px;
text-align: center;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  margin: 0 !important;
  overflow: visible;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  /* Add background color handling */
  
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-687e08b5-ce00-4c75-a14e-33eceedc7edf .shogun-image-content {
  
    justify-content: center;
  
}

.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image {
  box-sizing: border-box;
}



.s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  
}


@media (min-width: 1200px){#s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  margin: 0 !important;
  overflow: visible;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  /* Add background color handling */
  
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-687e08b5-ce00-4c75-a14e-33eceedc7edf .shogun-image-content {
  
    justify-content: center;
  
}

.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image {
  box-sizing: border-box;
}



.s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  margin: 0 !important;
  overflow: visible;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  /* Add background color handling */
  
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-687e08b5-ce00-4c75-a14e-33eceedc7edf .shogun-image-content {
  
    justify-content: center;
  
}

.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image {
  box-sizing: border-box;
}



.s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  margin: 0 !important;
  overflow: visible;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  /* Add background color handling */
  
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-687e08b5-ce00-4c75-a14e-33eceedc7edf .shogun-image-content {
  
    justify-content: center;
  
}

.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image {
  box-sizing: border-box;
}



.s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  
}


}@media (max-width: 767px){#s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  margin: 0 !important;
  overflow: visible;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-687e08b5-ce00-4c75-a14e-33eceedc7edf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  /* Add background color handling */
  
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-687e08b5-ce00-4c75-a14e-33eceedc7edf .shogun-image-content {
  
    justify-content: center;
  
}

.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-687e08b5-ce00-4c75-a14e-33eceedc7edf.shogun-image {
  box-sizing: border-box;
}



.s-687e08b5-ce00-4c75-a14e-33eceedc7edf img.shogun-image {
  
}


}
#s-3d5f7396-2702-46e7-ab7e-2986a9991186 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 20px;
margin-left: 25%;
margin-bottom: 15px;
margin-right: 25%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-3d5f7396-2702-46e7-ab7e-2986a9991186:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-3d5f7396-2702-46e7-ab7e-2986a9991186:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3d5f7396-2702-46e7-ab7e-2986a9991186 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d5f7396-2702-46e7-ab7e-2986a9991186 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d5f7396-2702-46e7-ab7e-2986a9991186 {
  
}
}

  #s-3d5f7396-2702-46e7-ab7e-2986a9991186-root {
    text-align: center;
  }


#s-3d5f7396-2702-46e7-ab7e-2986a9991186.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d5f7396-2702-46e7-ab7e-2986a9991186-root {
    text-align: center;
  }


#s-3d5f7396-2702-46e7-ab7e-2986a9991186.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d5f7396-2702-46e7-ab7e-2986a9991186-root {
    text-align: center;
  }


#s-3d5f7396-2702-46e7-ab7e-2986a9991186.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d5f7396-2702-46e7-ab7e-2986a9991186-root {
    text-align: center;
  }


#s-3d5f7396-2702-46e7-ab7e-2986a9991186.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d5f7396-2702-46e7-ab7e-2986a9991186-root {
    text-align: center;
  }


#s-3d5f7396-2702-46e7-ab7e-2986a9991186.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-31943d4e-d9d2-4d23-8c3d-d58e0ad3c720 {
  margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
opacity: 0.6;
}

#s-31943d4e-d9d2-4d23-8c3d-d58e0ad3c720 hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-d103f777-2053-4cad-b601-a41d5a73c194 {
  margin-top: 0px;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-d103f777-2053-4cad-b601-a41d5a73c194 {
  display: none;
}
#s-d103f777-2053-4cad-b601-a41d5a73c194, #wrap-s-d103f777-2053-4cad-b601-a41d5a73c194, #wrap-content-s-d103f777-2053-4cad-b601-a41d5a73c194 { display: none !important; }}







#s-d103f777-2053-4cad-b601-a41d5a73c194 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d103f777-2053-4cad-b601-a41d5a73c194.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2da3074-c3ca-4159-8641-eb3865fd8e1a {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a2da3074-c3ca-4159-8641-eb3865fd8e1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2da3074-c3ca-4159-8641-eb3865fd8e1a {
  
}
}
#s-dc51513a-16ec-40c3-a3c1-ae7e3d118979 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-dc51513a-16ec-40c3-a3c1-ae7e3d118979"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc51513a-16ec-40c3-a3c1-ae7e3d118979"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-dc51513a-16ec-40c3-a3c1-ae7e3d118979"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc51513a-16ec-40c3-a3c1-ae7e3d118979"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 60.0px);
}

}

#s-f476ffa0-f9fb-4a3b-915b-e6f5e9de836d {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-d3de6969-1542-49fc-af8c-489836ac7958 {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-55eb3f68-abfd-44c6-bedc-2f38d5ce6cd0 {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-0d6910c6-5c8b-48a0-a34e-48af7023e13c {
  padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-0d6910c6-5c8b-48a0-a34e-48af7023e13c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d6910c6-5c8b-48a0-a34e-48af7023e13c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-0d6910c6-5c8b-48a0-a34e-48af7023e13c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-0d6910c6-5c8b-48a0-a34e-48af7023e13c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

#s-dd95b36e-1eec-41b7-ac3a-d21017f87328 {
  text-align: center;
}

#s-f414b19b-3b0b-45fa-b429-ee11b05f657c {
  text-align: center;
}

#s-f414b19b-3b0b-45fa-b429-ee11b05f657c .shg-product-sold-out {
  display: none;
  color: rgba(217, 30, 85, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f414b19b-3b0b-45fa-b429-ee11b05f657c .shg-product-price {
  color: rgba(217, 30, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f414b19b-3b0b-45fa-b429-ee11b05f657c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 5px;
padding-left: 40px;
padding-bottom: 5px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 35px;
text-align: center;
background-color: rgba(188, 6, 54, 1);
}
#s-391a2075-b39f-4742-9e9f-22f58cbee9ae:hover {background-color: rgba(253, 30, 89, 1) !important;
text-decoration: none !important;}#s-391a2075-b39f-4742-9e9f-22f58cbee9ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-391a2075-b39f-4742-9e9f-22f58cbee9ae-atc-btn-wrapper {
    text-align: center;
  }


#s-391a2075-b39f-4742-9e9f-22f58cbee9ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-391a2075-b39f-4742-9e9f-22f58cbee9ae-atc-btn-wrapper {
    text-align: center;
  }


#s-391a2075-b39f-4742-9e9f-22f58cbee9ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-391a2075-b39f-4742-9e9f-22f58cbee9ae-atc-btn-wrapper {
    text-align: center;
  }


#s-391a2075-b39f-4742-9e9f-22f58cbee9ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-391a2075-b39f-4742-9e9f-22f58cbee9ae-atc-btn-wrapper {
    text-align: center;
  }


#s-391a2075-b39f-4742-9e9f-22f58cbee9ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-391a2075-b39f-4742-9e9f-22f58cbee9ae-atc-btn-wrapper {
    text-align: center;
  }


#s-391a2075-b39f-4742-9e9f-22f58cbee9ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-391a2075-b39f-4742-9e9f-22f58cbee9ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  margin: 0 !important;
  overflow: visible;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  /* Add background color handling */
  
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
    
    
    
    
  }


.s-cb4c90dc-7f1c-444c-ae48-51584059d9da .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
  box-sizing: border-box;
}



.s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  
}


@media (min-width: 1200px){#s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  margin: 0 !important;
  overflow: visible;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  /* Add background color handling */
  
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
    
    
    
    
  }


.s-cb4c90dc-7f1c-444c-ae48-51584059d9da .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
  box-sizing: border-box;
}



.s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  margin: 0 !important;
  overflow: visible;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  /* Add background color handling */
  
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
    
    
    
    
  }


.s-cb4c90dc-7f1c-444c-ae48-51584059d9da .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
  box-sizing: border-box;
}



.s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  margin: 0 !important;
  overflow: visible;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  /* Add background color handling */
  
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
    
    
    
    
  }


.s-cb4c90dc-7f1c-444c-ae48-51584059d9da .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
  box-sizing: border-box;
}



.s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  
}


}@media (max-width: 767px){#s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  margin: 0 !important;
  overflow: visible;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb4c90dc-7f1c-444c-ae48-51584059d9da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  /* Add background color handling */
  
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
    
    
    
    
  }


.s-cb4c90dc-7f1c-444c-ae48-51584059d9da .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb4c90dc-7f1c-444c-ae48-51584059d9da.shogun-image {
  box-sizing: border-box;
}



.s-cb4c90dc-7f1c-444c-ae48-51584059d9da img.shogun-image {
  
}


}
#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0 {
  
}
}

  #s-770df19b-c8fe-4ff6-abb3-72dd2336fca0-root {
    text-align: center;
  }


#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-770df19b-c8fe-4ff6-abb3-72dd2336fca0-root {
    text-align: center;
  }


#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-770df19b-c8fe-4ff6-abb3-72dd2336fca0-root {
    text-align: center;
  }


#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-770df19b-c8fe-4ff6-abb3-72dd2336fca0-root {
    text-align: center;
  }


#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-770df19b-c8fe-4ff6-abb3-72dd2336fca0-root {
    text-align: center;
  }


#s-770df19b-c8fe-4ff6-abb3-72dd2336fca0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  margin-top: 20px;
margin-left: 18%;
margin-right: 18%;
text-align: center;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  margin: 0 !important;
  overflow: visible;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  /* Add background color handling */
  
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
    
    
    
    
  }


.s-53744a32-d514-4bff-963d-c61f9c8cdf04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
  box-sizing: border-box;
}



.s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  
}


@media (min-width: 1200px){#s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  margin: 0 !important;
  overflow: visible;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  /* Add background color handling */
  
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
    
    
    
    
  }


.s-53744a32-d514-4bff-963d-c61f9c8cdf04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
  box-sizing: border-box;
}



.s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  margin: 0 !important;
  overflow: visible;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  /* Add background color handling */
  
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
    
    
    
    
  }


.s-53744a32-d514-4bff-963d-c61f9c8cdf04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
  box-sizing: border-box;
}



.s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  margin: 0 !important;
  overflow: visible;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  /* Add background color handling */
  
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
    
    
    
    
  }


.s-53744a32-d514-4bff-963d-c61f9c8cdf04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
  box-sizing: border-box;
}



.s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  
}


}@media (max-width: 767px){#s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  margin: 0 !important;
  overflow: visible;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-53744a32-d514-4bff-963d-c61f9c8cdf04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  /* Add background color handling */
  
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
    
    
    
    
  }


.s-53744a32-d514-4bff-963d-c61f9c8cdf04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53744a32-d514-4bff-963d-c61f9c8cdf04.shogun-image {
  box-sizing: border-box;
}



.s-53744a32-d514-4bff-963d-c61f9c8cdf04 img.shogun-image {
  
}


}
#s-20282b69-787f-4a1e-8602-72ec2968f52e {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-20282b69-787f-4a1e-8602-72ec2968f52e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20282b69-787f-4a1e-8602-72ec2968f52e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20282b69-787f-4a1e-8602-72ec2968f52e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20282b69-787f-4a1e-8602-72ec2968f52e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5 {
  
}
}

  #s-44b4f243-574d-42e2-85b0-4ae484d7aaa5-root {
    text-align: center;
  }


#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-44b4f243-574d-42e2-85b0-4ae484d7aaa5-root {
    text-align: center;
  }


#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44b4f243-574d-42e2-85b0-4ae484d7aaa5-root {
    text-align: center;
  }


#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44b4f243-574d-42e2-85b0-4ae484d7aaa5-root {
    text-align: center;
  }


#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-44b4f243-574d-42e2-85b0-4ae484d7aaa5-root {
    text-align: center;
  }


#s-44b4f243-574d-42e2-85b0-4ae484d7aaa5.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c {
  
}
}

  #s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c-root {
    text-align: center;
  }


#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c-root {
    text-align: center;
  }


#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c-root {
    text-align: center;
  }


#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c-root {
    text-align: center;
  }


#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c-root {
    text-align: center;
  }


#s-a5737d6b-38c3-4b03-bcd0-4002e03cd89c.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0 {
  
}
}

  #s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0-root {
    text-align: center;
  }


#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0-root {
    text-align: center;
  }


#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0-root {
    text-align: center;
  }


#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0-root {
    text-align: center;
  }


#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0-root {
    text-align: center;
  }


#s-3e1d39cc-45cc-45d5-b91d-42d3889c9da0.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-0713410e-b0ec-4508-a6f4-6cef21b85ce7 {
  margin-top: 0px;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(217, 30, 85, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-0713410e-b0ec-4508-a6f4-6cef21b85ce7 {
  display: none;
}
#s-0713410e-b0ec-4508-a6f4-6cef21b85ce7, #wrap-s-0713410e-b0ec-4508-a6f4-6cef21b85ce7, #wrap-content-s-0713410e-b0ec-4508-a6f4-6cef21b85ce7 { display: none !important; }}







#s-0713410e-b0ec-4508-a6f4-6cef21b85ce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0713410e-b0ec-4508-a6f4-6cef21b85ce7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cda2e57-2689-4b1e-aac0-3494afc06cc1 {
  margin-top: 20px;
margin-bottom: 20px;
opacity: 0.6;
}

#s-3cda2e57-2689-4b1e-aac0-3494afc06cc1 hr {
  border-top: 2px solid rgba(244, 11, 98, 1);
}

#s-c7b8cea6-12b4-4754-8071-388176a55899 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
}

#s-c9e36647-906b-4e1b-a0fa-cfaaf4e0dcf5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-c9e36647-906b-4e1b-a0fa-cfaaf4e0dcf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9e36647-906b-4e1b-a0fa-cfaaf4e0dcf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-c9e36647-906b-4e1b-a0fa-cfaaf4e0dcf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-c9e36647-906b-4e1b-a0fa-cfaaf4e0dcf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

#s-a0167a39-87fc-4c57-8585-0fcaf38bc604 {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-3af55006-7610-4694-9d5a-655a56034f68 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 11, 98, 1);
border-style: solid;
text-align: center;
}

#s-3af55006-7610-4694-9d5a-655a56034f68 {
  overflow: hidden;
  
  
}







  #s-3af55006-7610-4694-9d5a-655a56034f68 img.shogun-image {
    

    
    
    
  }


#s-3af55006-7610-4694-9d5a-655a56034f68 .shogun-image-content {
  
    justify-content: center;
  
}

#s-40390255-2497-497a-8fb1-c2ee86740737 {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-98251578-f5b5-44fd-8586-598030696e3d {
  margin-top: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 11, 98, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-98251578-f5b5-44fd-8586-598030696e3d {
  
}
}







#s-98251578-f5b5-44fd-8586-598030696e3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98251578-f5b5-44fd-8586-598030696e3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d0b6f229-cccb-4f66-b6a8-30e51d3df0ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0b6f229-cccb-4f66-b6a8-30e51d3df0ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d0b6f229-cccb-4f66-b6a8-30e51d3df0ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0b6f229-cccb-4f66-b6a8-30e51d3df0ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0bee7614-21fe-4eff-a1e7-74a438c3431c {
  text-align: center;
}

#s-0bee7614-21fe-4eff-a1e7-74a438c3431c {
  overflow: hidden;
  
  
}







  #s-0bee7614-21fe-4eff-a1e7-74a438c3431c img.shogun-image {
    

    
    
    
  }


#s-0bee7614-21fe-4eff-a1e7-74a438c3431c .shogun-image-content {
  
    justify-content: center;
  
}

#s-eab7d29f-fa56-4771-bff6-742af9fb6cd2 {
  text-align: center;
}

#s-eab7d29f-fa56-4771-bff6-742af9fb6cd2 {
  overflow: hidden;
  
  
}







  #s-eab7d29f-fa56-4771-bff6-742af9fb6cd2 img.shogun-image {
    

    
    
    
  }


#s-eab7d29f-fa56-4771-bff6-742af9fb6cd2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1b67f3dd-2d18-408f-9695-d080e1553a2b {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1b67f3dd-2d18-408f-9695-d080e1553a2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b67f3dd-2d18-408f-9695-d080e1553a2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b67f3dd-2d18-408f-9695-d080e1553a2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b67f3dd-2d18-408f-9695-d080e1553a2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(188, 6, 54, 1);
text-decoration: none;
}
#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf {
  
}
}

  #s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf-root {
    text-align: center;
  }


#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf-root {
    text-align: center;
  }


#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf-root {
    text-align: center;
  }


#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf-root {
    text-align: center;
  }


#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf-root {
    text-align: center;
  }


#s-4c0b7c64-d608-4dee-b9d4-00aa8d2e6bcf.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-c9503800-680b-42bc-aded-78ace7e2e99a {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(188, 6, 54, 1);
text-decoration: none;
}
#s-c9503800-680b-42bc-aded-78ace7e2e99a:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-c9503800-680b-42bc-aded-78ace7e2e99a:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c9503800-680b-42bc-aded-78ace7e2e99a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9503800-680b-42bc-aded-78ace7e2e99a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9503800-680b-42bc-aded-78ace7e2e99a {
  
}
}

  #s-c9503800-680b-42bc-aded-78ace7e2e99a-root {
    text-align: center;
  }


#s-c9503800-680b-42bc-aded-78ace7e2e99a.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c9503800-680b-42bc-aded-78ace7e2e99a-root {
    text-align: center;
  }


#s-c9503800-680b-42bc-aded-78ace7e2e99a.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9503800-680b-42bc-aded-78ace7e2e99a-root {
    text-align: center;
  }


#s-c9503800-680b-42bc-aded-78ace7e2e99a.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9503800-680b-42bc-aded-78ace7e2e99a-root {
    text-align: center;
  }


#s-c9503800-680b-42bc-aded-78ace7e2e99a.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c9503800-680b-42bc-aded-78ace7e2e99a-root {
    text-align: center;
  }


#s-c9503800-680b-42bc-aded-78ace7e2e99a.shg-btn {
  color: rgba(188, 6, 54, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-25ad9ef8-d238-42c5-b983-2af379e97414 {
  background-image: url(https://i.shgcdn.com/a13763cf-652a-49f0-8bf5-3a11b74c3e67/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: contain;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(179, 144, 3, 1);
border-style: solid;
border-radius: 10px;
background-position: center center;
}

#s-3764c74c-f8aa-4783-863a-dfccdd8c52d3 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
text-align: center;
}

#s-3764c74c-f8aa-4783-863a-dfccdd8c52d3 {
  overflow: hidden;
  
  
}







  #s-3764c74c-f8aa-4783-863a-dfccdd8c52d3 img.shogun-image {
    

    
    
    
  }


#s-3764c74c-f8aa-4783-863a-dfccdd8c52d3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a5c9e1c1-4c0a-4ab5-ad3f-44f8cf532662 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-a5c9e1c1-4c0a-4ab5-ad3f-44f8cf532662"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5c9e1c1-4c0a-4ab5-ad3f-44f8cf532662"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-a5c9e1c1-4c0a-4ab5-ad3f-44f8cf532662"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-a5c9e1c1-4c0a-4ab5-ad3f-44f8cf532662"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 46.666666666666664px);
}

}

#s-35d19063-2ed4-4e7c-93c6-214f7214b729 {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-35d19063-2ed4-4e7c-93c6-214f7214b729:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-35d19063-2ed4-4e7c-93c6-214f7214b729:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-35d19063-2ed4-4e7c-93c6-214f7214b729 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35d19063-2ed4-4e7c-93c6-214f7214b729 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-35d19063-2ed4-4e7c-93c6-214f7214b729 {
  
}
}

  #s-35d19063-2ed4-4e7c-93c6-214f7214b729-root {
    text-align: center;
  }


#s-35d19063-2ed4-4e7c-93c6-214f7214b729.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-35d19063-2ed4-4e7c-93c6-214f7214b729-root {
    text-align: center;
  }


#s-35d19063-2ed4-4e7c-93c6-214f7214b729.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35d19063-2ed4-4e7c-93c6-214f7214b729-root {
    text-align: center;
  }


#s-35d19063-2ed4-4e7c-93c6-214f7214b729.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35d19063-2ed4-4e7c-93c6-214f7214b729-root {
    text-align: center;
  }


#s-35d19063-2ed4-4e7c-93c6-214f7214b729.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-35d19063-2ed4-4e7c-93c6-214f7214b729-root {
    text-align: center;
  }


#s-35d19063-2ed4-4e7c-93c6-214f7214b729.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-bd880dce-0760-43f1-a61a-e833d5650d4f {
  box-shadow:0px 0px 0px 0px rgba(15, 15, 15, 1);
border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 2px;
padding-left: 20px;
padding-bottom: 2px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(217, 30, 85, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
color: rgba(217, 30, 85, 1);
text-decoration: none;
}
#s-bd880dce-0760-43f1-a61a-e833d5650d4f:hover {border-style: solid !important;
border-color: rgba(216, 146, 11, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(216, 146, 11, 1) !important;}#s-bd880dce-0760-43f1-a61a-e833d5650d4f:active {background-color: rgba(249, 179, 23, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bd880dce-0760-43f1-a61a-e833d5650d4f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd880dce-0760-43f1-a61a-e833d5650d4f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd880dce-0760-43f1-a61a-e833d5650d4f {
  
}
}

  #s-bd880dce-0760-43f1-a61a-e833d5650d4f-root {
    text-align: center;
  }


#s-bd880dce-0760-43f1-a61a-e833d5650d4f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bd880dce-0760-43f1-a61a-e833d5650d4f-root {
    text-align: center;
  }


#s-bd880dce-0760-43f1-a61a-e833d5650d4f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd880dce-0760-43f1-a61a-e833d5650d4f-root {
    text-align: center;
  }


#s-bd880dce-0760-43f1-a61a-e833d5650d4f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd880dce-0760-43f1-a61a-e833d5650d4f-root {
    text-align: center;
  }


#s-bd880dce-0760-43f1-a61a-e833d5650d4f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bd880dce-0760-43f1-a61a-e833d5650d4f-root {
    text-align: center;
  }


#s-bd880dce-0760-43f1-a61a-e833d5650d4f.shg-btn {
  color: rgba(217, 30, 85, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
