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

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

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

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

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

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

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

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

#s-8e9e5f09-7a40-497e-be83-0440eb16fb09 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-8e9e5f09-7a40-497e-be83-0440eb16fb09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e9e5f09-7a40-497e-be83-0440eb16fb09.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-4a3a7ba2-ea95-42e3-8e56-e2abaf923367 {
  margin-bottom: 2em;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
background-color: rgba(7, 53, 43, 1);
}

#s-4a3a7ba2-ea95-42e3-8e56-e2abaf923367 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Anton;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-4a3a7ba2-ea95-42e3-8e56-e2abaf923367 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Anton;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-c76789b5-1376-4e71-a27c-280122e69219 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-c76789b5-1376-4e71-a27c-280122e69219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c76789b5-1376-4e71-a27c-280122e69219.shg-box.shg-c {
  justify-content: center;
}

#s-3dec42d2-cb95-4d78-9cc4-18aa54b6a92e {
  margin-bottom: 1em;
padding-top: 8px;
padding-left: 10%;
padding-bottom: 8px;
padding-right: 10%;
text-align: left;
}

#s-3dec42d2-cb95-4d78-9cc4-18aa54b6a92e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Anton;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

#s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 246, 232, 1);
}
@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 {
  padding-left: 20%;
padding-right: 20%;
}
}
@media (min-width: 0px) {
[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

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

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

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

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

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

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

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

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

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

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

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

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-be33774d-f2c1-4da2-a00c-e5aacbfa2e0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-9b45cb75-dfcd-464e-a912-0f00ed72fb42 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9b45cb75-dfcd-464e-a912-0f00ed72fb42 {
  margin-top: 2em;
margin-bottom: 2em;
}
}







#s-9b45cb75-dfcd-464e-a912-0f00ed72fb42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b45cb75-dfcd-464e-a912-0f00ed72fb42.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-d1635913-a40c-4ef9-9589-b50b835ae9d8 {
  margin-bottom: 1em;
text-align: center;
}
@media (min-width: 1200px){#s-d1635913-a40c-4ef9-9589-b50b835ae9d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1635913-a40c-4ef9-9589-b50b835ae9d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1635913-a40c-4ef9-9589-b50b835ae9d8 {
  
}
}



  #s-d1635913-a40c-4ef9-9589-b50b835ae9d8 img.shogun-image {
    
    width: px;
  }


#s-d1635913-a40c-4ef9-9589-b50b835ae9d8 .shogun-image-content {
  
    align-items: center;
  
}

@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 {
  text-align: center;
}
}
#s-06775ff6-12f1-4370-a83d-f7465498a50a {
  display: none;
}
.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: #000;
  text-transform: none;
  font-weight: normal;
  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-45d86713-796e-4f88-9f39-18167273c572 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-45d86713-796e-4f88-9f39-18167273c572 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px){#s-e76dd332-856c-41a0-9ed1-585de708b540 {
  
}
}
#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: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

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

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

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

#s-b94a8b46-76bb-4a1e-ae79-ca7124ad2b14 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
.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;
margin-top: 1em;
margin-bottom: 2px;
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(18, 170, 92, 1);
border-style: solid;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(18, 170, 92, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3: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(18, 170, 92, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(18, 170, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3:active {background-color: rgba(18, 170, 92, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-7ac6b5da-0c2f-440d-9529-5c221131c7c3 {
  margin-left: 0px;
margin-bottom: 3px;
margin-right: 0px;
min-height: 0px;
max-width: 0px;
}
}

  #s-7ac6b5da-0c2f-440d-9529-5c221131c7c3-atc-btn-wrapper {
    text-align: center;
  }


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

#s-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: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

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


  #s-7ac6b5da-0c2f-440d-9529-5c221131c7c3.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-6d6afb46-fb60-4aa7-a091-950e57188857 {
  min-height: 50px;
}
@media (max-width: 767px){#s-6d6afb46-fb60-4aa7-a091-950e57188857 {
  margin-bottom: 2em;
}
}







#s-6d6afb46-fb60-4aa7-a091-950e57188857 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d6afb46-fb60-4aa7-a091-950e57188857.shg-box.shg-c {
  justify-content: center;
}

#s-c92ee2df-9bbd-4676-ba51-c25567b2d5f6 {
  margin-bottom: 1em;
text-align: center;
}
@media (min-width: 1200px){#s-c92ee2df-9bbd-4676-ba51-c25567b2d5f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c92ee2df-9bbd-4676-ba51-c25567b2d5f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c92ee2df-9bbd-4676-ba51-c25567b2d5f6 {
  
}
}



  #s-c92ee2df-9bbd-4676-ba51-c25567b2d5f6 img.shogun-image {
    
    width: px;
  }


#s-c92ee2df-9bbd-4676-ba51-c25567b2d5f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-44e96c9c-4d1e-4bab-b96c-a4aece7cc142 {
  min-height: 0px;
}
@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-44e96c9c-4d1e-4bab-b96c-a4aece7cc142 {
  display: none;
}
#s-061f64bc-50a8-4dfb-8771-a9abd63ba097 {
  border-style: solid;
margin-bottom: 0em;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 246, 232, 1);
border-style: solid;
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 h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

@media (max-width: 767px){#s-386f9ec0-5be7-4cbe-bb1b-376d8422ecb5 {
  
}
}
#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: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

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

#s-4fd95fb7-1117-442c-961e-7c3516fd94ae .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-4fd95fb7-1117-442c-961e-7c3516fd94ae .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

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

#s-4fd95fb7-1117-442c-961e-7c3516fd94ae .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-5163c686-825f-4650-83c5-aa438bf0b422 {
  border-style: solid;
margin-top: 1em;
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(202, 46, 143, 1);
border-style: solid;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(202, 46, 143, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-5163c686-825f-4650-83c5-aa438bf0b422: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(202, 46, 143, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(202, 46, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5163c686-825f-4650-83c5-aa438bf0b422:active {background-color: rgba(202, 46, 143, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

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


  #s-5163c686-825f-4650-83c5-aa438bf0b422.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-366fa4cc-b01f-4f50-8e7d-22c06da419b8 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-366fa4cc-b01f-4f50-8e7d-22c06da419b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-366fa4cc-b01f-4f50-8e7d-22c06da419b8.shg-box.shg-c {
  justify-content: center;
}

#s-823ab467-7c2f-4c26-9622-bce00307c2e7 {
  margin-bottom: 1em;
text-align: center;
}
@media (min-width: 1200px){#s-823ab467-7c2f-4c26-9622-bce00307c2e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-823ab467-7c2f-4c26-9622-bce00307c2e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-823ab467-7c2f-4c26-9622-bce00307c2e7 {
  
}
}



  #s-823ab467-7c2f-4c26-9622-bce00307c2e7 img.shogun-image {
    
    width: px;
  }


#s-823ab467-7c2f-4c26-9622-bce00307c2e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2abafc7-5e75-41e4-8681-6fa58214727b {
  display: none;
}
#s-94364041-d4c5-4544-b327-a3c64e115beb {
  border-style: solid;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 246, 232, 1);
