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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (max-width: 767px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}







#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  min-height: 50px;
}
@media (min-width: 1200px){#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  
}
}@media (max-width: 767px){#s-19569bf8-453a-4b35-a3aa-b94baa9287ed {
  
}
}







#s-19569bf8-453a-4b35-a3aa-b94baa9287ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19569bf8-453a-4b35-a3aa-b94baa9287ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  
}
}@media (max-width: 767px){#s-4366b923-ddae-4026-9460-aeb19a623a80 {
  
}
}
#s-4366b923-ddae-4026-9460-aeb19a623a80 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4366b923-ddae-4026-9460-aeb19a623a80 .shg-sld-nav-button.shg-sld-left,
#s-4366b923-ddae-4026-9460-aeb19a623a80 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  background-color: rgba(229, 171, 238, 0.32);
}
@media (min-width: 1200px){#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  
}
}@media (max-width: 767px){#s-3c59a913-e499-43c7-a869-560d9dfe0892 {
  
}
}
@media (min-width: 0px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3c59a913-e499-43c7-a869-560d9dfe0892"] > .shg-row {
    flex-flow: column-reverse;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-39c26994-c677-46d9-ae38-e8af48f4bd8e {
  max-width: 640px;
aspect-ratio: 640/428;
text-align: center;
}





  #s-39c26994-c677-46d9-ae38-e8af48f4bd8e img.shogun-image,
  #s-39c26994-c677-46d9-ae38-e8af48f4bd8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39c26994-c677-46d9-ae38-e8af48f4bd8e {
    width: 100%;
    height: auto;
  }



  #s-39c26994-c677-46d9-ae38-e8af48f4bd8e img.shogun-image {
    

    
    
    
  }


#s-39c26994-c677-46d9-ae38-e8af48f4bd8e .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-be5c1801-9984-487d-b39a-646be5e1327c {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-be5c1801-9984-487d-b39a-646be5e1327c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be5c1801-9984-487d-b39a-646be5e1327c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be5c1801-9984-487d-b39a-646be5e1327c {
  
}
}@media (max-width: 767px){#s-be5c1801-9984-487d-b39a-646be5e1327c {
  
}
}
#s-be5c1801-9984-487d-b39a-646be5e1327c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Boogaloo";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



.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: #000000;
  font-family: Serif;
  font-weight: 400;
}

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

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

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

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

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

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

.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: #000000;
  font-family: Serif;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Serif;
  font-weight: 400;
}

#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  
}
}@media (max-width: 767px){#s-e75dac58-0562-45cb-87bd-5c05526ef820 {
  
}
}
#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-f3314fcb-5ac0-40c9-b289-bc0eb0d216f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-07509abc-55b8-47c4-8326-3dbcc93cc78e {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07509abc-55b8-47c4-8326-3dbcc93cc78e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

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

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

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

.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-824af6ac-9f1c-4395-bbdb-bd3120ce083d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d {
  
}
}@media (max-width: 767px){#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d {
  
}
}

  #s-824af6ac-9f1c-4395-bbdb-bd3120ce083d-root {
    text-align: center;
  }


#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-824af6ac-9f1c-4395-bbdb-bd3120ce083d-root {
    text-align: center;
  }


#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-824af6ac-9f1c-4395-bbdb-bd3120ce083d-root {
    text-align: center;
  }


#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-824af6ac-9f1c-4395-bbdb-bd3120ce083d-root {
    text-align: center;
  }


#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-824af6ac-9f1c-4395-bbdb-bd3120ce083d-root {
    text-align: center;
  }


#s-824af6ac-9f1c-4395-bbdb-bd3120ce083d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  background-color: rgba(229, 171, 238, 0.32);
}
@media (min-width: 1200px){#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  
}
}@media (max-width: 767px){#s-aca6af4e-7f09-417e-9d9c-571134d83384 {
  
}
}
@media (min-width: 0px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-aca6af4e-7f09-417e-9d9c-571134d83384"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  
}
}@media (max-width: 767px){#s-9c723cce-b57e-46f0-9403-02d01a72b92e {
  
}
}
#s-9c723cce-b57e-46f0-9403-02d01a72b92e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  
}
}@media (max-width: 767px){#s-d1f30ac0-02a8-4084-8db7-30320dcbe716 {
  
}
}
#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 .shogun-icon-wrapper {
  text-align: center;
}


#s-ebc94f5c-71f0-4ad6-b127-e1a183d19203 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-704b1832-dd1c-42ac-a07a-ca3b71307830 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-704b1832-dd1c-42ac-a07a-ca3b71307830"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-ce338f89-6ec6-47d3-88b0-744114bfe99d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-ce338f89-6ec6-47d3-88b0-744114bfe99d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-ce338f89-6ec6-47d3-88b0-744114bfe99d:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ce338f89-6ec6-47d3-88b0-744114bfe99d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce338f89-6ec6-47d3-88b0-744114bfe99d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce338f89-6ec6-47d3-88b0-744114bfe99d {
  
}
}@media (max-width: 767px){#s-ce338f89-6ec6-47d3-88b0-744114bfe99d {
  
}
}

  #s-ce338f89-6ec6-47d3-88b0-744114bfe99d-root {
    text-align: center;
  }


#s-ce338f89-6ec6-47d3-88b0-744114bfe99d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce338f89-6ec6-47d3-88b0-744114bfe99d-root {
    text-align: center;
  }


#s-ce338f89-6ec6-47d3-88b0-744114bfe99d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce338f89-6ec6-47d3-88b0-744114bfe99d-root {
    text-align: center;
  }


#s-ce338f89-6ec6-47d3-88b0-744114bfe99d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce338f89-6ec6-47d3-88b0-744114bfe99d-root {
    text-align: center;
  }


#s-ce338f89-6ec6-47d3-88b0-744114bfe99d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce338f89-6ec6-47d3-88b0-744114bfe99d-root {
    text-align: center;
  }


#s-ce338f89-6ec6-47d3-88b0-744114bfe99d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-c63a608b-8b32-4895-8c25-093bca8627e5 {
  max-width: 1197px;
aspect-ratio: 1197/795;
text-align: center;
}





  #s-c63a608b-8b32-4895-8c25-093bca8627e5 img.shogun-image,
  #s-c63a608b-8b32-4895-8c25-093bca8627e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c63a608b-8b32-4895-8c25-093bca8627e5 {
    width: 100%;
    height: auto;
  }



  #s-c63a608b-8b32-4895-8c25-093bca8627e5 img.shogun-image {
    

    
    
    
  }


#s-c63a608b-8b32-4895-8c25-093bca8627e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  
}
}@media (max-width: 767px){#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  
}
}
#s-4710ed46-54d2-41ea-b6e2-1d3397077afa {
  background-image: url(https://www.tnnursery.net/c3593e30-0ad9-45ff-ae1e-a407b3b69c03/-/format/auto/-/preview/3000x3000/-/quality/lighter/?em-origin=i.shgcdn.com&em-referer-proto=https&em-referer-host=www.tnnursery.net);
}








#s-4710ed46-54d2-41ea-b6e2-1d3397077afa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-4710ed46-54d2-41ea-b6e2-1d3397077afa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 {
  border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 {
  
}
}@media (max-width: 767px){#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 {
  
}
}
#s-5d50643c-6ddf-4276-93d0-1dd8a47923c7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Boogaloo";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-c34cd160-871f-4c88-b0a3-c5758e0531ca {
  margin-left: 20px;
margin-right: 20px;
}

#s-c34cd160-871f-4c88-b0a3-c5758e0531ca .shogun-icon-wrapper {
  text-align: center;
}


#s-c34cd160-871f-4c88-b0a3-c5758e0531ca .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(253, 253, 253, 1);
}

