#s-6bff3ad6-dda2-4c20-a09c-ab226eaaf4ae {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

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

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

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

@media (min-width: 0px) {
[id="s-e1c443c3-3acb-4d3c-acf9-50f1c597151d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1c443c3-3acb-4d3c-acf9-50f1c597151d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1c443c3-3acb-4d3c-acf9-50f1c597151d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1c443c3-3acb-4d3c-acf9-50f1c597151d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-3958b801-d2c6-429a-8dfa-660a007098f2 {
  text-align: left;
}



.shg-c#s-3958b801-d2c6-429a-8dfa-660a007098f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3958b801-d2c6-429a-8dfa-660a007098f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3958b801-d2c6-429a-8dfa-660a007098f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3958b801-d2c6-429a-8dfa-660a007098f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3958b801-d2c6-429a-8dfa-660a007098f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3958b801-d2c6-429a-8dfa-660a007098f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3958b801-d2c6-429a-8dfa-660a007098f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3958b801-d2c6-429a-8dfa-660a007098f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3958b801-d2c6-429a-8dfa-660a007098f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3958b801-d2c6-429a-8dfa-660a007098f2 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-830b1f43-89ba-40a6-9f4e-af2179fc1d68 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-830b1f43-89ba-40a6-9f4e-af2179fc1d68 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-830b1f43-89ba-40a6-9f4e-af2179fc1d68 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-830b1f43-89ba-40a6-9f4e-af2179fc1d68 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-830b1f43-89ba-40a6-9f4e-af2179fc1d68 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-830b1f43-89ba-40a6-9f4e-af2179fc1d68 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-830b1f43-89ba-40a6-9f4e-af2179fc1d68 .shg-gallery-dot {
  background-color: #FFF;
}

.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: #121212;
  font-family: Albert Sans;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-a0d63173-014a-4f7a-9b07-f06e0c1c3804 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0d63173-014a-4f7a-9b07-f06e0c1c3804 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-22fd865a-283d-4eda-a960-8926ca703021 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-22fd865a-283d-4eda-a960-8926ca703021 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-22fd865a-283d-4eda-a960-8926ca703021 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-22fd865a-283d-4eda-a960-8926ca703021 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

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

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

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

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

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

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

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

#s-1552cd8d-fd50-4143-bc5d-de969704572d {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-1552cd8d-fd50-4143-bc5d-de969704572d-btn-wrapper {
    text-align: center;
  }


#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-variant-btn:hover {
  background: #252525;
}

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-variant-btn:active, #s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-1552cd8d-fd50-4143-bc5d-de969704572d .shg-variant-btn.disabled {
  background: #252525;
}

#s-2347b2a8-d593-4be3-ab5e-1af81b29e37b {
  text-align: left;
}

#s-2347b2a8-d593-4be3-ab5e-1af81b29e37b .shg-product-quantity-wrapper {
  display: flex;
}

#s-2347b2a8-d593-4be3-ab5e-1af81b29e37b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-2347b2a8-d593-4be3-ab5e-1af81b29e37b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-2347b2a8-d593-4be3-ab5e-1af81b29e37b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-2347b2a8-d593-4be3-ab5e-1af81b29e37b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

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

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

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

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

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

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

#s-047bd60f-ac6f-4d11-938c-89f3ee92e09f {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
cursor: pointer;
text-align: center;
}
#s-047bd60f-ac6f-4d11-938c-89f3ee92e09f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-047bd60f-ac6f-4d11-938c-89f3ee92e09f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-047bd60f-ac6f-4d11-938c-89f3ee92e09f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-047bd60f-ac6f-4d11-938c-89f3ee92e09f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-047bd60f-ac6f-4d11-938c-89f3ee92e09f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-047bd60f-ac6f-4d11-938c-89f3ee92e09f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.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: #121212;
  font-family: Albert Sans;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-64b46548-3410-4192-9e46-28d074cb2f0d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64b46548-3410-4192-9e46-28d074cb2f0d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-d9f26ab8-b0f7-4739-a397-75b8ac488aaa {
  text-align: left;
}

#s-d9f26ab8-b0f7-4739-a397-75b8ac488aaa .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-d9f26ab8-b0f7-4739-a397-75b8ac488aaa .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-d9f26ab8-b0f7-4739-a397-75b8ac488aaa .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-d9f26ab8-b0f7-4739-a397-75b8ac488aaa .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-d9f26ab8-b0f7-4739-a397-75b8ac488aaa .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-d9f26ab8-b0f7-4739-a397-75b8ac488aaa .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-d9f26ab8-b0f7-4739-a397-75b8ac488aaa .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-d9f26ab8-b0f7-4739-a397-75b8ac488aaa .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-d9f26ab8-b0f7-4739-a397-75b8ac488aaa .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

#s-b2762b46-c32b-4e9b-aaa1-085a852578d7 {
  text-align: left;
}