border-style: solid;
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 h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

@media (max-width: 767px){#s-dd1a885b-96ec-4f9a-b826-8d045a6b67c0 {
  
}
}
#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: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

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

#s-12f6fc87-84a5-4670-987c-018131400ae0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px){#s-12f6fc87-84a5-4670-987c-018131400ae0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

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

#s-12f6fc87-84a5-4670-987c-018131400ae0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-23df3416-d999-4a8e-a828-7aabf8285c46 {
  border-style: solid;
margin-top: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(235, 97, 74, 1);
border-radius: 30px;
min-width: 100%;
opacity: 1;
text-align: center;
background-color: rgba(235, 97, 74, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-23df3416-d999-4a8e-a828-7aabf8285c46: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(235, 97, 74, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(235, 97, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-23df3416-d999-4a8e-a828-7aabf8285c46:active {background-color: rgba(235, 97, 74, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !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 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}


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

#s-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: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

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


  #s-23df3416-d999-4a8e-a828-7aabf8285c46.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-7b97abf1-7e5c-4764-a920-99443001622b {
  margin-bottom: 2em;
min-height: 50px;
}








#s-7b97abf1-7e5c-4764-a920-99443001622b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b97abf1-7e5c-4764-a920-99443001622b.shg-box.shg-c {
  justify-content: center;
}

#s-35525944-12c3-44f0-9d47-1de76ac2cca6 {
  margin-bottom: 1em;
padding-top: 8px;
padding-left: 10%;
padding-bottom: 8px;
padding-right: 10%;
text-align: left;
}

#s-35525944-12c3-44f0-9d47-1de76ac2cca6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Anton;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-35525944-12c3-44f0-9d47-1de76ac2cca6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Anton;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17 {
  margin-bottom: 0em;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 1200px){#s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17 {
  padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-24caf0ac-f6c0-4117-bc6f-74b9ec7aeb17"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-2499187d-6ddb-41b7-9493-487929ff2883 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2499187d-6ddb-41b7-9493-487929ff2883 {
  margin-bottom: 2em;
}
}







#s-2499187d-6ddb-41b7-9493-487929ff2883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2499187d-6ddb-41b7-9493-487929ff2883.shg-box.shg-c {
  justify-content: center;
}

#s-8b0b3ecf-5576-4bd6-a5c8-9fd5e90fe9b1 {
  margin-bottom: 1em;
text-align: center;
}




  #s-8b0b3ecf-5576-4bd6-a5c8-9fd5e90fe9b1 img.shogun-image {
    
    width: px;
  }


#s-8b0b3ecf-5576-4bd6-a5c8-9fd5e90fe9b1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-a6f10996-f0c5-4500-990a-5896c5ee77c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6f10996-f0c5-4500-990a-5896c5ee77c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6f10996-f0c5-4500-990a-5896c5ee77c3 {
  
}
}@media (max-width: 767px){#s-a6f10996-f0c5-4500-990a-5896c5ee77c3 {
  
}
}
#s-a6f10996-f0c5-4500-990a-5896c5ee77c3 {
  display: none;
}
#s-4e9d4ca9-8ee7-4b3c-9384-90401f03ce2b {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}
@media (max-width: 767px){#s-4e9d4ca9-8ee7-4b3c-9384-90401f03ce2b {
  margin-left: -25px;
margin-right: -25px;
}
}
#s-4e9d4ca9-8ee7-4b3c-9384-90401f03ce2b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

@media (max-width: 767px){#s-7aa663de-bc34-4616-a539-9afbbedda567 {
  
}
}
#s-64f918bc-30a5-4f38-9833-2c3ad5529d00 {
  text-align: center;
}
@media (min-width: 1200px){#s-64f918bc-30a5-4f38-9833-2c3ad5529d00 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64f918bc-30a5-4f38-9833-2c3ad5529d00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-64f918bc-30a5-4f38-9833-2c3ad5529d00 {
  
}
}@media (max-width: 767px){#s-64f918bc-30a5-4f38-9833-2c3ad5529d00 {
  
}
}
#s-64f918bc-30a5-4f38-9833-2c3ad5529d00 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-64f918bc-30a5-4f38-9833-2c3ad5529d00 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 17px;
}

#s-64f918bc-30a5-4f38-9833-2c3ad5529d00 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-05561cfc-3436-4a84-9de4-cc518d53ab08 {
  border-style: solid;
margin-top: 1em;
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(227, 35, 90, 1);
border-style: solid;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(227, 35, 90, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-05561cfc-3436-4a84-9de4-cc518d53ab08:hover {border-style: solid !important;
border-color: rgba(227, 35, 90, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(227, 35, 90, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-05561cfc-3436-4a84-9de4-cc518d53ab08:active {background-color: rgba(227, 35, 90, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-05561cfc-3436-4a84-9de4-cc518d53ab08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05561cfc-3436-4a84-9de4-cc518d53ab08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-05561cfc-3436-4a84-9de4-cc518d53ab08 {
  
}
}@media (max-width: 767px){#s-05561cfc-3436-4a84-9de4-cc518d53ab08 {
  
}
}


#s-05561cfc-3436-4a84-9de4-cc518d53ab08 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-05561cfc-3436-4a84-9de4-cc518d53ab08.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05561cfc-3436-4a84-9de4-cc518d53ab08.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

#s-05561cfc-3436-4a84-9de4-cc518d53ab08.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Medium;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}


  #s-05561cfc-3436-4a84-9de4-cc518d53ab08.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-a7a11ce1-8cef-4415-a364-5abe69598762 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a7a11ce1-8cef-4415-a364-5abe69598762 {
  margin-bottom: 2em;
}
}







#s-a7a11ce1-8cef-4415-a364-5abe69598762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7a11ce1-8cef-4415-a364-5abe69598762.shg-box.shg-c {
  justify-content: center;
}

#s-36d5e338-98f2-4bff-881c-803b0f7540a5 {
  margin-bottom: 1em;
text-align: center;
}




  #s-36d5e338-98f2-4bff-881c-803b0f7540a5 img.shogun-image {
    
    width: px;
  }


#s-36d5e338-98f2-4bff-881c-803b0f7540a5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-6a7d842f-07d4-4123-82b9-ad0e6c38ddf5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a7d842f-07d4-4123-82b9-ad0e6c38ddf5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a7d842f-07d4-4123-82b9-ad0e6c38ddf5 {
  
}
}@media (max-width: 767px){#s-6a7d842f-07d4-4123-82b9-ad0e6c38ddf5 {
  
}
}
#s-6a7d842f-07d4-4123-82b9-ad0e6c38ddf5 {
  display: none;
}
#s-104c2823-feb5-4683-b8f4-046036dd184c {
  border-style: solid;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 246, 232, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-104c2823-feb5-4683-b8f4-046036dd184c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-104c2823-feb5-4683-b8f4-046036dd184c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-104c2823-feb5-4683-b8f4-046036dd184c {
  
}
}@media (max-width: 767px){#s-104c2823-feb5-4683-b8f4-046036dd184c {
  
}
}
#s-104c2823-feb5-4683-b8f4-046036dd184c .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