#s-185efa51-b6e1-4a61-b10d-65e8e9d9a26a {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px){#s-185efa51-b6e1-4a61-b10d-65e8e9d9a26a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-185efa51-b6e1-4a61-b10d-65e8e9d9a26a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-185efa51-b6e1-4a61-b10d-65e8e9d9a26a {
  
}
}@media (max-width: 767px){#s-185efa51-b6e1-4a61-b10d-65e8e9d9a26a {
  
}
}
#s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bd62afa9-c485-4aad-9dd0-6ffd4e1d61cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2 {
  
}
}@media (max-width: 767px){#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2 {
  
}
}

  #s-68559b25-b648-4d67-87c3-3c3ba84ad4b2-root {
    text-align: center;
  }


#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}
@media (min-width: 1200px){
  #s-68559b25-b648-4d67-87c3-3c3ba84ad4b2-root {
    text-align: center;
  }


#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68559b25-b648-4d67-87c3-3c3ba84ad4b2-root {
    text-align: center;
  }


#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68559b25-b648-4d67-87c3-3c3ba84ad4b2-root {
    text-align: center;
  }


#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}
}@media (max-width: 767px){
  #s-68559b25-b648-4d67-87c3-3c3ba84ad4b2-root {
    text-align: center;
  }


#s-68559b25-b648-4d67-87c3-3c3ba84ad4b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}
}
#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(229, 171, 238, 0.32);
}
@media (min-width: 1200px){#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3 {
  
}
}@media (max-width: 767px){#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3 {
  
}
}







#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0ebebcf-f57c-4784-80a2-1f2a41b3b2d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d445265c-226a-425f-bca5-ab91462baec0 {
  border-style: solid;
margin-left: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (max-width: 767px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}
@media (min-width: 0px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-5b20759a-9ffc-494b-8974-eb2718598611 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 20px;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-5b20759a-9ffc-494b-8974-eb2718598611 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b20759a-9ffc-494b-8974-eb2718598611 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b20759a-9ffc-494b-8974-eb2718598611 {
  
}
}@media (max-width: 767px){#s-5b20759a-9ffc-494b-8974-eb2718598611 {
  
}
}







#s-5b20759a-9ffc-494b-8974-eb2718598611 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-5b20759a-9ffc-494b-8974-eb2718598611.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de05045b-b8be-443c-ba0d-b14f7a68456d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-de05045b-b8be-443c-ba0d-b14f7a68456d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de05045b-b8be-443c-ba0d-b14f7a68456d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de05045b-b8be-443c-ba0d-b14f7a68456d {
  
}
}@media (max-width: 767px){#s-de05045b-b8be-443c-ba0d-b14f7a68456d {
  
}
}
#s-de05045b-b8be-443c-ba0d-b14f7a68456d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-b95924e4-d29b-4b72-bec9-5b23a7b66dc7 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-b95924e4-d29b-4b72-bec9-5b23a7b66dc7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b95924e4-d29b-4b72-bec9-5b23a7b66dc7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b95924e4-d29b-4b72-bec9-5b23a7b66dc7 {
  
}
}@media (max-width: 767px){#s-b95924e4-d29b-4b72-bec9-5b23a7b66dc7 {
  
}
}
#s-7ec111c3-d8b3-458b-aa78-e86755f6b8e5 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 20px;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-7ec111c3-d8b3-458b-aa78-e86755f6b8e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ec111c3-d8b3-458b-aa78-e86755f6b8e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ec111c3-d8b3-458b-aa78-e86755f6b8e5 {
  
}
}@media (max-width: 767px){#s-7ec111c3-d8b3-458b-aa78-e86755f6b8e5 {
  
}
}







#s-7ec111c3-d8b3-458b-aa78-e86755f6b8e5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-7ec111c3-d8b3-458b-aa78-e86755f6b8e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c592f38-a47c-4ad6-b05b-27b533313128 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2c592f38-a47c-4ad6-b05b-27b533313128 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c592f38-a47c-4ad6-b05b-27b533313128 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c592f38-a47c-4ad6-b05b-27b533313128 {
  
}
}@media (max-width: 767px){#s-2c592f38-a47c-4ad6-b05b-27b533313128 {
  
}
}
#s-2c592f38-a47c-4ad6-b05b-27b533313128 .shogun-heading-component h1 {
  color: #fff;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-da158c46-30bc-489d-9461-8b38e7f9b3a9 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-da158c46-30bc-489d-9461-8b38e7f9b3a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da158c46-30bc-489d-9461-8b38e7f9b3a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da158c46-30bc-489d-9461-8b38e7f9b3a9 {
  
}
}@media (max-width: 767px){#s-da158c46-30bc-489d-9461-8b38e7f9b3a9 {
  
}
}
#s-1e03129d-ee2f-486a-a2c8-56e918619442 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 20px;
border-radius: 20px;
min-height: 250px;
background-position: center center;
}
@media (min-width: 1200px){#s-1e03129d-ee2f-486a-a2c8-56e918619442 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e03129d-ee2f-486a-a2c8-56e918619442 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e03129d-ee2f-486a-a2c8-56e918619442 {
  
}
}@media (max-width: 767px){#s-1e03129d-ee2f-486a-a2c8-56e918619442 {
  
}
}







#s-1e03129d-ee2f-486a-a2c8-56e918619442 > .shg-box-overlay {
  background-color: rgba(2, 0, 0, 1);
  opacity: 0.3;
}#s-1e03129d-ee2f-486a-a2c8-56e918619442.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2627b223-f744-41d2-b843-565a559bcc51 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2627b223-f744-41d2-b843-565a559bcc51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2627b223-f744-41d2-b843-565a559bcc51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2627b223-f744-41d2-b843-565a559bcc51 {
  
}
}@media (max-width: 767px){#s-2627b223-f744-41d2-b843-565a559bcc51 {
  
}
}
#s-2627b223-f744-41d2-b843-565a559bcc51 .shogun-heading-component h1 {
  color: #fff;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-fd514bd4-343e-40aa-b934-a7e8d429db39 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-fd514bd4-343e-40aa-b934-a7e8d429db39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd514bd4-343e-40aa-b934-a7e8d429db39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd514bd4-343e-40aa-b934-a7e8d429db39 {
  
}
}@media (max-width: 767px){#s-fd514bd4-343e-40aa-b934-a7e8d429db39 {
  
}
}
#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(229, 171, 238, 0.32);
}
@media (min-width: 1200px){#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  
}
}@media (max-width: 767px){#s-1136ad9c-f134-4f20-9351-1d50cde14538 {
  
}
}







#s-1136ad9c-f134-4f20-9351-1d50cde14538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1136ad9c-f134-4f20-9351-1d50cde14538.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7 {
  
}
}@media (max-width: 767px){#s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7 {
  
}
}
@media (min-width: 0px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ffbb0734-ecc7-46b1-883e-9dc519a85fa7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-dc67d415-3f93-47f0-bde0-361aa51c055d {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(199, 164, 215, 1);
}
@media (min-width: 1200px){#s-dc67d415-3f93-47f0-bde0-361aa51c055d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc67d415-3f93-47f0-bde0-361aa51c055d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc67d415-3f93-47f0-bde0-361aa51c055d {
  
}
}@media (max-width: 767px){#s-dc67d415-3f93-47f0-bde0-361aa51c055d {
  
}
}
#s-dc67d415-3f93-47f0-bde0-361aa51c055d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Boogaloo";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d {
  
}
}@media (max-width: 767px){#s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d {
  
}
}
@media (min-width: 0px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-06775ff6-12f1-4370-a83d-f7465498a50a {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-06775ff6-12f1-4370-a83d-f7465498a50a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06775ff6-12f1-4370-a83d-f7465498a50a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06775ff6-12f1-4370-a83d-f7465498a50a {
  
}
}@media (max-width: 767px){#s-06775ff6-12f1-4370-a83d-f7465498a50a {
  
}
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-6c4e2a92-496a-4756-919d-66101bc57a97 {
  text-align: left;
}
@media (min-width: 1200px){#s-6c4e2a92-496a-4756-919d-66101bc57a97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c4e2a92-496a-4756-919d-66101bc57a97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c4e2a92-496a-4756-919d-66101bc57a97 {
  
}
}@media (max-width: 767px){#s-6c4e2a92-496a-4756-919d-66101bc57a97 {
  
}
}