.shg-c#s-b2762b46-c32b-4e9b-aaa1-085a852578d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2762b46-c32b-4e9b-aaa1-085a852578d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b2762b46-c32b-4e9b-aaa1-085a852578d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2762b46-c32b-4e9b-aaa1-085a852578d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2762b46-c32b-4e9b-aaa1-085a852578d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2762b46-c32b-4e9b-aaa1-085a852578d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2762b46-c32b-4e9b-aaa1-085a852578d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2762b46-c32b-4e9b-aaa1-085a852578d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b2762b46-c32b-4e9b-aaa1-085a852578d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2762b46-c32b-4e9b-aaa1-085a852578d7 img.shogun-image {
  width: 100%;
}



}
#s-2c149748-5e5a-4d9d-b2b4-eb5901d9d01b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c149748-5e5a-4d9d-b2b4-eb5901d9d01b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a30c79bb-8535-4e62-bdc9-7f845f69c959 {
  text-align: center;
}

#s-a30c79bb-8535-4e62-bdc9-7f845f69c959 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a30c79bb-8535-4e62-bdc9-7f845f69c959 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a30c79bb-8535-4e62-bdc9-7f845f69c959 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b0922463-01b4-4342-a2d6-1f5880685937 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b0922463-01b4-4342-a2d6-1f5880685937:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0922463-01b4-4342-a2d6-1f5880685937:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b0922463-01b4-4342-a2d6-1f5880685937 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0922463-01b4-4342-a2d6-1f5880685937.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0922463-01b4-4342-a2d6-1f5880685937.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b0922463-01b4-4342-a2d6-1f5880685937.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-04d51047-8da8-4741-b6dd-c8c57a8893d7 {
  text-align: left;
}



.shg-c#s-04d51047-8da8-4741-b6dd-c8c57a8893d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d51047-8da8-4741-b6dd-c8c57a8893d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-04d51047-8da8-4741-b6dd-c8c57a8893d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d51047-8da8-4741-b6dd-c8c57a8893d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04d51047-8da8-4741-b6dd-c8c57a8893d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d51047-8da8-4741-b6dd-c8c57a8893d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04d51047-8da8-4741-b6dd-c8c57a8893d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d51047-8da8-4741-b6dd-c8c57a8893d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-04d51047-8da8-4741-b6dd-c8c57a8893d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-04d51047-8da8-4741-b6dd-c8c57a8893d7 img.shogun-image {
  width: 100%;
}



}
#s-75b34b86-19fd-48bb-9004-6ca357545b12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75b34b86-19fd-48bb-9004-6ca357545b12 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e91067e6-e93a-4932-9479-e12d720d6416 {
  text-align: center;
}

#s-e91067e6-e93a-4932-9479-e12d720d6416 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e91067e6-e93a-4932-9479-e12d720d6416 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e91067e6-e93a-4932-9479-e12d720d6416 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-250c774b-ca81-4bcf-8e60-cfbd670ef7d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-250c774b-ca81-4bcf-8e60-cfbd670ef7d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-250c774b-ca81-4bcf-8e60-cfbd670ef7d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-250c774b-ca81-4bcf-8e60-cfbd670ef7d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-250c774b-ca81-4bcf-8e60-cfbd670ef7d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-250c774b-ca81-4bcf-8e60-cfbd670ef7d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-250c774b-ca81-4bcf-8e60-cfbd670ef7d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-719e0710-9b8a-429e-80c0-7fb8b31d5a33 {
  text-align: left;
}



.shg-c#s-719e0710-9b8a-429e-80c0-7fb8b31d5a33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-719e0710-9b8a-429e-80c0-7fb8b31d5a33 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-719e0710-9b8a-429e-80c0-7fb8b31d5a33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-719e0710-9b8a-429e-80c0-7fb8b31d5a33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-719e0710-9b8a-429e-80c0-7fb8b31d5a33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-719e0710-9b8a-429e-80c0-7fb8b31d5a33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-719e0710-9b8a-429e-80c0-7fb8b31d5a33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-719e0710-9b8a-429e-80c0-7fb8b31d5a33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-719e0710-9b8a-429e-80c0-7fb8b31d5a33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-719e0710-9b8a-429e-80c0-7fb8b31d5a33 img.shogun-image {
  width: 100%;
}



}
#s-d8507632-9a1b-4678-ae9e-77a4e39a29a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8507632-9a1b-4678-ae9e-77a4e39a29a7 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cb74345b-8463-447d-9d50-20a2a353df33 {
  text-align: center;
}

#s-cb74345b-8463-447d-9d50-20a2a353df33 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cb74345b-8463-447d-9d50-20a2a353df33 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-cb74345b-8463-447d-9d50-20a2a353df33 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0586ebfc-9510-479d-8d68-485abcf560a5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0586ebfc-9510-479d-8d68-485abcf560a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0586ebfc-9510-479d-8d68-485abcf560a5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0586ebfc-9510-479d-8d68-485abcf560a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0586ebfc-9510-479d-8d68-485abcf560a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0586ebfc-9510-479d-8d68-485abcf560a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0586ebfc-9510-479d-8d68-485abcf560a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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