@media (max-width: 767px){#s-b22dc741-7600-4027-b7ed-025ac4543db4 {
  
}
}
#s-51d2e3c8-a8a2-4897-8e8a-730c128ce697 {
  text-align: center;
}
@media (min-width: 1200px){#s-51d2e3c8-a8a2-4897-8e8a-730c128ce697 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51d2e3c8-a8a2-4897-8e8a-730c128ce697 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51d2e3c8-a8a2-4897-8e8a-730c128ce697 {
  
}
}@media (max-width: 767px){#s-51d2e3c8-a8a2-4897-8e8a-730c128ce697 {
  
}
}
#s-51d2e3c8-a8a2-4897-8e8a-730c128ce697 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-51d2e3c8-a8a2-4897-8e8a-730c128ce697 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 17px;
}

#s-51d2e3c8-a8a2-4897-8e8a-730c128ce697 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6c698edb-06f1-482e-9c0a-58a6782a4fe1 {
  border-style: solid;
margin-top: 1em;
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(246, 137, 32, 1);
border-style: solid;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(246, 137, 32, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-6c698edb-06f1-482e-9c0a-58a6782a4fe1: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(246, 137, 32, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(246, 137, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c698edb-06f1-482e-9c0a-58a6782a4fe1:active {background-color: rgba(246, 137, 32, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6c698edb-06f1-482e-9c0a-58a6782a4fe1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c698edb-06f1-482e-9c0a-58a6782a4fe1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c698edb-06f1-482e-9c0a-58a6782a4fe1 {
  
}
}@media (max-width: 767px){#s-6c698edb-06f1-482e-9c0a-58a6782a4fe1 {
  
}
}


#s-6c698edb-06f1-482e-9c0a-58a6782a4fe1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c698edb-06f1-482e-9c0a-58a6782a4fe1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c698edb-06f1-482e-9c0a-58a6782a4fe1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

#s-6c698edb-06f1-482e-9c0a-58a6782a4fe1.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Medium;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}


  #s-6c698edb-06f1-482e-9c0a-58a6782a4fe1.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-74d1d144-2755-4020-97c2-bf515d4493cc {
  min-height: 50px;
}








#s-74d1d144-2755-4020-97c2-bf515d4493cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74d1d144-2755-4020-97c2-bf515d4493cc.shg-box.shg-c {
  justify-content: center;
}

#s-6ddb966d-06f0-4731-bce2-db8c0206b78a {
  margin-bottom: 1em;
text-align: center;
}




  #s-6ddb966d-06f0-4731-bce2-db8c0206b78a img.shogun-image {
    
    width: px;
  }


#s-6ddb966d-06f0-4731-bce2-db8c0206b78a .shogun-image-content {
  
    align-items: center;
  
}

#s-8fb5e53e-44a8-4688-bbd5-9c7d2326b209 {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-8fb5e53e-44a8-4688-bbd5-9c7d2326b209 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fb5e53e-44a8-4688-bbd5-9c7d2326b209 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fb5e53e-44a8-4688-bbd5-9c7d2326b209 {
  
}
}@media (max-width: 767px){#s-8fb5e53e-44a8-4688-bbd5-9c7d2326b209 {
  
}
}
#s-8fb5e53e-44a8-4688-bbd5-9c7d2326b209 {
  display: none;
}
#s-e29c562a-c6d5-4bc8-8d60-1360b1de8a01 {
  border-style: solid;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 246, 232, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-e29c562a-c6d5-4bc8-8d60-1360b1de8a01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e29c562a-c6d5-4bc8-8d60-1360b1de8a01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e29c562a-c6d5-4bc8-8d60-1360b1de8a01 {
  
}
}@media (max-width: 767px){#s-e29c562a-c6d5-4bc8-8d60-1360b1de8a01 {
  
}
}
#s-e29c562a-c6d5-4bc8-8d60-1360b1de8a01 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-e3384190-f89c-4e1d-aef8-6648757fff51 {
  text-align: center;
}
@media (min-width: 1200px){#s-e3384190-f89c-4e1d-aef8-6648757fff51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3384190-f89c-4e1d-aef8-6648757fff51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3384190-f89c-4e1d-aef8-6648757fff51 {
  
}
}@media (max-width: 767px){#s-e3384190-f89c-4e1d-aef8-6648757fff51 {
  
}
}
#s-e3384190-f89c-4e1d-aef8-6648757fff51 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-e3384190-f89c-4e1d-aef8-6648757fff51 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 17px;
}

#s-e3384190-f89c-4e1d-aef8-6648757fff51 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-08b56b28-75b0-444b-9705-50a7683fcde9 {
  border-style: solid;
margin-top: 1em;
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(202, 46, 143, 1);
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(202, 46, 143, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-08b56b28-75b0-444b-9705-50a7683fcde9: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(202, 46, 143, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(202, 46, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-08b56b28-75b0-444b-9705-50a7683fcde9:active {background-color: rgba(202, 46, 143, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-08b56b28-75b0-444b-9705-50a7683fcde9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08b56b28-75b0-444b-9705-50a7683fcde9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08b56b28-75b0-444b-9705-50a7683fcde9 {
  
}
}@media (max-width: 767px){#s-08b56b28-75b0-444b-9705-50a7683fcde9 {
  
}
}


#s-08b56b28-75b0-444b-9705-50a7683fcde9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08b56b28-75b0-444b-9705-50a7683fcde9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08b56b28-75b0-444b-9705-50a7683fcde9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

#s-08b56b28-75b0-444b-9705-50a7683fcde9.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Medium;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}


  #s-08b56b28-75b0-444b-9705-50a7683fcde9.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-7e60b98f-9e43-4443-b2c6-714e1001db7a {
  min-height: 50px;
}








#s-7e60b98f-9e43-4443-b2c6-714e1001db7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e60b98f-9e43-4443-b2c6-714e1001db7a.shg-box.shg-c {
  justify-content: center;
}

#s-193fa648-e77a-4cb8-b80f-0ef54c28eb81 {
  margin-bottom: 1em;
padding-top: 8px;
padding-left: 10%;
padding-bottom: 8px;
padding-right: 10%;
text-align: left;
}

#s-193fa648-e77a-4cb8-b80f-0ef54c28eb81 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Anton;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4e890ccf-59d0-419b-a525-0935aad5ce90 {
  margin-bottom: 2em;