.shg-c#s-6c4e2a92-496a-4756-919d-66101bc57a97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c4e2a92-496a-4756-919d-66101bc57a97 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6c4e2a92-496a-4756-919d-66101bc57a97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c4e2a92-496a-4756-919d-66101bc57a97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c4e2a92-496a-4756-919d-66101bc57a97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c4e2a92-496a-4756-919d-66101bc57a97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c4e2a92-496a-4756-919d-66101bc57a97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c4e2a92-496a-4756-919d-66101bc57a97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6c4e2a92-496a-4756-919d-66101bc57a97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c4e2a92-496a-4756-919d-66101bc57a97 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: Serif;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-ee755107-aa8e-4d3d-b4e4-437d4ed8dad6 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-ee755107-aa8e-4d3d-b4e4-437d4ed8dad6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee755107-aa8e-4d3d-b4e4-437d4ed8dad6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee755107-aa8e-4d3d-b4e4-437d4ed8dad6 {
  
}
}@media (max-width: 767px){#s-ee755107-aa8e-4d3d-b4e4-437d4ed8dad6 {
  
}
}
#s-ee755107-aa8e-4d3d-b4e4-437d4ed8dad6 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 {
  text-align: center;
}
@media (min-width: 1200px){#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 {
  
}
}@media (max-width: 767px){#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 {
  
}
}
#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: ;
}

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .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;
}

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

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

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

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

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

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

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

#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3 {
  
}
}@media (max-width: 767px){#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3 {
  
}
}


#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}

#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-44e96c9c-4d1e-4bab-b96c-a4aece7cc142 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-44e96c9c-4d1e-4bab-b96c-a4aece7cc142 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44e96c9c-4d1e-4bab-b96c-a4aece7cc142 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44e96c9c-4d1e-4bab-b96c-a4aece7cc142 {
  
}
}@media (max-width: 767px){#s-44e96c9c-4d1e-4bab-b96c-a4aece7cc142 {
  
}
}
#s-9af57a5e-3e21-4e39-9d96-af73171cc273 {
  text-align: left;
}
@media (min-width: 1200px){#s-9af57a5e-3e21-4e39-9d96-af73171cc273 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9af57a5e-3e21-4e39-9d96-af73171cc273 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9af57a5e-3e21-4e39-9d96-af73171cc273 {
  
}
}@media (max-width: 767px){#s-9af57a5e-3e21-4e39-9d96-af73171cc273 {
  
}
}


.shg-c#s-9af57a5e-3e21-4e39-9d96-af73171cc273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9af57a5e-3e21-4e39-9d96-af73171cc273 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9af57a5e-3e21-4e39-9d96-af73171cc273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9af57a5e-3e21-4e39-9d96-af73171cc273 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9af57a5e-3e21-4e39-9d96-af73171cc273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9af57a5e-3e21-4e39-9d96-af73171cc273 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9af57a5e-3e21-4e39-9d96-af73171cc273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9af57a5e-3e21-4e39-9d96-af73171cc273 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9af57a5e-3e21-4e39-9d96-af73171cc273 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9af57a5e-3e21-4e39-9d96-af73171cc273 img.shogun-image {
  width: 100%;
}



}
#s-061f64bc-50a8-4dfb-8771-a9abd63ba097 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-061f64bc-50a8-4dfb-8771-a9abd63ba097 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-061f64bc-50a8-4dfb-8771-a9abd63ba097 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-061f64bc-50a8-4dfb-8771-a9abd63ba097 {
  
}
}@media (max-width: 767px){#s-061f64bc-50a8-4dfb-8771-a9abd63ba097 {
  
}
}
#s-061f64bc-50a8-4dfb-8771-a9abd63ba097 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-4fd95fb7-1117-442c-961e-7c3516fd94ae {
  text-align: center;
}
@media (min-width: 1200px){#s-4fd95fb7-1117-442c-961e-7c3516fd94ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fd95fb7-1117-442c-961e-7c3516fd94ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fd95fb7-1117-442c-961e-7c3516fd94ae {
  
}
}@media (max-width: 767px){#s-4fd95fb7-1117-442c-961e-7c3516fd94ae {
  
}
}
#s-4fd95fb7-1117-442c-961e-7c3516fd94ae .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-4fd95fb7-1117-442c-961e-7c3516fd94ae .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: ;
}

#s-4fd95fb7-1117-442c-961e-7c3516fd94ae .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-5163c686-825f-4650-83c5-aa438bf0b422 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-5163c686-825f-4650-83c5-aa438bf0b422:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-5163c686-825f-4650-83c5-aa438bf0b422:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5163c686-825f-4650-83c5-aa438bf0b422 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5163c686-825f-4650-83c5-aa438bf0b422 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5163c686-825f-4650-83c5-aa438bf0b422 {
  
}
}@media (max-width: 767px){#s-5163c686-825f-4650-83c5-aa438bf0b422 {
  
}
}


#s-5163c686-825f-4650-83c5-aa438bf0b422 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5163c686-825f-4650-83c5-aa438bf0b422.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5163c686-825f-4650-83c5-aa438bf0b422.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}

#s-5163c686-825f-4650-83c5-aa438bf0b422.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-5267af78-1967-48ae-aa44-563eb38ff03c {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-5267af78-1967-48ae-aa44-563eb38ff03c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5267af78-1967-48ae-aa44-563eb38ff03c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5267af78-1967-48ae-aa44-563eb38ff03c {
  
}
}@media (max-width: 767px){#s-5267af78-1967-48ae-aa44-563eb38ff03c {
  
}
}
#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 {
  text-align: left;
}
@media (min-width: 1200px){#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 {
  
}
}@media (max-width: 767px){#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 {
  
}
}


.shg-c#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ff384ed-3e50-42c3-93a0-fd129eb170a2 img.shogun-image {
  width: 100%;
}



}
#s-94364041-d4c5-4544-b327-a3c64e115beb {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-94364041-d4c5-4544-b327-a3c64e115beb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94364041-d4c5-4544-b327-a3c64e115beb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94364041-d4c5-4544-b327-a3c64e115beb {
  
}
}@media (max-width: 767px){#s-94364041-d4c5-4544-b327-a3c64e115beb {
  
}
}
#s-94364041-d4c5-4544-b327-a3c64e115beb .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-12f6fc87-84a5-4670-987c-018131400ae0 {
  text-align: center;
}
@media (min-width: 1200px){#s-12f6fc87-84a5-4670-987c-018131400ae0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12f6fc87-84a5-4670-987c-018131400ae0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12f6fc87-84a5-4670-987c-018131400ae0 {
  
}
}@media (max-width: 767px){#s-12f6fc87-84a5-4670-987c-018131400ae0 {
  
}
}
#s-12f6fc87-84a5-4670-987c-018131400ae0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-12f6fc87-84a5-4670-987c-018131400ae0 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: ;
}

#s-12f6fc87-84a5-4670-987c-018131400ae0 .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-23df3416-d999-4a8e-a828-7aabf8285c46 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-23df3416-d999-4a8e-a828-7aabf8285c46:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-23df3416-d999-4a8e-a828-7aabf8285c46:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-23df3416-d999-4a8e-a828-7aabf8285c46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23df3416-d999-4a8e-a828-7aabf8285c46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23df3416-d999-4a8e-a828-7aabf8285c46 {
  
}
}@media (max-width: 767px){#s-23df3416-d999-4a8e-a828-7aabf8285c46 {
  
}
}


#s-23df3416-d999-4a8e-a828-7aabf8285c46 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23df3416-d999-4a8e-a828-7aabf8285c46.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23df3416-d999-4a8e-a828-7aabf8285c46.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}

#s-23df3416-d999-4a8e-a828-7aabf8285c46.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-f38b1c8c-2c5a-407b-bc22-291b44b4886c {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-f38b1c8c-2c5a-407b-bc22-291b44b4886c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f38b1c8c-2c5a-407b-bc22-291b44b4886c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f38b1c8c-2c5a-407b-bc22-291b44b4886c {
  
}
}@media (max-width: 767px){#s-f38b1c8c-2c5a-407b-bc22-291b44b4886c {
  
}
}
#s-6d17d38e-6047-4c83-a039-a6e6bd971582 {
  text-align: left;
}
@media (min-width: 1200px){#s-6d17d38e-6047-4c83-a039-a6e6bd971582 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d17d38e-6047-4c83-a039-a6e6bd971582 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d17d38e-6047-4c83-a039-a6e6bd971582 {
  
}
}@media (max-width: 767px){#s-6d17d38e-6047-4c83-a039-a6e6bd971582 {
  
}
}


.shg-c#s-6d17d38e-6047-4c83-a039-a6e6bd971582 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d17d38e-6047-4c83-a039-a6e6bd971582 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6d17d38e-6047-4c83-a039-a6e6bd971582 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d17d38e-6047-4c83-a039-a6e6bd971582 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d17d38e-6047-4c83-a039-a6e6bd971582 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d17d38e-6047-4c83-a039-a6e6bd971582 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d17d38e-6047-4c83-a039-a6e6bd971582 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d17d38e-6047-4c83-a039-a6e6bd971582 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d17d38e-6047-4c83-a039-a6e6bd971582 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d17d38e-6047-4c83-a039-a6e6bd971582 img.shogun-image {
  width: 100%;
}



}
#s-5ee5cad5-e629-49ff-98c4-d8f6b8fbd5c9 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-5ee5cad5-e629-49ff-98c4-d8f6b8fbd5c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ee5cad5-e629-49ff-98c4-d8f6b8fbd5c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ee5cad5-e629-49ff-98c4-d8f6b8fbd5c9 {
  
}
}@media (max-width: 767px){#s-5ee5cad5-e629-49ff-98c4-d8f6b8fbd5c9 {
  
}
}
#s-5ee5cad5-e629-49ff-98c4-d8f6b8fbd5c9 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-91d111ec-8dc1-47af-b695-14b5d4025b71 {
  text-align: center;
}
@media (min-width: 1200px){#s-91d111ec-8dc1-47af-b695-14b5d4025b71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91d111ec-8dc1-47af-b695-14b5d4025b71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91d111ec-8dc1-47af-b695-14b5d4025b71 {
  
}
}@media (max-width: 767px){#s-91d111ec-8dc1-47af-b695-14b5d4025b71 {
  
}
}
#s-91d111ec-8dc1-47af-b695-14b5d4025b71 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-91d111ec-8dc1-47af-b695-14b5d4025b71 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: ;
}

#s-91d111ec-8dc1-47af-b695-14b5d4025b71 .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-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1 {
  
}
}@media (max-width: 767px){#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1 {
  
}
}


#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}

#s-3d1ee55f-8af9-4e08-8793-c0d5cfb93fa1.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-6762fc79-b137-4156-9119-8fdb75e0ecfd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6762fc79-b137-4156-9119-8fdb75e0ecfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6762fc79-b137-4156-9119-8fdb75e0ecfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6762fc79-b137-4156-9119-8fdb75e0ecfd {
  
}
}@media (max-width: 767px){#s-6762fc79-b137-4156-9119-8fdb75e0ecfd {
  
}
}







#s-6762fc79-b137-4156-9119-8fdb75e0ecfd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3500000000000001;
}#s-6762fc79-b137-4156-9119-8fdb75e0ecfd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db001b3e-d10d-49de-b023-68815195bc38 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-db001b3e-d10d-49de-b023-68815195bc38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db001b3e-d10d-49de-b023-68815195bc38 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db001b3e-d10d-49de-b023-68815195bc38 {
  
}
}@media (max-width: 767px){#s-db001b3e-d10d-49de-b023-68815195bc38 {
  
}
}
#s-db001b3e-d10d-49de-b023-68815195bc38 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-db866250-f861-473a-b423-978545a5c9ec {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-db866250-f861-473a-b423-978545a5c9ec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db866250-f861-473a-b423-978545a5c9ec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db866250-f861-473a-b423-978545a5c9ec {
  
}
}@media (max-width: 767px){#s-db866250-f861-473a-b423-978545a5c9ec {
  
}
}
#s-4eb0aefd-e968-4557-b362-f3dfc66dcc23 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4eb0aefd-e968-4557-b362-f3dfc66dcc23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a3809709-7f71-41f7-bc85-bcf177d088c3 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-a3809709-7f71-41f7-bc85-bcf177d088c3:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-a3809709-7f71-41f7-bc85-bcf177d088c3:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a3809709-7f71-41f7-bc85-bcf177d088c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3809709-7f71-41f7-bc85-bcf177d088c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3809709-7f71-41f7-bc85-bcf177d088c3 {
  
}
}@media (max-width: 767px){#s-a3809709-7f71-41f7-bc85-bcf177d088c3 {
  
}
}

  #s-a3809709-7f71-41f7-bc85-bcf177d088c3-root {
    text-align: center;
  }


#s-a3809709-7f71-41f7-bc85-bcf177d088c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a3809709-7f71-41f7-bc85-bcf177d088c3-root {
    text-align: center;
  }


#s-a3809709-7f71-41f7-bc85-bcf177d088c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3809709-7f71-41f7-bc85-bcf177d088c3-root {
    text-align: center;
  }


#s-a3809709-7f71-41f7-bc85-bcf177d088c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3809709-7f71-41f7-bc85-bcf177d088c3-root {
    text-align: center;
  }


#s-a3809709-7f71-41f7-bc85-bcf177d088c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a3809709-7f71-41f7-bc85-bcf177d088c3-root {
    text-align: center;
  }


#s-a3809709-7f71-41f7-bc85-bcf177d088c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}
}
#s-d68527f9-2a3a-4399-86da-eff271db34e0 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
background-color: rgba(229, 171, 238, 0.32);
}
@media (min-width: 1200px){#s-d68527f9-2a3a-4399-86da-eff271db34e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d68527f9-2a3a-4399-86da-eff271db34e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d68527f9-2a3a-4399-86da-eff271db34e0 {
  
}
}@media (max-width: 767px){#s-d68527f9-2a3a-4399-86da-eff271db34e0 {
  
}
}