padding-left: 24%;
padding-right: 24%;
}
@media (max-width: 767px){#s-4e890ccf-59d0-419b-a525-0935aad5ce90 {
  padding-left: 20%;
padding-right: 20%;
}
}
@media (min-width: 0px) {
[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-4e890ccf-59d0-419b-a525-0935aad5ce90"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-435bedca-f1c0-41eb-bdae-58ddcc388501 {
  min-height: 50px;
}
@media (max-width: 767px){#s-435bedca-f1c0-41eb-bdae-58ddcc388501 {
  margin-bottom: 2em;
}
}







#s-435bedca-f1c0-41eb-bdae-58ddcc388501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-435bedca-f1c0-41eb-bdae-58ddcc388501.shg-box.shg-c {
  justify-content: center;
}

#s-1f5f1720-023a-4c10-a580-ce1270e474db {
  margin-bottom: 1em;
text-align: center;
}




  #s-1f5f1720-023a-4c10-a580-ce1270e474db img.shogun-image {
    
    width: px;
  }


#s-1f5f1720-023a-4c10-a580-ce1270e474db .shogun-image-content {
  
    align-items: center;
  
}

#s-58759f2f-eaf3-4620-ac03-fe6f22627a42 {
  display: none;
}
#s-23d31f54-1c0e-481c-8db7-12e655e77791 {
  border-style: solid;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 246, 232, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-23d31f54-1c0e-481c-8db7-12e655e77791 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23d31f54-1c0e-481c-8db7-12e655e77791 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23d31f54-1c0e-481c-8db7-12e655e77791 {
  
}
}@media (max-width: 767px){#s-23d31f54-1c0e-481c-8db7-12e655e77791 {
  
}
}
#s-23d31f54-1c0e-481c-8db7-12e655e77791 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-485098e7-6637-4a03-a0d4-03d64deecb14 {
  text-align: center;
}
@media (min-width: 1200px){#s-485098e7-6637-4a03-a0d4-03d64deecb14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-485098e7-6637-4a03-a0d4-03d64deecb14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-485098e7-6637-4a03-a0d4-03d64deecb14 {
  
}
}@media (max-width: 767px){#s-485098e7-6637-4a03-a0d4-03d64deecb14 {
  
}
}
#s-485098e7-6637-4a03-a0d4-03d64deecb14 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-485098e7-6637-4a03-a0d4-03d64deecb14 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 17px;
}

#s-485098e7-6637-4a03-a0d4-03d64deecb14 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-adae2402-f519-4f2a-acfc-54cf72aa910b {
  border-style: solid;
margin-top: 1em;
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(119, 206, 173, 1);
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(119, 206, 173, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-adae2402-f519-4f2a-acfc-54cf72aa910b: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(119, 206, 173, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(119, 206, 173, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-adae2402-f519-4f2a-acfc-54cf72aa910b:active {background-color: rgba(119, 206, 173, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-adae2402-f519-4f2a-acfc-54cf72aa910b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-adae2402-f519-4f2a-acfc-54cf72aa910b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-adae2402-f519-4f2a-acfc-54cf72aa910b {
  
}
}@media (max-width: 767px){#s-adae2402-f519-4f2a-acfc-54cf72aa910b {
  
}
}


#s-adae2402-f519-4f2a-acfc-54cf72aa910b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adae2402-f519-4f2a-acfc-54cf72aa910b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adae2402-f519-4f2a-acfc-54cf72aa910b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

#s-adae2402-f519-4f2a-acfc-54cf72aa910b.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Medium;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}


  #s-adae2402-f519-4f2a-acfc-54cf72aa910b.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-8b6b34fd-6494-4ad0-8e93-967a7bdf825b {
  min-height: 50px;
}
@media (max-width: 767px){#s-8b6b34fd-6494-4ad0-8e93-967a7bdf825b {
  margin-bottom: 2em;
}
}







#s-8b6b34fd-6494-4ad0-8e93-967a7bdf825b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6b34fd-6494-4ad0-8e93-967a7bdf825b.shg-box.shg-c {
  justify-content: center;
}

#s-5fc8adb2-da9a-475d-b946-4e48157c20b1 {
  margin-bottom: 1em;
text-align: center;
}




  #s-5fc8adb2-da9a-475d-b946-4e48157c20b1 img.shogun-image {
    
    width: px;
  }


#s-5fc8adb2-da9a-475d-b946-4e48157c20b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-aea4e57d-9625-4814-88e6-cd63f71e8c1d {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-aea4e57d-9625-4814-88e6-cd63f71e8c1d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aea4e57d-9625-4814-88e6-cd63f71e8c1d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aea4e57d-9625-4814-88e6-cd63f71e8c1d {
  
}
}@media (max-width: 767px){#s-aea4e57d-9625-4814-88e6-cd63f71e8c1d {
  
}
}
#s-aea4e57d-9625-4814-88e6-cd63f71e8c1d {
  display: none;
}
#s-2ddba2f8-0c2b-469d-b54e-6b23827f69d7 {
  margin-left: -20px;
margin-right: -20px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-2ddba2f8-0c2b-469d-b54e-6b23827f69d7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-ef44946c-9cc5-43fc-aa73-aba4141bb714 {
  text-align: center;
}
@media (min-width: 1200px){#s-ef44946c-9cc5-43fc-aa73-aba4141bb714 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef44946c-9cc5-43fc-aa73-aba4141bb714 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef44946c-9cc5-43fc-aa73-aba4141bb714 {
  
}
}@media (max-width: 767px){#s-ef44946c-9cc5-43fc-aa73-aba4141bb714 {
  
}
}
#s-ef44946c-9cc5-43fc-aa73-aba4141bb714 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-ef44946c-9cc5-43fc-aa73-aba4141bb714 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 17px;
}

#s-ef44946c-9cc5-43fc-aa73-aba4141bb714 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eec68dbe-fea3-49c2-a132-beb0e98b3eed {
  border-style: solid;
margin-top: 1em;
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(149, 99, 226, 1);
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(149, 99, 226, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-eec68dbe-fea3-49c2-a132-beb0e98b3eed: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(149, 99, 226, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(149, 99, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eec68dbe-fea3-49c2-a132-beb0e98b3eed:active {background-color: rgba(149, 99, 226, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-eec68dbe-fea3-49c2-a132-beb0e98b3eed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eec68dbe-fea3-49c2-a132-beb0e98b3eed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eec68dbe-fea3-49c2-a132-beb0e98b3eed {
  
}
}@media (max-width: 767px){#s-eec68dbe-fea3-49c2-a132-beb0e98b3eed {
  
}
}


#s-eec68dbe-fea3-49c2-a132-beb0e98b3eed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eec68dbe-fea3-49c2-a132-beb0e98b3eed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eec68dbe-fea3-49c2-a132-beb0e98b3eed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

#s-eec68dbe-fea3-49c2-a132-beb0e98b3eed.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Medium;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}


  #s-eec68dbe-fea3-49c2-a132-beb0e98b3eed.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-aeaef439-1f3b-4c87-ad99-314ea816a48a {
  margin-bottom: 2px;
min-height: 50px;
}








#s-aeaef439-1f3b-4c87-ad99-314ea816a48a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeaef439-1f3b-4c87-ad99-314ea816a48a.shg-box.shg-c {
  justify-content: center;
}

#s-c088a9f6-b28d-4cc3-9471-99d3d3a3d50d {
  margin-bottom: 2em;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
background-color: rgba(7, 53, 43, 1);
}

#s-c088a9f6-b28d-4cc3-9471-99d3d3a3d50d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Anton;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5801540b-288f-454b-90ac-432985a5d155 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-5801540b-288f-454b-90ac-432985a5d155 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5801540b-288f-454b-90ac-432985a5d155.shg-box.shg-c {
  justify-content: center;
}

#s-811d6412-59e2-43f4-a13e-0d81be8eaa05 {
  margin-bottom: 1em;
padding-top: 8px;
padding-left: 10%;
padding-bottom: 8px;
padding-right: 10%;
text-align: left;
}

#s-811d6412-59e2-43f4-a13e-0d81be8eaa05 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Anton;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6de859dc-2395-478b-9634-9f6bbf36811b {
  padding-left: 24%;
padding-right: 24%;
}
@media (max-width: 767px){#s-6de859dc-2395-478b-9634-9f6bbf36811b {
  padding-left: 20%;
padding-right: 20%;
}
}
@media (min-width: 0px) {
[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-6de859dc-2395-478b-9634-9f6bbf36811b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-4c09518f-5b79-49bc-8477-efa8ac4b075f {
  min-height: 50px;
}
@media (max-width: 767px){#s-4c09518f-5b79-49bc-8477-efa8ac4b075f {
  margin-bottom: 2em;
}
}







#s-4c09518f-5b79-49bc-8477-efa8ac4b075f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c09518f-5b79-49bc-8477-efa8ac4b075f.shg-box.shg-c {
  justify-content: center;
}

#s-184c8a76-a1e8-41cd-90b1-18e90bc4acd5 {
  margin-bottom: 1em;
text-align: center;
}




  #s-184c8a76-a1e8-41cd-90b1-18e90bc4acd5 img.shogun-image {
    
    width: px;
  }


#s-184c8a76-a1e8-41cd-90b1-18e90bc4acd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fda76eda-597e-4f00-988b-6c6b7b8fc28a {
  display: none;
}
#s-14a45c1e-95ce-42d7-a21f-f522dd2704fe {
  border-style: solid;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 246, 232, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-14a45c1e-95ce-42d7-a21f-f522dd2704fe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14a45c1e-95ce-42d7-a21f-f522dd2704fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-14a45c1e-95ce-42d7-a21f-f522dd2704fe {
  
}
}@media (max-width: 767px){#s-14a45c1e-95ce-42d7-a21f-f522dd2704fe {
  
}
}
#s-14a45c1e-95ce-42d7-a21f-f522dd2704fe .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-16a123bc-0da7-4062-930a-b4c42b314942 {
  text-align: center;
}
@media (min-width: 1200px){#s-16a123bc-0da7-4062-930a-b4c42b314942 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16a123bc-0da7-4062-930a-b4c42b314942 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16a123bc-0da7-4062-930a-b4c42b314942 {
  
}
}@media (max-width: 767px){#s-16a123bc-0da7-4062-930a-b4c42b314942 {
  
}
}
#s-16a123bc-0da7-4062-930a-b4c42b314942 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-16a123bc-0da7-4062-930a-b4c42b314942 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 17px;
}

#s-16a123bc-0da7-4062-930a-b4c42b314942 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a3aa2b32-fa36-484f-8642-9d7bb46f0762 {
  background-size: 200px 0px;
border-style: solid;
margin-top: 1em;
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(247, 224, 16, 1);
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 1px;
opacity: 1;
text-align: center;
background-color: rgba(247, 224, 16, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-a3aa2b32-fa36-484f-8642-9d7bb46f0762: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(247, 224, 16, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(247, 224, 16, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a3aa2b32-fa36-484f-8642-9d7bb46f0762:active {background-color: rgba(247, 224, 16, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a3aa2b32-fa36-484f-8642-9d7bb46f0762 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3aa2b32-fa36-484f-8642-9d7bb46f0762 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3aa2b32-fa36-484f-8642-9d7bb46f0762 {
  
}
}@media (max-width: 767px){#s-a3aa2b32-fa36-484f-8642-9d7bb46f0762 {
  
}
}


#s-a3aa2b32-fa36-484f-8642-9d7bb46f0762 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3aa2b32-fa36-484f-8642-9d7bb46f0762.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3aa2b32-fa36-484f-8642-9d7bb46f0762.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

#s-a3aa2b32-fa36-484f-8642-9d7bb46f0762.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Medium;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}


  #s-a3aa2b32-fa36-484f-8642-9d7bb46f0762.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-390c6660-c267-404a-8d04-0cc355347b90 {
  min-height: 50px;
}








#s-390c6660-c267-404a-8d04-0cc355347b90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-390c6660-c267-404a-8d04-0cc355347b90.shg-box.shg-c {
  justify-content: center;
}

#s-8f7280e1-e133-4479-a98c-f8c28326d45d {
  margin-bottom: 1em;
text-align: center;
}




  #s-8f7280e1-e133-4479-a98c-f8c28326d45d img.shogun-image {
    
    width: px;
  }


#s-8f7280e1-e133-4479-a98c-f8c28326d45d .shogun-image-content {
  
    align-items: center;
  
}

#s-39f904be-bc36-4475-aade-2ab726c17dd5 {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-39f904be-bc36-4475-aade-2ab726c17dd5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39f904be-bc36-4475-aade-2ab726c17dd5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39f904be-bc36-4475-aade-2ab726c17dd5 {
  
}
}@media (max-width: 767px){#s-39f904be-bc36-4475-aade-2ab726c17dd5 {
  
}
}
#s-39f904be-bc36-4475-aade-2ab726c17dd5 {
  display: none;
}
#s-761c8bad-d0ed-41af-96c3-2b134d099e5e {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-761c8bad-d0ed-41af-96c3-2b134d099e5e .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-2e1edf5f-6cd4-4e77-bdf3-9bf60c8a1775 {
  text-align: center;
}
@media (min-width: 1200px){#s-2e1edf5f-6cd4-4e77-bdf3-9bf60c8a1775 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e1edf5f-6cd4-4e77-bdf3-9bf60c8a1775 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e1edf5f-6cd4-4e77-bdf3-9bf60c8a1775 {
  
}
}@media (max-width: 767px){#s-2e1edf5f-6cd4-4e77-bdf3-9bf60c8a1775 {
  
}
}
#s-2e1edf5f-6cd4-4e77-bdf3-9bf60c8a1775 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-2e1edf5f-6cd4-4e77-bdf3-9bf60c8a1775 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 17px;
}