#s-d68527f9-2a3a-4399-86da-eff271db34e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d68527f9-2a3a-4399-86da-eff271db34e0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba {
  
}
}@media (max-width: 767px){#s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba {
  
}
}
@media (min-width: 0px) {
[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7f7ee7ad-68d8-4eda-84e9-13d94bb8c4ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-ec79578a-8a60-4a27-af28-fc047caa8953 .shogun-icon-wrapper {
  text-align: center;
}


#s-ec79578a-8a60-4a27-af28-fc047caa8953 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-57a162e3-bf5b-4157-bc62-ac61d3612e13 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(199, 164, 215, 1);
}
@media (min-width: 1200px){#s-57a162e3-bf5b-4157-bc62-ac61d3612e13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57a162e3-bf5b-4157-bc62-ac61d3612e13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57a162e3-bf5b-4157-bc62-ac61d3612e13 {
  
}
}@media (max-width: 767px){#s-57a162e3-bf5b-4157-bc62-ac61d3612e13 {
  
}
}
#s-57a162e3-bf5b-4157-bc62-ac61d3612e13 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Boogaloo";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-cf03075e-912a-4ed3-a262-ed117f2dbe12 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-cf03075e-912a-4ed3-a262-ed117f2dbe12 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf03075e-912a-4ed3-a262-ed117f2dbe12 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf03075e-912a-4ed3-a262-ed117f2dbe12 {
  
}
}@media (max-width: 767px){#s-cf03075e-912a-4ed3-a262-ed117f2dbe12 {
  
}
}
@media (min-width: 0px) {
[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-cf03075e-912a-4ed3-a262-ed117f2dbe12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-4d8fa44a-5e0e-4d08-b6f6-acd3e8c0e2a3 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-4d8fa44a-5e0e-4d08-b6f6-acd3e8c0e2a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d8fa44a-5e0e-4d08-b6f6-acd3e8c0e2a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d8fa44a-5e0e-4d08-b6f6-acd3e8c0e2a3 {
  
}
}@media (max-width: 767px){#s-4d8fa44a-5e0e-4d08-b6f6-acd3e8c0e2a3 {
  
}
}
#s-47df1eec-9151-47e9-a769-70ff9a76530a {
  text-align: left;
}
@media (min-width: 1200px){#s-47df1eec-9151-47e9-a769-70ff9a76530a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47df1eec-9151-47e9-a769-70ff9a76530a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47df1eec-9151-47e9-a769-70ff9a76530a {
  
}
}@media (max-width: 767px){#s-47df1eec-9151-47e9-a769-70ff9a76530a {
  
}
}


.shg-c#s-47df1eec-9151-47e9-a769-70ff9a76530a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47df1eec-9151-47e9-a769-70ff9a76530a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-47df1eec-9151-47e9-a769-70ff9a76530a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47df1eec-9151-47e9-a769-70ff9a76530a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47df1eec-9151-47e9-a769-70ff9a76530a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47df1eec-9151-47e9-a769-70ff9a76530a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47df1eec-9151-47e9-a769-70ff9a76530a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47df1eec-9151-47e9-a769-70ff9a76530a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-47df1eec-9151-47e9-a769-70ff9a76530a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-47df1eec-9151-47e9-a769-70ff9a76530a img.shogun-image {
  width: 100%;
}



}
#s-199a79a0-1b00-472f-9d25-b2b28deab183 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-199a79a0-1b00-472f-9d25-b2b28deab183 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-199a79a0-1b00-472f-9d25-b2b28deab183 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-199a79a0-1b00-472f-9d25-b2b28deab183 {
  
}
}@media (max-width: 767px){#s-199a79a0-1b00-472f-9d25-b2b28deab183 {
  
}
}
#s-199a79a0-1b00-472f-9d25-b2b28deab183 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-413d16ab-84a0-439c-97c8-570512473d24 {
  text-align: center;
}
@media (min-width: 1200px){#s-413d16ab-84a0-439c-97c8-570512473d24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-413d16ab-84a0-439c-97c8-570512473d24 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-413d16ab-84a0-439c-97c8-570512473d24 {
  
}
}@media (max-width: 767px){#s-413d16ab-84a0-439c-97c8-570512473d24 {
  
}
}
#s-413d16ab-84a0-439c-97c8-570512473d24 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-413d16ab-84a0-439c-97c8-570512473d24 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: ;
}

#s-413d16ab-84a0-439c-97c8-570512473d24 .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-984a9828-c0dd-460c-9e53-35b3d7c1cc15 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-984a9828-c0dd-460c-9e53-35b3d7c1cc15:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-984a9828-c0dd-460c-9e53-35b3d7c1cc15:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-984a9828-c0dd-460c-9e53-35b3d7c1cc15 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-984a9828-c0dd-460c-9e53-35b3d7c1cc15 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-984a9828-c0dd-460c-9e53-35b3d7c1cc15 {
  
}
}@media (max-width: 767px){#s-984a9828-c0dd-460c-9e53-35b3d7c1cc15 {
  
}
}


#s-984a9828-c0dd-460c-9e53-35b3d7c1cc15 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-984a9828-c0dd-460c-9e53-35b3d7c1cc15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-984a9828-c0dd-460c-9e53-35b3d7c1cc15.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}

#s-984a9828-c0dd-460c-9e53-35b3d7c1cc15.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-47a39f80-e4ba-4c6d-93c7-edc749080336 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-47a39f80-e4ba-4c6d-93c7-edc749080336 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47a39f80-e4ba-4c6d-93c7-edc749080336 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47a39f80-e4ba-4c6d-93c7-edc749080336 {
  
}
}@media (max-width: 767px){#s-47a39f80-e4ba-4c6d-93c7-edc749080336 {
  
}
}
#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e {
  text-align: left;
}
@media (min-width: 1200px){#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e {
  
}
}@media (max-width: 767px){#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e {
  
}
}


.shg-c#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-627ea8ba-b5a5-4281-98f2-f5fddc7c007e img.shogun-image {
  width: 100%;
}



}
#s-9c8a9afa-b17b-411d-a52b-01e3d714fbfe {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-9c8a9afa-b17b-411d-a52b-01e3d714fbfe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c8a9afa-b17b-411d-a52b-01e3d714fbfe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c8a9afa-b17b-411d-a52b-01e3d714fbfe {
  
}
}@media (max-width: 767px){#s-9c8a9afa-b17b-411d-a52b-01e3d714fbfe {
  
}
}
#s-9c8a9afa-b17b-411d-a52b-01e3d714fbfe .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-9c42304a-3d03-4352-ab0a-e505c2c11efd {
  text-align: center;
}
@media (min-width: 1200px){#s-9c42304a-3d03-4352-ab0a-e505c2c11efd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c42304a-3d03-4352-ab0a-e505c2c11efd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c42304a-3d03-4352-ab0a-e505c2c11efd {
  
}
}@media (max-width: 767px){#s-9c42304a-3d03-4352-ab0a-e505c2c11efd {
  
}
}
#s-9c42304a-3d03-4352-ab0a-e505c2c11efd .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-9c42304a-3d03-4352-ab0a-e505c2c11efd .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: ;
}

#s-9c42304a-3d03-4352-ab0a-e505c2c11efd .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-2c36025c-353b-440d-9622-94ec92af1bff {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-2c36025c-353b-440d-9622-94ec92af1bff:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-2c36025c-353b-440d-9622-94ec92af1bff:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2c36025c-353b-440d-9622-94ec92af1bff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c36025c-353b-440d-9622-94ec92af1bff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c36025c-353b-440d-9622-94ec92af1bff {
  
}
}@media (max-width: 767px){#s-2c36025c-353b-440d-9622-94ec92af1bff {
  
}
}


#s-2c36025c-353b-440d-9622-94ec92af1bff {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c36025c-353b-440d-9622-94ec92af1bff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c36025c-353b-440d-9622-94ec92af1bff.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}

#s-2c36025c-353b-440d-9622-94ec92af1bff.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-6f6ba5fc-3c3a-4e4f-b1f3-9de6896772df {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-6f6ba5fc-3c3a-4e4f-b1f3-9de6896772df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f6ba5fc-3c3a-4e4f-b1f3-9de6896772df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f6ba5fc-3c3a-4e4f-b1f3-9de6896772df {
  
}
}@media (max-width: 767px){#s-6f6ba5fc-3c3a-4e4f-b1f3-9de6896772df {
  
}
}
#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 {
  text-align: left;
}
@media (min-width: 1200px){#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 {
  
}
}@media (max-width: 767px){#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 {
  
}
}


.shg-c#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b498bd-8ed8-415f-a589-3d0ec09c17a3 img.shogun-image {
  width: 100%;
}



}
#s-abf0f167-4dd3-49b7-b8cc-3db8f344461a {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-abf0f167-4dd3-49b7-b8cc-3db8f344461a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abf0f167-4dd3-49b7-b8cc-3db8f344461a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-abf0f167-4dd3-49b7-b8cc-3db8f344461a {
  
}
}@media (max-width: 767px){#s-abf0f167-4dd3-49b7-b8cc-3db8f344461a {
  
}
}
#s-abf0f167-4dd3-49b7-b8cc-3db8f344461a .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-0aafb588-f763-4311-9729-a1ea476c0706 {
  text-align: center;
}
@media (min-width: 1200px){#s-0aafb588-f763-4311-9729-a1ea476c0706 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0aafb588-f763-4311-9729-a1ea476c0706 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0aafb588-f763-4311-9729-a1ea476c0706 {
  
}
}@media (max-width: 767px){#s-0aafb588-f763-4311-9729-a1ea476c0706 {
  
}
}
#s-0aafb588-f763-4311-9729-a1ea476c0706 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-0aafb588-f763-4311-9729-a1ea476c0706 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: ;
}

#s-0aafb588-f763-4311-9729-a1ea476c0706 .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-2c7a22f6-7127-405c-aff9-02dd03b21f6e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-2c7a22f6-7127-405c-aff9-02dd03b21f6e:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-2c7a22f6-7127-405c-aff9-02dd03b21f6e:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2c7a22f6-7127-405c-aff9-02dd03b21f6e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c7a22f6-7127-405c-aff9-02dd03b21f6e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c7a22f6-7127-405c-aff9-02dd03b21f6e {
  
}
}@media (max-width: 767px){#s-2c7a22f6-7127-405c-aff9-02dd03b21f6e {
  
}
}


#s-2c7a22f6-7127-405c-aff9-02dd03b21f6e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c7a22f6-7127-405c-aff9-02dd03b21f6e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c7a22f6-7127-405c-aff9-02dd03b21f6e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}

#s-2c7a22f6-7127-405c-aff9-02dd03b21f6e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-86463b3d-d023-4c48-8b28-55ea65e92d42 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-86463b3d-d023-4c48-8b28-55ea65e92d42 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86463b3d-d023-4c48-8b28-55ea65e92d42 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86463b3d-d023-4c48-8b28-55ea65e92d42 {
  
}
}@media (max-width: 767px){#s-86463b3d-d023-4c48-8b28-55ea65e92d42 {
  
}
}
#s-cc80ec21-0317-445a-a6cd-5e2facdae67f {
  text-align: left;
}
@media (min-width: 1200px){#s-cc80ec21-0317-445a-a6cd-5e2facdae67f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc80ec21-0317-445a-a6cd-5e2facdae67f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc80ec21-0317-445a-a6cd-5e2facdae67f {
  
}
}@media (max-width: 767px){#s-cc80ec21-0317-445a-a6cd-5e2facdae67f {
  
}
}


.shg-c#s-cc80ec21-0317-445a-a6cd-5e2facdae67f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc80ec21-0317-445a-a6cd-5e2facdae67f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cc80ec21-0317-445a-a6cd-5e2facdae67f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc80ec21-0317-445a-a6cd-5e2facdae67f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc80ec21-0317-445a-a6cd-5e2facdae67f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc80ec21-0317-445a-a6cd-5e2facdae67f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc80ec21-0317-445a-a6cd-5e2facdae67f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc80ec21-0317-445a-a6cd-5e2facdae67f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cc80ec21-0317-445a-a6cd-5e2facdae67f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc80ec21-0317-445a-a6cd-5e2facdae67f img.shogun-image {
  width: 100%;
}



}
#s-01b50932-a5a7-4853-b444-05b851ed25ea {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-01b50932-a5a7-4853-b444-05b851ed25ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01b50932-a5a7-4853-b444-05b851ed25ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01b50932-a5a7-4853-b444-05b851ed25ea {
  
}
}@media (max-width: 767px){#s-01b50932-a5a7-4853-b444-05b851ed25ea {
  
}
}
#s-01b50932-a5a7-4853-b444-05b851ed25ea .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-3f67dfac-6d0e-4bd9-b12f-182ef6f782ff {
  text-align: center;
}
@media (min-width: 1200px){#s-3f67dfac-6d0e-4bd9-b12f-182ef6f782ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f67dfac-6d0e-4bd9-b12f-182ef6f782ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f67dfac-6d0e-4bd9-b12f-182ef6f782ff {
  
}
}@media (max-width: 767px){#s-3f67dfac-6d0e-4bd9-b12f-182ef6f782ff {
  
}
}
#s-3f67dfac-6d0e-4bd9-b12f-182ef6f782ff .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-3f67dfac-6d0e-4bd9-b12f-182ef6f782ff .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: ;
}

#s-3f67dfac-6d0e-4bd9-b12f-182ef6f782ff .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-5d22c047-12e8-4297-9866-c13af22d2836 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-5d22c047-12e8-4297-9866-c13af22d2836:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-5d22c047-12e8-4297-9866-c13af22d2836:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5d22c047-12e8-4297-9866-c13af22d2836 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d22c047-12e8-4297-9866-c13af22d2836 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d22c047-12e8-4297-9866-c13af22d2836 {
  
}
}@media (max-width: 767px){#s-5d22c047-12e8-4297-9866-c13af22d2836 {
  
}
}


#s-5d22c047-12e8-4297-9866-c13af22d2836 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d22c047-12e8-4297-9866-c13af22d2836.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d22c047-12e8-4297-9866-c13af22d2836.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}

#s-5d22c047-12e8-4297-9866-c13af22d2836.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-6380de57-ddf4-4781-9b93-f5dd2500b8b1 {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-6380de57-ddf4-4781-9b93-f5dd2500b8b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6380de57-ddf4-4781-9b93-f5dd2500b8b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6380de57-ddf4-4781-9b93-f5dd2500b8b1 {
  
}
}@media (max-width: 767px){#s-6380de57-ddf4-4781-9b93-f5dd2500b8b1 {
  
}
}
#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 {
  text-align: left;
}
@media (min-width: 1200px){#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 {
  
}
}@media (max-width: 767px){#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 {
  
}
}


.shg-c#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce3b7bdf-7c4c-462f-999e-2d03ca378268 img.shogun-image {
  width: 100%;
}



}
#s-25ea4297-e5d2-4e3c-8808-ca2cc3dd3891 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-25ea4297-e5d2-4e3c-8808-ca2cc3dd3891 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25ea4297-e5d2-4e3c-8808-ca2cc3dd3891 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-25ea4297-e5d2-4e3c-8808-ca2cc3dd3891 {
  
}
}@media (max-width: 767px){#s-25ea4297-e5d2-4e3c-8808-ca2cc3dd3891 {
  
}
}
#s-25ea4297-e5d2-4e3c-8808-ca2cc3dd3891 .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-919091ef-cdea-4f65-bd49-7cc8f0274039 {
  text-align: center;
}
@media (min-width: 1200px){#s-919091ef-cdea-4f65-bd49-7cc8f0274039 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-919091ef-cdea-4f65-bd49-7cc8f0274039 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-919091ef-cdea-4f65-bd49-7cc8f0274039 {
  
}
}@media (max-width: 767px){#s-919091ef-cdea-4f65-bd49-7cc8f0274039 {
  
}
}
#s-919091ef-cdea-4f65-bd49-7cc8f0274039 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-919091ef-cdea-4f65-bd49-7cc8f0274039 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: ;
}