#s-2e1edf5f-6cd4-4e77-bdf3-9bf60c8a1775 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1182cf4c-f033-4087-b6c4-e5373d7688f4 {
  border-style: solid;
margin-top: 1em;
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(31, 179, 129, 1);
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(31, 179, 129, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-1182cf4c-f033-4087-b6c4-e5373d7688f4: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(31, 179, 129, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(31, 179, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1182cf4c-f033-4087-b6c4-e5373d7688f4:active {background-color: rgba(31, 179, 129, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1182cf4c-f033-4087-b6c4-e5373d7688f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1182cf4c-f033-4087-b6c4-e5373d7688f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1182cf4c-f033-4087-b6c4-e5373d7688f4 {
  
}
}@media (max-width: 767px){#s-1182cf4c-f033-4087-b6c4-e5373d7688f4 {
  
}
}


#s-1182cf4c-f033-4087-b6c4-e5373d7688f4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1182cf4c-f033-4087-b6c4-e5373d7688f4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1182cf4c-f033-4087-b6c4-e5373d7688f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

#s-1182cf4c-f033-4087-b6c4-e5373d7688f4.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Medium;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}


  #s-1182cf4c-f033-4087-b6c4-e5373d7688f4.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-4b48c58d-91b1-4ec9-b7e9-bb84af0ab8ba {
  margin-bottom: 2em;
min-height: 50px;
}








#s-4b48c58d-91b1-4ec9-b7e9-bb84af0ab8ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b48c58d-91b1-4ec9-b7e9-bb84af0ab8ba.shg-box.shg-c {
  justify-content: center;
}

#s-9d687362-7c02-44ae-9d82-0232e5272fa6 {
  margin-bottom: 1em;
padding-top: 8px;
padding-left: 10%;
padding-bottom: 8px;
padding-right: 10%;
text-align: left;
}

#s-9d687362-7c02-44ae-9d82-0232e5272fa6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Anton;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3598415a-5a60-41c9-9018-b82e12c67815 {
  padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-3598415a-5a60-41c9-9018-b82e12c67815 {
  padding-left: 20%;
padding-right: 20%;
}
}
@media (min-width: 0px) {
[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 50.0px);
}

[id="s-3598415a-5a60-41c9-9018-b82e12c67815"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 50.0px);
}

}

#s-cbcd0eb6-1faa-4338-8219-f8db5f017c1e {
  min-height: 50px;
}
@media (max-width: 767px){#s-cbcd0eb6-1faa-4338-8219-f8db5f017c1e {
  margin-bottom: 2em;
}
}







#s-cbcd0eb6-1faa-4338-8219-f8db5f017c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbcd0eb6-1faa-4338-8219-f8db5f017c1e.shg-box.shg-c {
  justify-content: center;
}

#s-c24a8799-3436-4585-be66-35436e927e3d {
  margin-bottom: 1em;
text-align: center;
}




  #s-c24a8799-3436-4585-be66-35436e927e3d img.shogun-image {
    
    width: px;
  }


#s-c24a8799-3436-4585-be66-35436e927e3d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-542ff4eb-5b40-49d7-a95b-cbc3912b24d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-542ff4eb-5b40-49d7-a95b-cbc3912b24d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-542ff4eb-5b40-49d7-a95b-cbc3912b24d4 {
  
}
}@media (max-width: 767px){#s-542ff4eb-5b40-49d7-a95b-cbc3912b24d4 {
  
}
}
#s-542ff4eb-5b40-49d7-a95b-cbc3912b24d4 {
  display: none;
}
#s-899f8328-9ed5-419b-8ef7-2431a5ba3037 {
  padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-899f8328-9ed5-419b-8ef7-2431a5ba3037 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-4a98d52c-1913-4184-a109-6a4bf3b3d7a5 {
  text-align: center;
}
@media (min-width: 1200px){#s-4a98d52c-1913-4184-a109-6a4bf3b3d7a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a98d52c-1913-4184-a109-6a4bf3b3d7a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a98d52c-1913-4184-a109-6a4bf3b3d7a5 {
  
}
}@media (max-width: 767px){#s-4a98d52c-1913-4184-a109-6a4bf3b3d7a5 {
  
}
}
#s-4a98d52c-1913-4184-a109-6a4bf3b3d7a5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-4a98d52c-1913-4184-a109-6a4bf3b3d7a5 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 17px;
}

#s-4a98d52c-1913-4184-a109-6a4bf3b3d7a5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-067928e5-1640-43a4-832c-f259d329c5da {
  border-style: solid;
margin-top: 1em;
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(243, 219, 51, 1);
border-style: solid;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(243, 219, 51, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-067928e5-1640-43a4-832c-f259d329c5da: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(243, 219, 51, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(243, 219, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-067928e5-1640-43a4-832c-f259d329c5da:active {background-color: rgba(243, 219, 51, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-067928e5-1640-43a4-832c-f259d329c5da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-067928e5-1640-43a4-832c-f259d329c5da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-067928e5-1640-43a4-832c-f259d329c5da {
  
}
}@media (max-width: 767px){#s-067928e5-1640-43a4-832c-f259d329c5da {
  
}
}


#s-067928e5-1640-43a4-832c-f259d329c5da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-067928e5-1640-43a4-832c-f259d329c5da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-067928e5-1640-43a4-832c-f259d329c5da.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

#s-067928e5-1640-43a4-832c-f259d329c5da.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Medium;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}


  #s-067928e5-1640-43a4-832c-f259d329c5da.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-f6967a10-0bd5-49a0-b9ec-395e8fbb367c {
  min-height: 50px;
}
@media (max-width: 767px){#s-f6967a10-0bd5-49a0-b9ec-395e8fbb367c {
  margin-bottom: 2em;
}
}







#s-f6967a10-0bd5-49a0-b9ec-395e8fbb367c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6967a10-0bd5-49a0-b9ec-395e8fbb367c.shg-box.shg-c {
  justify-content: center;
}

#s-c9cbc1dc-37aa-4fa9-9c8c-86fc96f8d793 {
  margin-bottom: 1em;
text-align: center;
}




  #s-c9cbc1dc-37aa-4fa9-9c8c-86fc96f8d793 img.shogun-image {
    
    width: px;
  }