#s-919091ef-cdea-4f65-bd49-7cc8f0274039 .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-d2c039d2-e6a7-4a01-b7ba-d2b75ffac524 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-d2c039d2-e6a7-4a01-b7ba-d2b75ffac524:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-d2c039d2-e6a7-4a01-b7ba-d2b75ffac524:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d2c039d2-e6a7-4a01-b7ba-d2b75ffac524 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2c039d2-e6a7-4a01-b7ba-d2b75ffac524 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2c039d2-e6a7-4a01-b7ba-d2b75ffac524 {
  
}
}@media (max-width: 767px){#s-d2c039d2-e6a7-4a01-b7ba-d2b75ffac524 {
  
}
}


#s-d2c039d2-e6a7-4a01-b7ba-d2b75ffac524 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2c039d2-e6a7-4a01-b7ba-d2b75ffac524.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2c039d2-e6a7-4a01-b7ba-d2b75ffac524.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}

#s-d2c039d2-e6a7-4a01-b7ba-d2b75ffac524.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-9d5fd0f1-af9a-4469-b5d0-d2978265309d {
  margin-bottom: 20px;
min-height: 300px;
}
@media (min-width: 1200px){#s-9d5fd0f1-af9a-4469-b5d0-d2978265309d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d5fd0f1-af9a-4469-b5d0-d2978265309d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d5fd0f1-af9a-4469-b5d0-d2978265309d {
  
}
}@media (max-width: 767px){#s-9d5fd0f1-af9a-4469-b5d0-d2978265309d {
  
}
}
#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc {
  text-align: left;
}
@media (min-width: 1200px){#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc {
  
}
}@media (max-width: 767px){#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc {
  
}
}


.shg-c#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0921646-ef0d-4d11-b2ec-9099ca2315fc img.shogun-image {
  width: 100%;
}



}
#s-92bc9bca-80d3-4ee2-a653-5163b31b13fb {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 223, 223, 1);
text-align: center;
}
@media (min-width: 1200px){#s-92bc9bca-80d3-4ee2-a653-5163b31b13fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92bc9bca-80d3-4ee2-a653-5163b31b13fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92bc9bca-80d3-4ee2-a653-5163b31b13fb {
  
}
}@media (max-width: 767px){#s-92bc9bca-80d3-4ee2-a653-5163b31b13fb {
  
}
}
#s-92bc9bca-80d3-4ee2-a653-5163b31b13fb .shg-product-title-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-6f925d2d-1cfe-4880-b892-8785d89e319a {
  text-align: center;
}
@media (min-width: 1200px){#s-6f925d2d-1cfe-4880-b892-8785d89e319a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f925d2d-1cfe-4880-b892-8785d89e319a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f925d2d-1cfe-4880-b892-8785d89e319a {
  
}
}@media (max-width: 767px){#s-6f925d2d-1cfe-4880-b892-8785d89e319a {
  
}
}
#s-6f925d2d-1cfe-4880-b892-8785d89e319a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
}

#s-6f925d2d-1cfe-4880-b892-8785d89e319a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Itim;
  font-style:  normal ;
  font-size: ;
}

#s-6f925d2d-1cfe-4880-b892-8785d89e319a .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-63f82351-8ffb-4106-9a30-a485497d67e6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 11px;
color: #ffffff;
}
#s-63f82351-8ffb-4106-9a30-a485497d67e6:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-63f82351-8ffb-4106-9a30-a485497d67e6:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-63f82351-8ffb-4106-9a30-a485497d67e6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63f82351-8ffb-4106-9a30-a485497d67e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63f82351-8ffb-4106-9a30-a485497d67e6 {
  
}
}@media (max-width: 767px){#s-63f82351-8ffb-4106-9a30-a485497d67e6 {
  
}
}


#s-63f82351-8ffb-4106-9a30-a485497d67e6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63f82351-8ffb-4106-9a30-a485497d67e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63f82351-8ffb-4106-9a30-a485497d67e6.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Itim;
  display:  block ;
}

#s-63f82351-8ffb-4106-9a30-a485497d67e6.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-65ed9f15-1644-4045-aebf-880282686443 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(229, 171, 238, 0.32);
}
@media (min-width: 1200px){#s-65ed9f15-1644-4045-aebf-880282686443 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65ed9f15-1644-4045-aebf-880282686443 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65ed9f15-1644-4045-aebf-880282686443 {
  
}
}@media (max-width: 767px){#s-65ed9f15-1644-4045-aebf-880282686443 {
  
}
}







#s-65ed9f15-1644-4045-aebf-880282686443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65ed9f15-1644-4045-aebf-880282686443.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65 {
  
}
}@media (max-width: 767px){#s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65 {
  
}
}
@media (min-width: 0px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2bc9e1a7-e08b-4eaa-ad28-d72ba3366d65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-4d801bb6-c687-4d8c-8699-144c31a02dfb {
  min-height: 100px;
}
@media (min-width: 1200px){#s-4d801bb6-c687-4d8c-8699-144c31a02dfb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d801bb6-c687-4d8c-8699-144c31a02dfb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d801bb6-c687-4d8c-8699-144c31a02dfb {
  
}
}@media (max-width: 767px){#s-4d801bb6-c687-4d8c-8699-144c31a02dfb {
  
}
}







#s-4d801bb6-c687-4d8c-8699-144c31a02dfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d801bb6-c687-4d8c-8699-144c31a02dfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

@media (min-width: 1200px){#s-0304fcbc-7135-439e-a479-982228252703 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0304fcbc-7135-439e-a479-982228252703 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0304fcbc-7135-439e-a479-982228252703 {
  
}
}@media (max-width: 767px){#s-0304fcbc-7135-439e-a479-982228252703 {
  
}
}
#s-0304fcbc-7135-439e-a479-982228252703 hr {
  border-top: 1px solid rgba(223, 223, 223, 1);
}

#s-ca4e2cda-d5b3-4e5c-b767-b68920a19f49 .shogun-icon-wrapper {
  text-align: center;
}


#s-ca4e2cda-d5b3-4e5c-b767-b68920a19f49 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d4144664-53e8-48ec-a4d5-3e1131b61859 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: center;
background-color: rgba(199, 164, 215, 1);
}
@media (min-width: 1200px){#s-d4144664-53e8-48ec-a4d5-3e1131b61859 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4144664-53e8-48ec-a4d5-3e1131b61859 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4144664-53e8-48ec-a4d5-3e1131b61859 {
  
}
}@media (max-width: 767px){#s-d4144664-53e8-48ec-a4d5-3e1131b61859 {
  
}
}
#s-d4144664-53e8-48ec-a4d5-3e1131b61859 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Boogaloo";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6 {
  min-height: 100px;
}
@media (min-width: 1200px){#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6 {
  
}
}@media (max-width: 767px){#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6 {
  
}
}







#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a19e02a-a59a-426e-9512-f0c9ff1b87f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-6ec90b47-09eb-403a-a091-5f1fd68c4133 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ec90b47-09eb-403a-a091-5f1fd68c4133 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ec90b47-09eb-403a-a091-5f1fd68c4133 {
  
}
}@media (max-width: 767px){#s-6ec90b47-09eb-403a-a091-5f1fd68c4133 {
  
}
}
#s-6ec90b47-09eb-403a-a091-5f1fd68c4133 hr {
  border-top: 1px solid rgba(223, 223, 223, 1);
}

#s-a786468e-29b6-4410-892d-121500190229 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-a786468e-29b6-4410-892d-121500190229 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a786468e-29b6-4410-892d-121500190229 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a786468e-29b6-4410-892d-121500190229 {
  
}
}@media (max-width: 767px){#s-a786468e-29b6-4410-892d-121500190229 {
  
}
}
@media (min-width: 0px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a786468e-29b6-4410-892d-121500190229"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 {
  
}
@media (min-width: 1200px){#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 {
  
}
}@media (max-width: 767px){#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 {
  
}
}







#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e63d5cd1-9fa3-47c2-8ef3-d2ccaa61a0c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 {
  max-width: 520px;