#s-c9cbc1dc-37aa-4fa9-9c8c-86fc96f8d793 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-53c697ee-a4ff-4f7e-a31a-2af92ac86ceb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53c697ee-a4ff-4f7e-a31a-2af92ac86ceb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-53c697ee-a4ff-4f7e-a31a-2af92ac86ceb {
  
}
}@media (max-width: 767px){#s-53c697ee-a4ff-4f7e-a31a-2af92ac86ceb {
  
}
}
#s-53c697ee-a4ff-4f7e-a31a-2af92ac86ceb {
  display: none;
}
#s-1224759e-1153-49f8-a3be-b53c7f80222b {
  border-style: solid;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 246, 232, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-1224759e-1153-49f8-a3be-b53c7f80222b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1224759e-1153-49f8-a3be-b53c7f80222b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1224759e-1153-49f8-a3be-b53c7f80222b {
  
}
}@media (max-width: 767px){#s-1224759e-1153-49f8-a3be-b53c7f80222b {
  
}
}
#s-1224759e-1153-49f8-a3be-b53c7f80222b .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-aa66c6ad-39f2-4aa1-8646-80be4f3491cd {
  text-align: center;
}
@media (min-width: 1200px){#s-aa66c6ad-39f2-4aa1-8646-80be4f3491cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa66c6ad-39f2-4aa1-8646-80be4f3491cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa66c6ad-39f2-4aa1-8646-80be4f3491cd {
  
}
}@media (max-width: 767px){#s-aa66c6ad-39f2-4aa1-8646-80be4f3491cd {
  
}
}
#s-aa66c6ad-39f2-4aa1-8646-80be4f3491cd .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-aa66c6ad-39f2-4aa1-8646-80be4f3491cd .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 17px;
}

#s-aa66c6ad-39f2-4aa1-8646-80be4f3491cd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6ab0cce1-a5ee-466c-8e20-5adb5c0b8084 {
  border-style: solid;
margin-top: 1em;
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(167, 30, 102, 1);
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(167, 30, 102, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-6ab0cce1-a5ee-466c-8e20-5adb5c0b8084: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(167, 30, 102, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(167, 30, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6ab0cce1-a5ee-466c-8e20-5adb5c0b8084:active {background-color: rgba(167, 30, 102, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6ab0cce1-a5ee-466c-8e20-5adb5c0b8084 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ab0cce1-a5ee-466c-8e20-5adb5c0b8084 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ab0cce1-a5ee-466c-8e20-5adb5c0b8084 {
  
}
}@media (max-width: 767px){#s-6ab0cce1-a5ee-466c-8e20-5adb5c0b8084 {
  
}
}


#s-6ab0cce1-a5ee-466c-8e20-5adb5c0b8084 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6ab0cce1-a5ee-466c-8e20-5adb5c0b8084.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6ab0cce1-a5ee-466c-8e20-5adb5c0b8084.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

#s-6ab0cce1-a5ee-466c-8e20-5adb5c0b8084.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Medium;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}


  #s-6ab0cce1-a5ee-466c-8e20-5adb5c0b8084.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-0ad7fcf1-74a7-4ba3-883c-c20cf0304834 {
  min-height: 50px;
}








#s-0ad7fcf1-74a7-4ba3-883c-c20cf0304834 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ad7fcf1-74a7-4ba3-883c-c20cf0304834.shg-box.shg-c {
  justify-content: center;
}

#s-f249a8d0-66fa-4c9a-901d-d335f42e7758 {
  margin-bottom: 1em;
text-align: center;
}




  #s-f249a8d0-66fa-4c9a-901d-d335f42e7758 img.shogun-image {
    
    width: px;
  }


#s-f249a8d0-66fa-4c9a-901d-d335f42e7758 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-ece9d61d-fd3e-4c90-b7b2-6d89fa67233b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ece9d61d-fd3e-4c90-b7b2-6d89fa67233b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ece9d61d-fd3e-4c90-b7b2-6d89fa67233b {
  
}
}@media (max-width: 767px){#s-ece9d61d-fd3e-4c90-b7b2-6d89fa67233b {
  
}
}
#s-ece9d61d-fd3e-4c90-b7b2-6d89fa67233b {
  display: none;
}
#s-6de9c125-ea19-4f52-90bf-2a3b55133828 {
  border-style: solid;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 246, 232, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-6de9c125-ea19-4f52-90bf-2a3b55133828 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6de9c125-ea19-4f52-90bf-2a3b55133828 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6de9c125-ea19-4f52-90bf-2a3b55133828 {
  
}
}@media (max-width: 767px){#s-6de9c125-ea19-4f52-90bf-2a3b55133828 {
  
}
}
#s-6de9c125-ea19-4f52-90bf-2a3b55133828 .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-eaf873ef-6a70-4fea-8bfa-57e67515f218 {
  text-align: center;
}
@media (min-width: 1200px){#s-eaf873ef-6a70-4fea-8bfa-57e67515f218 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eaf873ef-6a70-4fea-8bfa-57e67515f218 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eaf873ef-6a70-4fea-8bfa-57e67515f218 {
  
}
}@media (max-width: 767px){#s-eaf873ef-6a70-4fea-8bfa-57e67515f218 {
  
}
}
#s-eaf873ef-6a70-4fea-8bfa-57e67515f218 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-eaf873ef-6a70-4fea-8bfa-57e67515f218 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 17px;
}

#s-eaf873ef-6a70-4fea-8bfa-57e67515f218 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d1df506e-7bf5-4c95-b81b-9e0129807655 {
  border-style: solid;
margin-top: 1em;
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(17, 158, 86, 1);
border-style: solid;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(17, 158, 86, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-d1df506e-7bf5-4c95-b81b-9e0129807655: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(17, 158, 86, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(17, 158, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d1df506e-7bf5-4c95-b81b-9e0129807655:active {background-color: rgba(17, 158, 86, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d1df506e-7bf5-4c95-b81b-9e0129807655 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1df506e-7bf5-4c95-b81b-9e0129807655 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1df506e-7bf5-4c95-b81b-9e0129807655 {
  
}
}@media (max-width: 767px){#s-d1df506e-7bf5-4c95-b81b-9e0129807655 {
  
}
}


#s-d1df506e-7bf5-4c95-b81b-9e0129807655 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1df506e-7bf5-4c95-b81b-9e0129807655.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1df506e-7bf5-4c95-b81b-9e0129807655.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

#s-d1df506e-7bf5-4c95-b81b-9e0129807655.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Medium;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}


  #s-d1df506e-7bf5-4c95-b81b-9e0129807655.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-0c8e75ea-2c72-4403-a9db-ff2e5b86a479 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-0c8e75ea-2c72-4403-a9db-ff2e5b86a479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c8e75ea-2c72-4403-a9db-ff2e5b86a479.shg-box.shg-c {
  justify-content: center;
}

#s-98c43ba4-d302-46e2-9a06-c42fa66d2059 {
  margin-bottom: 1em;
padding-top: 8px;
padding-left: 10%;
padding-bottom: 8px;
padding-right: 10%;
text-align: left;
}

#s-98c43ba4-d302-46e2-9a06-c42fa66d2059 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Anton;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b854010d-5ba9-48e0-818e-fdbcaf78c459 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 24%;
padding-right: 24%;
background-color: rgba(255, 246, 232, 1);
}
@media (min-width: 1200px){#s-b854010d-5ba9-48e0-818e-fdbcaf78c459 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b854010d-5ba9-48e0-818e-fdbcaf78c459 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b854010d-5ba9-48e0-818e-fdbcaf78c459 {
  
}
}@media (max-width: 767px){#s-b854010d-5ba9-48e0-818e-fdbcaf78c459 {
  padding-left: 20%;
padding-right: 20%;
}
}
@media (min-width: 0px) {
[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-b854010d-5ba9-48e0-818e-fdbcaf78c459"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-2b7c73c3-c09f-4e2b-91cf-0d4bf732cd8e {
  margin-bottom: 2em;
}

#s-2b7c73c3-c09f-4e2b-91cf-0d4bf732cd8e {
  display: none;
}
#s-24c4015b-36d4-4e62-8991-3842a9c5e799 {
  margin-top: 0em;
margin-bottom: 1em;
text-align: center;
}




  #s-24c4015b-36d4-4e62-8991-3842a9c5e799 img.shogun-image {
    
    width: px;
  }


#s-24c4015b-36d4-4e62-8991-3842a9c5e799 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e6d4c89-f49a-4f8b-914b-36ee79fcb7b3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-3e6d4c89-f49a-4f8b-914b-36ee79fcb7b3 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-5d22d532-c8b5-4fd0-936a-673a7e6f7c01 {
  text-align: center;
}
@media (min-width: 1200px){#s-5d22d532-c8b5-4fd0-936a-673a7e6f7c01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d22d532-c8b5-4fd0-936a-673a7e6f7c01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d22d532-c8b5-4fd0-936a-673a7e6f7c01 {
  
}
}@media (max-width: 767px){#s-5d22d532-c8b5-4fd0-936a-673a7e6f7c01 {
  
}
}
#s-5d22d532-c8b5-4fd0-936a-673a7e6f7c01 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-5d22d532-c8b5-4fd0-936a-673a7e6f7c01 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 17px;
}

#s-5d22d532-c8b5-4fd0-936a-673a7e6f7c01 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ea2eac9d-b2f8-41c1-92e6-7a759ff311a2 {
  border-style: solid;
margin-top: 1em;
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(167, 30, 102, 1);
border-style: solid;
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(167, 30, 102, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-ea2eac9d-b2f8-41c1-92e6-7a759ff311a2: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(167, 30, 102, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 231, 1) !important;
color: rgba(167, 30, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ea2eac9d-b2f8-41c1-92e6-7a759ff311a2:active {background-color: rgba(167, 30, 102, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ea2eac9d-b2f8-41c1-92e6-7a759ff311a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea2eac9d-b2f8-41c1-92e6-7a759ff311a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea2eac9d-b2f8-41c1-92e6-7a759ff311a2 {
  
}
}@media (max-width: 767px){#s-ea2eac9d-b2f8-41c1-92e6-7a759ff311a2 {
  
}
}


#s-ea2eac9d-b2f8-41c1-92e6-7a759ff311a2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea2eac9d-b2f8-41c1-92e6-7a759ff311a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea2eac9d-b2f8-41c1-92e6-7a759ff311a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

#s-ea2eac9d-b2f8-41c1-92e6-7a759ff311a2.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Medium;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}


  #s-ea2eac9d-b2f8-41c1-92e6-7a759ff311a2.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


#s-8346c5ff-6732-4566-9dc2-fe39dc7e0c71 {
  min-height: 300px;
}
@media (min-width: 1200px){#s-8346c5ff-6732-4566-9dc2-fe39dc7e0c71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8346c5ff-6732-4566-9dc2-fe39dc7e0c71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8346c5ff-6732-4566-9dc2-fe39dc7e0c71 {
  
}
}@media (max-width: 767px){#s-8346c5ff-6732-4566-9dc2-fe39dc7e0c71 {
  margin-bottom: 2em;
}
}
#s-8346c5ff-6732-4566-9dc2-fe39dc7e0c71 {
  display: none;
}
#s-0947acde-1fbd-48fc-9e62-4d05c2feaab2 {
  margin-bottom: 1em;
text-align: center;
}




  #s-0947acde-1fbd-48fc-9e62-4d05c2feaab2 img.shogun-image {
    
    width: px;
  }


#s-0947acde-1fbd-48fc-9e62-4d05c2feaab2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e62ab74-9b66-4f8e-92a8-442f735d11ce {
  border-style: solid;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 246, 232, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-2e62ab74-9b66-4f8e-92a8-442f735d11ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e62ab74-9b66-4f8e-92a8-442f735d11ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e62ab74-9b66-4f8e-92a8-442f735d11ce {
  
}
}@media (max-width: 767px){#s-2e62ab74-9b66-4f8e-92a8-442f735d11ce {
  
}
}
#s-2e62ab74-9b66-4f8e-92a8-442f735d11ce .shg-product-title-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Avenir Medium;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-d6266fa0-19cd-48c3-83ee-bb2772cf0967 {
  text-align: center;
}
@media (min-width: 1200px){#s-d6266fa0-19cd-48c3-83ee-bb2772cf0967 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6266fa0-19cd-48c3-83ee-bb2772cf0967 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6266fa0-19cd-48c3-83ee-bb2772cf0967 {
  
}
}@media (max-width: 767px){#s-d6266fa0-19cd-48c3-83ee-bb2772cf0967 {
  
}
}
#s-d6266fa0-19cd-48c3-83ee-bb2772cf0967 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
}

#s-d6266fa0-19cd-48c3-83ee-bb2772cf0967 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 17px;
}

#s-d6266fa0-19cd-48c3-83ee-bb2772cf0967 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d2f40d3d-19b7-49e7-89f2-1da38ead802b {
  border-style: solid;
margin-top: 1em;
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(221, 110, 39, 1);
border-radius: 30px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(221, 110, 39, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-d2f40d3d-19b7-49e7-89f2-1da38ead802b: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(221, 110, 39, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 246, 232, 1) !important;
color: rgba(221, 110, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d2f40d3d-19b7-49e7-89f2-1da38ead802b:active {background-color: rgba(221, 110, 39, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d2f40d3d-19b7-49e7-89f2-1da38ead802b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2f40d3d-19b7-49e7-89f2-1da38ead802b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2f40d3d-19b7-49e7-89f2-1da38ead802b {
  
}
}@media (max-width: 767px){#s-d2f40d3d-19b7-49e7-89f2-1da38ead802b {
  
}
}


#s-d2f40d3d-19b7-49e7-89f2-1da38ead802b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d2f40d3d-19b7-49e7-89f2-1da38ead802b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d2f40d3d-19b7-49e7-89f2-1da38ead802b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Avenir Medium;
  display:  block ;
}

#s-d2f40d3d-19b7-49e7-89f2-1da38ead802b.shg-btn.shg-product-atc-error {
  
  font-family: Avenir Medium;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}


  #s-d2f40d3d-19b7-49e7-89f2-1da38ead802b.shg-btn.shg-product-atc-success {
    
    font-family: Avenir Medium;
    
    font-size: 18px;
    
  }


/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

.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: block;
}