aspect-ratio: 16/9;
text-align: center;
}
@media (min-width: 1200px){#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 {
  
}
}@media (max-width: 767px){#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 {
  
}
}




  #s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 img.shogun-image,
  #s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 {
    width: 100%;
    height: auto;
  }



  #s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 img.shogun-image {
    

    
    
    
  }


#s-324bb9f3-dac1-43d9-8e08-8cbbe33751a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-47ba6969-3267-447e-aa7d-9954b2c14e5c {
  min-height: 300px;
}
@media (min-width: 1200px){#s-47ba6969-3267-447e-aa7d-9954b2c14e5c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47ba6969-3267-447e-aa7d-9954b2c14e5c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47ba6969-3267-447e-aa7d-9954b2c14e5c {
  
}
}@media (max-width: 767px){#s-47ba6969-3267-447e-aa7d-9954b2c14e5c {
  
}
}







#s-47ba6969-3267-447e-aa7d-9954b2c14e5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47ba6969-3267-447e-aa7d-9954b2c14e5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c4cdd83-2da5-440e-b124-141e415da640 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8c4cdd83-2da5-440e-b124-141e415da640 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c4cdd83-2da5-440e-b124-141e415da640 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c4cdd83-2da5-440e-b124-141e415da640 {
  
}
}@media (max-width: 767px){#s-8c4cdd83-2da5-440e-b124-141e415da640 {
  
}
}
#s-8c4cdd83-2da5-440e-b124-141e415da640 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2dd19cd5-36d7-411d-9924-601d50456703 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-2dd19cd5-36d7-411d-9924-601d50456703 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2dd19cd5-36d7-411d-9924-601d50456703 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2dd19cd5-36d7-411d-9924-601d50456703 {
  
}
}@media (max-width: 767px){#s-2dd19cd5-36d7-411d-9924-601d50456703 {
  
}
}
#s-7ad6edec-122e-4c50-b745-410598f2f304 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-7ad6edec-122e-4c50-b745-410598f2f304 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ad6edec-122e-4c50-b745-410598f2f304 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ad6edec-122e-4c50-b745-410598f2f304 {
  
}
}@media (max-width: 767px){#s-7ad6edec-122e-4c50-b745-410598f2f304 {
  
}
}
@media (min-width: 0px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7ad6edec-122e-4c50-b745-410598f2f304"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-554e25d9-aef3-4524-9327-32fe1f2ace51 {
  min-height: 300px;
}
@media (min-width: 1200px){#s-554e25d9-aef3-4524-9327-32fe1f2ace51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-554e25d9-aef3-4524-9327-32fe1f2ace51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-554e25d9-aef3-4524-9327-32fe1f2ace51 {
  
}
}@media (max-width: 767px){#s-554e25d9-aef3-4524-9327-32fe1f2ace51 {
  
}
}







#s-554e25d9-aef3-4524-9327-32fe1f2ace51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-554e25d9-aef3-4524-9327-32fe1f2ace51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 {
  
}
}@media (max-width: 767px){#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 {
  
}
}
#s-e81f8711-3b93-464e-9ef6-cb6f5cceb905 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-8ef6eb76-db0c-43d5-8f67-c6651294eaea {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-8ef6eb76-db0c-43d5-8f67-c6651294eaea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ef6eb76-db0c-43d5-8f67-c6651294eaea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ef6eb76-db0c-43d5-8f67-c6651294eaea {
  
}
}@media (max-width: 767px){#s-8ef6eb76-db0c-43d5-8f67-c6651294eaea {
  
}
}
#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 {
  
}
@media (min-width: 1200px){#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 {
  
}
}@media (max-width: 767px){#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 {
  
}
}







#s-1ec89865-af5a-4fba-a77f-2a46998b8d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ec89865-af5a-4fba-a77f-2a46998b8d10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 {
  max-width: 1200px;
aspect-ratio: 1200/667;
text-align: center;
}
@media (min-width: 1200px){#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 {
  
}
}@media (max-width: 767px){#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 {
  
}
}




  #s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 img.shogun-image,
  #s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 {
    width: 100%;
    height: auto;
  }



  #s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 img.shogun-image {
    

    
    
    
  }


#s-28a2a4d4-5abc-478b-88cd-1e1c6eb2f826 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b {
  
}
}@media (max-width: 767px){#s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b {
  
}
}
@media (min-width: 0px) {
[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d8a3f0d-0568-46c4-bb78-65dcb4bcd95b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-abe29e70-6fc9-49ed-81a2-a3ffe4a8e696 {
  
}
@media (min-width: 1200px){#s-abe29e70-6fc9-49ed-81a2-a3ffe4a8e696 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abe29e70-6fc9-49ed-81a2-a3ffe4a8e696 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-abe29e70-6fc9-49ed-81a2-a3ffe4a8e696 {
  
}
}@media (max-width: 767px){#s-abe29e70-6fc9-49ed-81a2-a3ffe4a8e696 {
  
}
}







#s-abe29e70-6fc9-49ed-81a2-a3ffe4a8e696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abe29e70-6fc9-49ed-81a2-a3ffe4a8e696.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40ed27a3-c8d8-4bda-b508-c8ef9aeb204e {
  max-width: 1920px;
aspect-ratio: 16/9;
text-align: center;
}
@media (min-width: 1200px){#s-40ed27a3-c8d8-4bda-b508-c8ef9aeb204e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40ed27a3-c8d8-4bda-b508-c8ef9aeb204e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40ed27a3-c8d8-4bda-b508-c8ef9aeb204e {
  
}
}@media (max-width: 767px){#s-40ed27a3-c8d8-4bda-b508-c8ef9aeb204e {
  
}
}




  #s-40ed27a3-c8d8-4bda-b508-c8ef9aeb204e img.shogun-image,
  #s-40ed27a3-c8d8-4bda-b508-c8ef9aeb204e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-40ed27a3-c8d8-4bda-b508-c8ef9aeb204e {
    width: 100%;
    height: auto;
  }



  #s-40ed27a3-c8d8-4bda-b508-c8ef9aeb204e img.shogun-image {
    

    
    
    
  }


#s-40ed27a3-c8d8-4bda-b508-c8ef9aeb204e .shogun-image-content {
  
    align-items: center;
  
}

#s-5a02fe5e-87a7-4bff-991f-f27d7b68f7c6 {
  min-height: 300px;
}
@media (min-width: 1200px){#s-5a02fe5e-87a7-4bff-991f-f27d7b68f7c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a02fe5e-87a7-4bff-991f-f27d7b68f7c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a02fe5e-87a7-4bff-991f-f27d7b68f7c6 {
  
}
}@media (max-width: 767px){#s-5a02fe5e-87a7-4bff-991f-f27d7b68f7c6 {
  
}
}







#s-5a02fe5e-87a7-4bff-991f-f27d7b68f7c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a02fe5e-87a7-4bff-991f-f27d7b68f7c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d22f576-f751-4929-8b77-bc6912cfa3eb {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8d22f576-f751-4929-8b77-bc6912cfa3eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8d22f576-f751-4929-8b77-bc6912cfa3eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8d22f576-f751-4929-8b77-bc6912cfa3eb {
  
}
}@media (max-width: 767px){#s-8d22f576-f751-4929-8b77-bc6912cfa3eb {
  
}
}
#s-8d22f576-f751-4929-8b77-bc6912cfa3eb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Itim";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3270cea4-0771-4f44-ac42-474ac169213b {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-3270cea4-0771-4f44-ac42-474ac169213b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3270cea4-0771-4f44-ac42-474ac169213b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3270cea4-0771-4f44-ac42-474ac169213b {
  
}
}@media (max-width: 767px){#s-3270cea4-0771-4f44-ac42-474ac169213b {
  
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-866a945d-86ae-4265-b36c-72a0a07d2a8c {
  background-color: rgba(229, 171, 238, 0.32);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
