.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-539d2d5b-df3a-47e3-9a23-66b8659f49ac {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 80px;
padding-right: 20px;
}

#s-539d2d5b-df3a-47e3-9a23-66b8659f49ac .shogun-tabs {
  justify-content: center;
}


  #s-539d2d5b-df3a-47e3-9a23-66b8659f49ac .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #DDDDDD;
  }
  #s-539d2d5b-df3a-47e3-9a23-66b8659f49ac .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(15, 15, 14, 1);
    border: 1px solid rgba(0, 0, 0, 1);
  }
#s-539d2d5b-df3a-47e3-9a23-66b8659f49ac .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Audiowide;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-539d2d5b-df3a-47e3-9a23-66b8659f49ac .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-539d2d5b-df3a-47e3-9a23-66b8659f49ac .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(15, 15, 14, 1);
}

#s-539d2d5b-df3a-47e3-9a23-66b8659f49ac .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

/*
  $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;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-d4bb352e-d1aa-4893-beb8-d1ac93030368 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-1a78ad50-d029-4e53-81b3-1f9153e2674f {
  text-align: left;
}


.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f {
  max-width: 100%;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f .shg-image-zoom,
.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f {
  max-width: 100%;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f .shg-image-zoom,
.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f {
  max-width: 100%;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f .shg-image-zoom,
.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f {
  max-width: 100%;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f .shg-image-zoom,
.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f {
  max-width: 100%;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f .shg-image-zoom,
.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a78ad50-d029-4e53-81b3-1f9153e2674f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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-cf22a752-e356-4b8e-a817-bb32caa8c4ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf22a752-e356-4b8e-a817-bb32caa8c4ea .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-4fefe14b-a591-4dfb-9060-4240d651a943 {
  text-align: left;
}

#s-4fefe14b-a591-4dfb-9060-4240d651a943 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4fefe14b-a591-4dfb-9060-4240d651a943 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-4fefe14b-a591-4dfb-9060-4240d651a943 .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-5c60dbeb-1e04-4c6f-a1fd-86731fb61d6e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5c60dbeb-1e04-4c6f-a1fd-86731fb61d6e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c60dbeb-1e04-4c6f-a1fd-86731fb61d6e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c60dbeb-1e04-4c6f-a1fd-86731fb61d6e {
  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-5c60dbeb-1e04-4c6f-a1fd-86731fb61d6e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c60dbeb-1e04-4c6f-a1fd-86731fb61d6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-5c60dbeb-1e04-4c6f-a1fd-86731fb61d6e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5e4007cf-8888-4f92-bf39-d2a755f85de1 {
  display: none;
}
#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd {
  text-align: left;
}


.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd {
  max-width: 100%;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd .shg-image-zoom,
.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd {
  max-width: 100%;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd .shg-image-zoom,
.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd {
  max-width: 100%;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd .shg-image-zoom,
.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd {
  max-width: 100%;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd .shg-image-zoom,
.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd {
  max-width: 100%;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd .shg-image-zoom,
.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fdbd39dc-4a6a-484e-b2df-4352fe6410cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3012296c-8241-4e87-9127-e42495a1f858 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3012296c-8241-4e87-9127-e42495a1f858 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-be1af7bb-674b-428b-8f7f-b986a2e42e90 {
  text-align: left;
}

#s-be1af7bb-674b-428b-8f7f-b986a2e42e90 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-be1af7bb-674b-428b-8f7f-b986a2e42e90 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-be1af7bb-674b-428b-8f7f-b986a2e42e90 .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-aa22486f-a4b6-4a88-937c-03f08528acdd {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aa22486f-a4b6-4a88-937c-03f08528acdd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa22486f-a4b6-4a88-937c-03f08528acdd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa22486f-a4b6-4a88-937c-03f08528acdd {
  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-aa22486f-a4b6-4a88-937c-03f08528acdd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa22486f-a4b6-4a88-937c-03f08528acdd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-aa22486f-a4b6-4a88-937c-03f08528acdd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4a597ab6-4f9e-49ee-a71b-7a32a7daf626 {
  display: none;
}
#s-a8612eca-ba19-4e69-a686-a250c166e187 {
  text-align: left;
}


.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 {
  max-width: 100%;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 .shg-image-zoom,
.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 {
  max-width: 100%;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 .shg-image-zoom,
.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 {
  max-width: 100%;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 .shg-image-zoom,
.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 {
  max-width: 100%;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 .shg-image-zoom,
.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 {
  max-width: 100%;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 .shg-image-zoom,
.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8612eca-ba19-4e69-a686-a250c166e187 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3d5fcd57-a159-4088-9cbf-54cd53926cdd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3d5fcd57-a159-4088-9cbf-54cd53926cdd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-744dfd58-2615-492c-aa77-0e8b551a64ce {
  text-align: left;
}

#s-744dfd58-2615-492c-aa77-0e8b551a64ce .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-744dfd58-2615-492c-aa77-0e8b551a64ce .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-744dfd58-2615-492c-aa77-0e8b551a64ce .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-7cb1734e-c10e-4f1f-a06c-37b8a5f1b394 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7cb1734e-c10e-4f1f-a06c-37b8a5f1b394:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7cb1734e-c10e-4f1f-a06c-37b8a5f1b394:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7cb1734e-c10e-4f1f-a06c-37b8a5f1b394 {
  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-7cb1734e-c10e-4f1f-a06c-37b8a5f1b394.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7cb1734e-c10e-4f1f-a06c-37b8a5f1b394.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-7cb1734e-c10e-4f1f-a06c-37b8a5f1b394.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-30b7eb2c-eece-4bc7-ad83-d90c28dab324 {
  display: none;
}
#s-077870b1-da8c-44d0-a290-9182289a6fc8 {
  text-align: left;
}


.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 {
  max-width: 100%;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 .shg-image-zoom,
.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 {
  max-width: 100%;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 .shg-image-zoom,
.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 {
  max-width: 100%;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 .shg-image-zoom,
.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 {
  max-width: 100%;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 .shg-image-zoom,
.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 {
  max-width: 100%;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 .shg-image-zoom,
.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-077870b1-da8c-44d0-a290-9182289a6fc8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-08dd5080-5790-4849-ad08-6bb60ebbad78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-08dd5080-5790-4849-ad08-6bb60ebbad78 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-890e8ca6-fb84-4052-9ce1-09b37a0512e8 {
  text-align: left;
}

#s-890e8ca6-fb84-4052-9ce1-09b37a0512e8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-890e8ca6-fb84-4052-9ce1-09b37a0512e8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-890e8ca6-fb84-4052-9ce1-09b37a0512e8 .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-7a64dad1-38ca-4246-8c6b-51130f271b50 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7a64dad1-38ca-4246-8c6b-51130f271b50:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a64dad1-38ca-4246-8c6b-51130f271b50:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a64dad1-38ca-4246-8c6b-51130f271b50 {
  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-7a64dad1-38ca-4246-8c6b-51130f271b50.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a64dad1-38ca-4246-8c6b-51130f271b50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-7a64dad1-38ca-4246-8c6b-51130f271b50.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-082ec846-9225-4538-bd0f-c6b73a525708 {
  display: none;
}
#s-ff41024b-b47c-4816-bc48-695cb18c112f {
  text-align: left;
}


.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f {
  max-width: 100%;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f .shg-image-zoom,
.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f {
  max-width: 100%;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f .shg-image-zoom,
.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f {
  max-width: 100%;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f .shg-image-zoom,
.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f {
  max-width: 100%;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f .shg-image-zoom,
.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f {
  max-width: 100%;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f .shg-image-zoom,
.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff41024b-b47c-4816-bc48-695cb18c112f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-64e5a2d7-80fd-4079-812e-2e799d86abc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-64e5a2d7-80fd-4079-812e-2e799d86abc8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-250dc8f7-74cc-413f-ae11-062ffd1c5244 {
  text-align: left;
}

#s-250dc8f7-74cc-413f-ae11-062ffd1c5244 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-250dc8f7-74cc-413f-ae11-062ffd1c5244 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-250dc8f7-74cc-413f-ae11-062ffd1c5244 .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-ed2c9261-f5b2-427b-bc7d-6e975f169c09 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ed2c9261-f5b2-427b-bc7d-6e975f169c09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed2c9261-f5b2-427b-bc7d-6e975f169c09:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed2c9261-f5b2-427b-bc7d-6e975f169c09 {
  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-ed2c9261-f5b2-427b-bc7d-6e975f169c09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed2c9261-f5b2-427b-bc7d-6e975f169c09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-ed2c9261-f5b2-427b-bc7d-6e975f169c09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4b68caf1-c27b-440f-8398-832969d0ef42 {
  display: none;
}
#s-2adba5f2-3108-4dde-9918-4abf8c99c15e {
  text-align: left;
}


.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e {
  max-width: 100%;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e .shg-image-zoom,
.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e {
  max-width: 100%;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e .shg-image-zoom,
.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e {
  max-width: 100%;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e .shg-image-zoom,
.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e {
  max-width: 100%;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e .shg-image-zoom,
.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e {
  max-width: 100%;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e .shg-image-zoom,
.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2adba5f2-3108-4dde-9918-4abf8c99c15e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5d251403-6c73-4545-94e6-55144db68ec8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5d251403-6c73-4545-94e6-55144db68ec8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-748d42fa-52a9-44c5-8b60-cd9d501f00e3 {
  text-align: left;
}

#s-748d42fa-52a9-44c5-8b60-cd9d501f00e3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-748d42fa-52a9-44c5-8b60-cd9d501f00e3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-748d42fa-52a9-44c5-8b60-cd9d501f00e3 .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-9d4f5691-4f60-4a78-969c-9b51afb0dce4 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9d4f5691-4f60-4a78-969c-9b51afb0dce4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d4f5691-4f60-4a78-969c-9b51afb0dce4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d4f5691-4f60-4a78-969c-9b51afb0dce4 {
  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-9d4f5691-4f60-4a78-969c-9b51afb0dce4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d4f5691-4f60-4a78-969c-9b51afb0dce4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-9d4f5691-4f60-4a78-969c-9b51afb0dce4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a7c061aa-67b9-49e4-88b1-aac84846bc7b {
  display: none;
}
#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 {
  text-align: left;
}


.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 {
  max-width: 100%;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 .shg-image-zoom,
.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 {
  max-width: 100%;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 .shg-image-zoom,
.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 {
  max-width: 100%;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 .shg-image-zoom,
.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 {
  max-width: 100%;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 .shg-image-zoom,
.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 {
  max-width: 100%;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 .shg-image-zoom,
.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d84a2235-49d3-48c7-999b-9e6cc5b52b75 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2d169cec-32dc-4669-8f50-92ed10ace6ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d169cec-32dc-4669-8f50-92ed10ace6ca .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-87b38d11-1836-49f3-9e51-9c8d9997deb1 {
  text-align: left;
}

#s-87b38d11-1836-49f3-9e51-9c8d9997deb1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-87b38d11-1836-49f3-9e51-9c8d9997deb1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-87b38d11-1836-49f3-9e51-9c8d9997deb1 .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-d669b741-d48a-40fd-89bf-e076d994c248 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d669b741-d48a-40fd-89bf-e076d994c248:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d669b741-d48a-40fd-89bf-e076d994c248:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d669b741-d48a-40fd-89bf-e076d994c248 {
  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-d669b741-d48a-40fd-89bf-e076d994c248.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d669b741-d48a-40fd-89bf-e076d994c248.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-d669b741-d48a-40fd-89bf-e076d994c248.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2459d8f0-bc9c-4cfa-a3fe-9a8eb45ce9a2 {
  display: none;
}
#s-e8f32216-b2d2-4b30-b723-67be6a323f2b {
  text-align: left;
}


.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b {
  max-width: 100%;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b .shg-image-zoom,
.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b {
  max-width: 100%;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b .shg-image-zoom,
.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b {
  max-width: 100%;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b .shg-image-zoom,
.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b {
  max-width: 100%;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b .shg-image-zoom,
.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b {
  max-width: 100%;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b .shg-image-zoom,
.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8f32216-b2d2-4b30-b723-67be6a323f2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-390e283b-6434-465d-93fa-be58c8f3fc07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-390e283b-6434-465d-93fa-be58c8f3fc07 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-59ffc700-77e1-463a-8638-8306798b5a53 {
  text-align: left;
}

#s-59ffc700-77e1-463a-8638-8306798b5a53 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-59ffc700-77e1-463a-8638-8306798b5a53 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-59ffc700-77e1-463a-8638-8306798b5a53 .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-63f144eb-0cf6-427f-888d-99bad08878eb {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-63f144eb-0cf6-427f-888d-99bad08878eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-63f144eb-0cf6-427f-888d-99bad08878eb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-63f144eb-0cf6-427f-888d-99bad08878eb {
  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-63f144eb-0cf6-427f-888d-99bad08878eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63f144eb-0cf6-427f-888d-99bad08878eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-63f144eb-0cf6-427f-888d-99bad08878eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d125addd-5a51-4b86-8e65-3ff3bcc56e0b {
  display: none;
}
#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 {
  text-align: left;
}


.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 {
  max-width: 100%;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 .shg-image-zoom,
.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 {
  max-width: 100%;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 .shg-image-zoom,
.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 {
  max-width: 100%;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 .shg-image-zoom,
.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 {
  max-width: 100%;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 .shg-image-zoom,
.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 {
  max-width: 100%;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 .shg-image-zoom,
.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a695c349-9e8d-4244-b8ce-dd6b27f15701 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c4742f8d-7a7c-4382-88bd-51cac2b962df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c4742f8d-7a7c-4382-88bd-51cac2b962df .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-e8a6da80-a33e-40e1-9e13-231dd3e36f86 {
  text-align: left;
}

#s-e8a6da80-a33e-40e1-9e13-231dd3e36f86 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e8a6da80-a33e-40e1-9e13-231dd3e36f86 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-e8a6da80-a33e-40e1-9e13-231dd3e36f86 .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-11b7601d-bc1a-40bb-91d4-ff87aa269452 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-11b7601d-bc1a-40bb-91d4-ff87aa269452:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-11b7601d-bc1a-40bb-91d4-ff87aa269452:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-11b7601d-bc1a-40bb-91d4-ff87aa269452 {
  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-11b7601d-bc1a-40bb-91d4-ff87aa269452.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-11b7601d-bc1a-40bb-91d4-ff87aa269452.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-11b7601d-bc1a-40bb-91d4-ff87aa269452.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4fb173fd-c373-4d8b-a494-4d309bf3927a {
  display: none;
}
#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae {
  text-align: left;
}


.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae {
  max-width: 100%;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae .shg-image-zoom,
.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae {
  max-width: 100%;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae .shg-image-zoom,
.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae {
  max-width: 100%;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae .shg-image-zoom,
.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae {
  max-width: 100%;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae .shg-image-zoom,
.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae {
  max-width: 100%;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae .shg-image-zoom,
.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f8fd542-b9cf-4600-8a50-a52efbc13bae .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-eec9b1cf-9f09-402e-b6cf-be3d43ab2c04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eec9b1cf-9f09-402e-b6cf-be3d43ab2c04 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-1c0cdccc-dec0-48e8-9b86-cd90d4aef5ba {
  text-align: left;
}

#s-1c0cdccc-dec0-48e8-9b86-cd90d4aef5ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1c0cdccc-dec0-48e8-9b86-cd90d4aef5ba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-1c0cdccc-dec0-48e8-9b86-cd90d4aef5ba .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-760b3699-d2f5-4d01-bd7c-dfc1b0e21966 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-760b3699-d2f5-4d01-bd7c-dfc1b0e21966:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-760b3699-d2f5-4d01-bd7c-dfc1b0e21966:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-760b3699-d2f5-4d01-bd7c-dfc1b0e21966 {
  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-760b3699-d2f5-4d01-bd7c-dfc1b0e21966.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-760b3699-d2f5-4d01-bd7c-dfc1b0e21966.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-760b3699-d2f5-4d01-bd7c-dfc1b0e21966.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-71e39c84-0158-4626-bafb-e5893269d37d {
  display: none;
}
#s-7bf6345c-770f-4059-8be4-120e74dbece7 {
  text-align: left;
}


.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 {
  max-width: 100%;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 .shg-image-zoom,
.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 {
  max-width: 100%;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 .shg-image-zoom,
.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 {
  max-width: 100%;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 .shg-image-zoom,
.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 {
  max-width: 100%;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 .shg-image-zoom,
.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 {
  max-width: 100%;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 .shg-image-zoom,
.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7bf6345c-770f-4059-8be4-120e74dbece7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0998331d-6d73-4369-a813-f6e2b9a979e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0998331d-6d73-4369-a813-f6e2b9a979e2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-8d104670-5028-4aca-b4b4-366c193043a4 {
  text-align: left;
}

#s-8d104670-5028-4aca-b4b4-366c193043a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8d104670-5028-4aca-b4b4-366c193043a4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-8d104670-5028-4aca-b4b4-366c193043a4 .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-c2384bbb-9c16-4a50-9bab-60bd1c6422fb {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c2384bbb-9c16-4a50-9bab-60bd1c6422fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c2384bbb-9c16-4a50-9bab-60bd1c6422fb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c2384bbb-9c16-4a50-9bab-60bd1c6422fb {
  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-c2384bbb-9c16-4a50-9bab-60bd1c6422fb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c2384bbb-9c16-4a50-9bab-60bd1c6422fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-c2384bbb-9c16-4a50-9bab-60bd1c6422fb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-58c29c1a-77d4-4330-b680-507976e0644b {
  display: none;
}
#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 {
  text-align: left;
}


.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 {
  max-width: 100%;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 .shg-image-zoom,
.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 {
  max-width: 100%;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 .shg-image-zoom,
.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 {
  max-width: 100%;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 .shg-image-zoom,
.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 {
  max-width: 100%;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 .shg-image-zoom,
.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 {
  max-width: 100%;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 .shg-image-zoom,
.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5311a782-7854-4a3f-bdda-4ef5d86da3d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-186ef85f-f1ec-423f-9e17-cc4fa66ce8d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-186ef85f-f1ec-423f-9e17-cc4fa66ce8d8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-6dfd07c5-c6af-4437-897d-ab7a53b148a1 {
  text-align: left;
}

#s-6dfd07c5-c6af-4437-897d-ab7a53b148a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6dfd07c5-c6af-4437-897d-ab7a53b148a1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-6dfd07c5-c6af-4437-897d-ab7a53b148a1 .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-ec85f93d-2421-4906-9d2f-7ab50e923190 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ec85f93d-2421-4906-9d2f-7ab50e923190:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec85f93d-2421-4906-9d2f-7ab50e923190:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec85f93d-2421-4906-9d2f-7ab50e923190 {
  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-ec85f93d-2421-4906-9d2f-7ab50e923190.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec85f93d-2421-4906-9d2f-7ab50e923190.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-ec85f93d-2421-4906-9d2f-7ab50e923190.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fd8db451-8abe-453f-a685-dd8091786599 {
  display: none;
}
#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d {
  text-align: left;
}


.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d {
  max-width: 100%;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d .shg-image-zoom,
.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d {
  max-width: 100%;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d .shg-image-zoom,
.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d {
  max-width: 100%;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d .shg-image-zoom,
.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d {
  max-width: 100%;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d .shg-image-zoom,
.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d {
  max-width: 100%;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d .shg-image-zoom,
.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20d10c4a-7fa5-46d9-aab8-b3ea7fa86c8d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fc0c294b-7eae-4eb2-a50c-c9efd8904dd2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc0c294b-7eae-4eb2-a50c-c9efd8904dd2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-fccc5281-dfa4-42aa-8a55-0fc71435c485 {
  text-align: left;
}

#s-fccc5281-dfa4-42aa-8a55-0fc71435c485 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fccc5281-dfa4-42aa-8a55-0fc71435c485 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-fccc5281-dfa4-42aa-8a55-0fc71435c485 .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-2f925122-5d94-4721-969c-cae7cce68fc4 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2f925122-5d94-4721-969c-cae7cce68fc4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f925122-5d94-4721-969c-cae7cce68fc4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2f925122-5d94-4721-969c-cae7cce68fc4 {
  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-2f925122-5d94-4721-969c-cae7cce68fc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f925122-5d94-4721-969c-cae7cce68fc4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-2f925122-5d94-4721-969c-cae7cce68fc4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fd07d602-4e95-41fa-8a8a-a5023a84eaa5 {
  display: none;
}
#s-d090e21a-302b-4fc4-8a39-9958043154ef {
  display: none;
}
#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 {
  text-align: left;
}


.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 {
  max-width: 100%;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 .shg-image-zoom,
.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 {
  max-width: 100%;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 .shg-image-zoom,
.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 {
  max-width: 100%;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 .shg-image-zoom,
.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 {
  max-width: 100%;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 .shg-image-zoom,
.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 {
  max-width: 100%;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 .shg-image-zoom,
.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afaa7ce2-50cc-44dc-b8d3-a1cbf4465984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-da4f0766-df85-41fb-b498-7c09fdcffb79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-da4f0766-df85-41fb-b498-7c09fdcffb79 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-afb1645d-9db8-414e-95da-0ce5b34dcbd2 {
  text-align: left;
}

#s-afb1645d-9db8-414e-95da-0ce5b34dcbd2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-afb1645d-9db8-414e-95da-0ce5b34dcbd2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-afb1645d-9db8-414e-95da-0ce5b34dcbd2 .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-346e994a-b531-4e75-ab7e-05b3ed99d30f {
  margin-top: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 5px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-346e994a-b531-4e75-ab7e-05b3ed99d30f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-346e994a-b531-4e75-ab7e-05b3ed99d30f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-346e994a-b531-4e75-ab7e-05b3ed99d30f {
  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-346e994a-b531-4e75-ab7e-05b3ed99d30f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-346e994a-b531-4e75-ab7e-05b3ed99d30f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-346e994a-b531-4e75-ab7e-05b3ed99d30f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-346e994a-b531-4e75-ab7e-05b3ed99d30f.shg-btn.shg-product-atc-success {
    
    font-family: Syncopate;
    
    font-size: 17px;
    color: rgba(161, 255, 177, 1);
  }


#s-ef13c075-603d-4ef1-8841-acdac3e58d08 {
  display: none;
}
#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 {
  text-align: left;
}


.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 {
  max-width: 100%;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 .shg-image-zoom,
.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 {
  max-width: 100%;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 .shg-image-zoom,
.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 {
  max-width: 100%;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 .shg-image-zoom,
.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 {
  max-width: 100%;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 .shg-image-zoom,
.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 {
  max-width: 100%;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 .shg-image-zoom,
.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1bb54374-73f4-4fe2-aaec-35dc147fa0c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e63ea0aa-ef86-45f6-b0a7-667475c7ec8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e63ea0aa-ef86-45f6-b0a7-667475c7ec8a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-3280bfb3-abdb-41be-824e-8ec6a7db268f {
  text-align: left;
}

#s-3280bfb3-abdb-41be-824e-8ec6a7db268f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3280bfb3-abdb-41be-824e-8ec6a7db268f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-3280bfb3-abdb-41be-824e-8ec6a7db268f .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-ef98c391-34cf-47c9-964c-143375999c8e {
  margin-top: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 5px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ef98c391-34cf-47c9-964c-143375999c8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef98c391-34cf-47c9-964c-143375999c8e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ef98c391-34cf-47c9-964c-143375999c8e {
  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-ef98c391-34cf-47c9-964c-143375999c8e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef98c391-34cf-47c9-964c-143375999c8e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-ef98c391-34cf-47c9-964c-143375999c8e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ef98c391-34cf-47c9-964c-143375999c8e.shg-btn.shg-product-atc-success {
    
    font-family: Syncopate;
    
    font-size: 17px;
    color: rgba(161, 255, 177, 1);
  }


#s-2b973238-eb3e-4fcf-90b2-c568b693d8fc {
  display: none;
}
#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 {
  text-align: left;
}


.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 {
  max-width: 100%;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 .shg-image-zoom,
.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 {
  max-width: 100%;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 .shg-image-zoom,
.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 {
  max-width: 100%;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 .shg-image-zoom,
.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 {
  max-width: 100%;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 .shg-image-zoom,
.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 {
  max-width: 100%;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 .shg-image-zoom,
.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a6e3fd2c-d604-4517-8503-9a7ac50b2c38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-964034c6-8226-4fbf-a61a-ff604f4c221c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-964034c6-8226-4fbf-a61a-ff604f4c221c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 26px;
}

#s-2a18da83-2f81-4400-87b3-88a8b4e4dafe {
  text-align: left;
}

#s-2a18da83-2f81-4400-87b3-88a8b4e4dafe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2a18da83-2f81-4400-87b3-88a8b4e4dafe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a18da83-2f81-4400-87b3-88a8b4e4dafe .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-9eb154cb-51a0-49c1-be7c-2f5d2f10f280 {
  margin-top: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 5px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9eb154cb-51a0-49c1-be7c-2f5d2f10f280:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9eb154cb-51a0-49c1-be7c-2f5d2f10f280:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9eb154cb-51a0-49c1-be7c-2f5d2f10f280 {
  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-9eb154cb-51a0-49c1-be7c-2f5d2f10f280.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9eb154cb-51a0-49c1-be7c-2f5d2f10f280.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-9eb154cb-51a0-49c1-be7c-2f5d2f10f280.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9eb154cb-51a0-49c1-be7c-2f5d2f10f280.shg-btn.shg-product-atc-success {
    
    font-family: Syncopate;
    
    font-size: 17px;
    color: rgba(161, 255, 177, 1);
  }


#s-ad2b372d-1541-4bf0-904e-ee4d7e374deb {
  display: none;
}
#s-c0398915-a73d-49e2-847c-42ae5540ebf8 {
  text-align: left;
}


.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 {
  max-width: 100%;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 .shg-image-zoom,
.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 {
  max-width: 100%;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 .shg-image-zoom,
.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 {
  max-width: 100%;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 .shg-image-zoom,
.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 {
  max-width: 100%;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 .shg-image-zoom,
.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 {
  max-width: 100%;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 .shg-image-zoom,
.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c0398915-a73d-49e2-847c-42ae5540ebf8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9416033a-25a7-4811-8a4f-f9c09ea71cdf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9416033a-25a7-4811-8a4f-f9c09ea71cdf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-041e7715-0769-4374-9b69-82a98297de6b {
  text-align: left;
}

#s-041e7715-0769-4374-9b69-82a98297de6b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-041e7715-0769-4374-9b69-82a98297de6b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-041e7715-0769-4374-9b69-82a98297de6b .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-44172378-b29c-4d9f-a2f7-04fccd4eb4a3 {
  margin-top: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 5px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-44172378-b29c-4d9f-a2f7-04fccd4eb4a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44172378-b29c-4d9f-a2f7-04fccd4eb4a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44172378-b29c-4d9f-a2f7-04fccd4eb4a3 {
  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-44172378-b29c-4d9f-a2f7-04fccd4eb4a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44172378-b29c-4d9f-a2f7-04fccd4eb4a3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-44172378-b29c-4d9f-a2f7-04fccd4eb4a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-44172378-b29c-4d9f-a2f7-04fccd4eb4a3.shg-btn.shg-product-atc-success {
    
    font-family: Syncopate;
    
    font-size: 17px;
    color: rgba(161, 255, 177, 1);
  }


#s-b8aa31df-bb67-49cb-886a-3f7aea38dc45 {
  display: none;
}
#s-2a53b050-745c-43fe-868d-7052cc6abc58 {
  text-align: left;
}


.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 {
  max-width: 100%;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 .shg-image-zoom,
.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 {
  max-width: 100%;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 .shg-image-zoom,
.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 {
  max-width: 100%;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 .shg-image-zoom,
.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 {
  max-width: 100%;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 .shg-image-zoom,
.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 {
  max-width: 100%;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 .shg-image-zoom,
.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2a53b050-745c-43fe-868d-7052cc6abc58 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-496a46d3-5465-482b-9dc9-b4993e008093 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-496a46d3-5465-482b-9dc9-b4993e008093 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-dcec333d-ed8a-47b3-a9ad-40d25d4532f8 {
  text-align: left;
}

#s-dcec333d-ed8a-47b3-a9ad-40d25d4532f8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-dcec333d-ed8a-47b3-a9ad-40d25d4532f8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-dcec333d-ed8a-47b3-a9ad-40d25d4532f8 .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-5679c06f-0af8-443c-9f80-de24c14edd5a {
  margin-top: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 5px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5679c06f-0af8-443c-9f80-de24c14edd5a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5679c06f-0af8-443c-9f80-de24c14edd5a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5679c06f-0af8-443c-9f80-de24c14edd5a {
  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-5679c06f-0af8-443c-9f80-de24c14edd5a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5679c06f-0af8-443c-9f80-de24c14edd5a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-5679c06f-0af8-443c-9f80-de24c14edd5a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5679c06f-0af8-443c-9f80-de24c14edd5a.shg-btn.shg-product-atc-success {
    
    font-family: Syncopate;
    
    font-size: 17px;
    color: rgba(161, 255, 177, 1);
  }


#s-95eb76ee-bab0-4d5b-ad7b-433bb207b6d6 {
  display: none;
}
#s-5367c43c-1c25-471c-93b7-72db57f006fd {
  text-align: left;
}


.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd {
  max-width: 100%;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd .shg-image-zoom,
.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd {
  max-width: 100%;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd .shg-image-zoom,
.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd {
  max-width: 100%;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd .shg-image-zoom,
.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd {
  max-width: 100%;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd .shg-image-zoom,
.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd {
  max-width: 100%;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd .shg-image-zoom,
.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5367c43c-1c25-471c-93b7-72db57f006fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3174bfc2-df67-4152-a69b-20857e0518b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3174bfc2-df67-4152-a69b-20857e0518b4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 25px;
}

#s-e6459568-ab69-4617-b1cc-c943509e77c0 {
  text-align: left;
}

#s-e6459568-ab69-4617-b1cc-c943509e77c0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e6459568-ab69-4617-b1cc-c943509e77c0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-e6459568-ab69-4617-b1cc-c943509e77c0 .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-7111d009-4d5b-4162-b61e-94d60bf5d4b1 {
  margin-top: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 5px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7111d009-4d5b-4162-b61e-94d60bf5d4b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7111d009-4d5b-4162-b61e-94d60bf5d4b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7111d009-4d5b-4162-b61e-94d60bf5d4b1 {
  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-7111d009-4d5b-4162-b61e-94d60bf5d4b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7111d009-4d5b-4162-b61e-94d60bf5d4b1.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-7111d009-4d5b-4162-b61e-94d60bf5d4b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7111d009-4d5b-4162-b61e-94d60bf5d4b1.shg-btn.shg-product-atc-success {
    
    font-family: Syncopate;
    
    font-size: 17px;
    color: rgba(161, 255, 177, 1);
  }


.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-5f238576-a121-424a-b9a9-e689ee916139 {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: scroll;
}








#s-5f238576-a121-424a-b9a9-e689ee916139 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f238576-a121-424a-b9a9-e689ee916139.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-7c4344d3-170e-4141-ad2f-6aa31d285390 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 35px;
padding-left: 50px;
padding-bottom: 35px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-7c4344d3-170e-4141-ad2f-6aa31d285390 {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
}
}
@media (min-width: 0px) {
[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7c4344d3-170e-4141-ad2f-6aa31d285390"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-92671265-9f5f-40a3-8364-ed1e13b1b03c {
  margin-top: 0px;
margin-bottom: 14px;
max-width: 82px;
text-align: left;
}




  #s-92671265-9f5f-40a3-8364-ed1e13b1b03c img.shogun-image {
    
    width: px;
  }


#s-92671265-9f5f-40a3-8364-ed1e13b1b03c .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #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-1e2fa02e-9483-4c4b-9564-92e3f681974b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1e2fa02e-9483-4c4b-9564-92e3f681974b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Audiowide;
  font-style:   ;
  font-size: ;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-1e2fa02e-9483-4c4b-9564-92e3f681974b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Audiowide;
  font-style:   ;
  font-size: ;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: left;
}


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

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

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

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

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

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

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

#s-c6900ec3-f9d2-40f6-81a2-192c04c3d9bb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGQ0M2Q5MGEtYmQ4NS00ZjQwLTkxYTgtMmU2MTllNTBjNDYyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMGMwYzBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZDQzZDkwYS1iZDg1LTRmNDAtOTFhOC0yZTYxOWU1MGM0NjIpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 30px;
padding-top: 26px;
padding-left: 30px;
padding-bottom: 26px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 8px;
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0c0c0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-c6900ec3-f9d2-40f6-81a2-192c04c3d9bb:hover {background-image: url(https://i.shgcdn.com/a824c41f-c9a1-4ecc-8f8d-eb08aae16d9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: image !important;}#s-c6900ec3-f9d2-40f6-81a2-192c04c3d9bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c6900ec3-f9d2-40f6-81a2-192c04c3d9bb-btn-wrapper {
    text-align: left;
  }


#s-c6900ec3-f9d2-40f6-81a2-192c04c3d9bb.shg-btn {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  
  font-family: Syncopate;
  display:  inline-block ;
}

#s-235053ef-5bad-41f9-ba79-a80c81f02ee7 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-235053ef-5bad-41f9-ba79-a80c81f02ee7 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
}



  #s-235053ef-5bad-41f9-ba79-a80c81f02ee7 img.shogun-image {
    
    width: px;
  }


#s-235053ef-5bad-41f9-ba79-a80c81f02ee7 .shogun-image-content {
  
    align-items: center;
  
}

#s-92b42b70-4161-4a6a-bae6-cf6c9fabc3a8 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
}
@media (min-width: 1200px){#s-92b42b70-4161-4a6a-bae6-cf6c9fabc3a8 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 100px;
padding-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92b42b70-4161-4a6a-bae6-cf6c9fabc3a8 {
  padding-left: 100px;
padding-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-92b42b70-4161-4a6a-bae6-cf6c9fabc3a8 {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-92b42b70-4161-4a6a-bae6-cf6c9fabc3a8 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-92b42b70-4161-4a6a-bae6-cf6c9fabc3a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92b42b70-4161-4a6a-bae6-cf6c9fabc3a8.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bc7d98e0-bc8d-4b81-9826-29f3140f8d1e {
  margin-top: 25px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-bc7d98e0-bc8d-4b81-9826-29f3140f8d1e {
  margin-top: 40px;
}
}
#s-33457212-b61d-4002-bf97-b869b7fb3d55 {
  text-align: center;
opacity: 1;
}

#s-82b86751-d977-404a-8415-1f0d252421d8 {
  display: none;
}
#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a {
  text-align: left;
}


.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a {
  max-width: 100%;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a .shg-image-zoom,
.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a img.shogun-image {
  max-width: 80% !important;
  min-height:  !important;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a {
  max-width: 100%;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a .shg-image-zoom,
.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a img.shogun-image {
  max-width: 80% !important;
  min-height:  !important;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a {
  max-width: 100%;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a .shg-image-zoom,
.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a img.shogun-image {
  max-width: 80% !important;
  min-height:  !important;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a {
  max-width: 100%;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a .shg-image-zoom,
.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a img.shogun-image {
  max-width: 80% !important;
  min-height:  !important;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a {
  max-width: 100%;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a .shg-image-zoom,
.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a img.shogun-image {
  max-width: 80% !important;
  min-height:  !important;
}

.shg-c#s-863fa1ef-aa24-41e9-9cb2-955537d60c7a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2fd77731-310c-4d30-b737-69577d6e9b09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fd77731-310c-4d30-b737-69577d6e9b09 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:   ;
  font-size: 15px;
}

#s-e143ea70-92a1-41d6-88cf-48af977fbbcb {
  text-align: left;
}

#s-e143ea70-92a1-41d6-88cf-48af977fbbcb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e143ea70-92a1-41d6-88cf-48af977fbbcb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-e143ea70-92a1-41d6-88cf-48af977fbbcb .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-a3809036-a183-4da8-b6d2-48ff98af85dc {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a3809036-a183-4da8-b6d2-48ff98af85dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3809036-a183-4da8-b6d2-48ff98af85dc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a3809036-a183-4da8-b6d2-48ff98af85dc {
  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-a3809036-a183-4da8-b6d2-48ff98af85dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3809036-a183-4da8-b6d2-48ff98af85dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-a3809036-a183-4da8-b6d2-48ff98af85dc.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 99, 102, 1);
}



#s-38e361b8-3d1e-475b-901b-899e409fc87e {
  display: none;
}
#s-f2a43a6a-52bc-4d47-8313-507da19dac79 {
  text-align: left;
}


.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 {
  max-width: 100%;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 .shg-image-zoom,
.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 img.shogun-image {
  max-width: 70% !important;
  min-height:  !important;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 {
  max-width: 100%;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 .shg-image-zoom,
.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 img.shogun-image {
  max-width: 70% !important;
  min-height:  !important;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 {
  max-width: 100%;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 .shg-image-zoom,
.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 img.shogun-image {
  max-width: 70% !important;
  min-height:  !important;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 {
  max-width: 100%;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 .shg-image-zoom,
.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 img.shogun-image {
  max-width: 70% !important;
  min-height:  !important;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 {
  max-width: 100%;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 .shg-image-zoom,
.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 img.shogun-image {
  max-width: 70% !important;
  min-height:  !important;
}

.shg-c#s-f2a43a6a-52bc-4d47-8313-507da19dac79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-efc735a1-9c93-4c4e-b677-4d5a38337ca4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efc735a1-9c93-4c4e-b677-4d5a38337ca4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:   ;
  font-size: 15px;
}

#s-934a63ec-5ee9-485a-98ab-f32e2528ae4d {
  text-align: center;
}

#s-934a63ec-5ee9-485a-98ab-f32e2528ae4d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-934a63ec-5ee9-485a-98ab-f32e2528ae4d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-934a63ec-5ee9-485a-98ab-f32e2528ae4d .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-05153296-7da2-4fdd-a11b-84a74da28b8e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-05153296-7da2-4fdd-a11b-84a74da28b8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05153296-7da2-4fdd-a11b-84a74da28b8e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-05153296-7da2-4fdd-a11b-84a74da28b8e {
  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-05153296-7da2-4fdd-a11b-84a74da28b8e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05153296-7da2-4fdd-a11b-84a74da28b8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-05153296-7da2-4fdd-a11b-84a74da28b8e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 99, 102, 1);
}



#s-b6532a9c-7929-4655-9423-a43c40edadff {
  display: none;
}
#s-44b2666d-eca8-40b7-a251-8e928aeeff68 {
  text-align: left;
}


.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 {
  max-width: 100%;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 .shg-image-zoom,
.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 {
  max-width: 100%;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 .shg-image-zoom,
.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 {
  max-width: 100%;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 .shg-image-zoom,
.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 {
  max-width: 100%;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 .shg-image-zoom,
.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 {
  max-width: 100%;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 .shg-image-zoom,
.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44b2666d-eca8-40b7-a251-8e928aeeff68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7d91882e-1fe9-43da-8b6a-fd03832683b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d91882e-1fe9-43da-8b6a-fd03832683b6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:   ;
  font-size: 15px;
}

#s-ac096637-0fbc-4c6e-83c6-6c82177dbd34 {
  text-align: left;
}

#s-ac096637-0fbc-4c6e-83c6-6c82177dbd34 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ac096637-0fbc-4c6e-83c6-6c82177dbd34 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-ac096637-0fbc-4c6e-83c6-6c82177dbd34 .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-80746370-51ab-4858-b37f-f627b5adce6a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-80746370-51ab-4858-b37f-f627b5adce6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80746370-51ab-4858-b37f-f627b5adce6a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-80746370-51ab-4858-b37f-f627b5adce6a {
  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-80746370-51ab-4858-b37f-f627b5adce6a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-80746370-51ab-4858-b37f-f627b5adce6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-80746370-51ab-4858-b37f-f627b5adce6a.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 99, 102, 1);
}



#s-fc9fc92a-3564-425c-84ce-79cc72ccb61a {
  display: none;
}
#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f {
  text-align: left;
}


.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f {
  max-width: 100%;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f .shg-image-zoom,
.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f img.shogun-image {
  max-width: 70% !important;
  min-height:  !important;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f {
  max-width: 100%;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f .shg-image-zoom,
.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f img.shogun-image {
  max-width: 70% !important;
  min-height:  !important;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f {
  max-width: 100%;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f .shg-image-zoom,
.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f img.shogun-image {
  max-width: 70% !important;
  min-height:  !important;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f {
  max-width: 100%;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f .shg-image-zoom,
.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f img.shogun-image {
  max-width: 70% !important;
  min-height:  !important;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f {
  max-width: 100%;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f .shg-image-zoom,
.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f img.shogun-image {
  max-width: 70% !important;
  min-height:  !important;
}

.shg-c#s-cf8c58a8-860b-4919-8d9b-fc56899b3a0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1a17556c-67d7-4f25-a517-3eb4ad3a3c81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a17556c-67d7-4f25-a517-3eb4ad3a3c81 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:   ;
  font-size: 15px;
}

#s-8ccfd8d9-bef4-40fc-8702-8c2809bf743a {
  text-align: left;
}

#s-8ccfd8d9-bef4-40fc-8702-8c2809bf743a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8ccfd8d9-bef4-40fc-8702-8c2809bf743a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Audiowide;
  font-style:  normal ;
  font-size: 18px;
}

#s-8ccfd8d9-bef4-40fc-8702-8c2809bf743a .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-930485c4-ddc6-407f-bd0e-af7040e062e7 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-930485c4-ddc6-407f-bd0e-af7040e062e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-930485c4-ddc6-407f-bd0e-af7040e062e7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-930485c4-ddc6-407f-bd0e-af7040e062e7 {
  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-930485c4-ddc6-407f-bd0e-af7040e062e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-930485c4-ddc6-407f-bd0e-af7040e062e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Audiowide;
  display:  block ;
}

#s-930485c4-ddc6-407f-bd0e-af7040e062e7.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 99, 102, 1);
}



#s-3e77b0a5-dc13-4be8-bfa8-d250813a5ddd {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-3e77b0a5-dc13-4be8-bfa8-d250813a5ddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e77b0a5-dc13-4be8-bfa8-d250813a5ddd.shg-box.shg-c {
  justify-content: center;
}

#s-85defd79-a584-4b83-acee-5e18eb6477de {
  padding-top: 80px;
padding-left: 50px;
padding-bottom: 80px;
padding-right: 50px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.0px);
}

[id="s-85defd79-a584-4b83-acee-5e18eb6477de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.0px);
}

}

#s-f47bf8b9-d065-4e3f-a7b5-889e2dc9e83a {
  text-align: center;
}




  #s-f47bf8b9-d065-4e3f-a7b5-889e2dc9e83a img.shogun-image {
    
    width: px;
  }


#s-f47bf8b9-d065-4e3f-a7b5-889e2dc9e83a .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-60e91638-9d81-45a7-873b-3f32caf4d779 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2dffcea3-5824-4d19-9d59-71a1343dc2f7 {
  text-align: center;
}




  #s-2dffcea3-5824-4d19-9d59-71a1343dc2f7 img.shogun-image {
    
    width: px;
  }


#s-2dffcea3-5824-4d19-9d59-71a1343dc2f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-067fd45e-790d-459d-97a8-6cff823ada66 {
  border-radius: 8px;
text-align: center;
}




  #s-067fd45e-790d-459d-97a8-6cff823ada66 img.shogun-image {
    
    width: px;
  }


#s-067fd45e-790d-459d-97a8-6cff823ada66 .shogun-image-content {
  
    align-items: center;
  
}

#s-98a2f7db-3be0-41e2-b0fa-c6ca35f61584 {
  text-align: center;
}




  #s-98a2f7db-3be0-41e2-b0fa-c6ca35f61584 img.shogun-image {
    
    width: px;
  }


#s-98a2f7db-3be0-41e2-b0fa-c6ca35f61584 .shogun-image-content {
  
    align-items: center;
  
}

#s-6216b323-bbc6-4416-85b7-5d982ae630e1 {
  text-align: center;
}




  #s-6216b323-bbc6-4416-85b7-5d982ae630e1 img.shogun-image {
    
    width: px;
  }


#s-6216b323-bbc6-4416-85b7-5d982ae630e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-01227fc8-8bdb-4b72-8c23-1ad26e114d35 {
  padding-top: 100px;
padding-left: 30%;
padding-bottom: 100px;
padding-right: 30%;
min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01227fc8-8bdb-4b72-8c23-1ad26e114d35 {
  padding-top: 60px;
padding-left: 15%;
padding-bottom: 60px;
padding-right: 15%;
}
}@media (max-width: 767px){#s-01227fc8-8bdb-4b72-8c23-1ad26e114d35 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-01227fc8-8bdb-4b72-8c23-1ad26e114d35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01227fc8-8bdb-4b72-8c23-1ad26e114d35.shg-box.shg-c {
  justify-content: center;
}

#s-2eadb0b8-9228-4578-b123-1facf536101d {
  margin-bottom: 10px;
text-align: center;
}

#s-2eadb0b8-9228-4578-b123-1facf536101d .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-650d96e9-4313-457a-8978-312b464cc53d {
  margin-bottom: 20px;
text-align: center;
}

#s-650d96e9-4313-457a-8978-312b464cc53d .shogun-heading-component h1 {
  color: rgba(102, 102, 102, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-d0fcb2f0-ad8f-4ea7-8430-55cbb8e3f57f {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-d0fcb2f0-ad8f-4ea7-8430-55cbb8e3f57f .shogun-form-box {
  padding: 10px;
}

#s-d0fcb2f0-ad8f-4ea7-8430-55cbb8e3f57f .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  
  
  
  
}

#s-d0fcb2f0-ad8f-4ea7-8430-55cbb8e3f57f .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(34, 188, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
  justify-content: center;
}

#s-d0fcb2f0-ad8f-4ea7-8430-55cbb8e3f57f .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(224, 0, 0, 1);
}

#s-d0fcb2f0-ad8f-4ea7-8430-55cbb8e3f57f .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(34, 188, 34, 1);
}

#s-d0fcb2f0-ad8f-4ea7-8430-55cbb8e3f57f .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  font-style: ;
  color: rgba(224, 0, 0, 1);
  font-family: Spartan;
  font-weight: 500;
  
  
  
}

#s-d0fcb2f0-ad8f-4ea7-8430-55cbb8e3f57f .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
#s-73e11344-6ac3-4673-8045-ab6e8703530c {
  box-shadow:0px 1px 1px 1px rgba(0, 0, 0, 0);
border-style: solid;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-73e11344-6ac3-4673-8045-ab6e8703530c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-7dd9bf06-c88b-423b-91b2-30e2c1ae9dd0 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-7dd9bf06-c88b-423b-91b2-30e2c1ae9dd0 {
  margin-bottom: 10px;
}
}
#s-7dd9bf06-c88b-423b-91b2-30e2c1ae9dd0  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  border-radius: 0px;
  background-color: rgba(245, 245, 245, 1);
  
  font-size: 16px;
  font-style: ;
  color: #000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}

#s-7dd9bf06-c88b-423b-91b2-30e2c1ae9dd0  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
}

#s-7dd9bf06-c88b-423b-91b2-30e2c1ae9dd0  .shogun-form-text-input-field:-ms-input-placeholder {
  font-size: 16px;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
}

#s-7dd9bf06-c88b-423b-91b2-30e2c1ae9dd0  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
}


#s-7dd9bf06-c88b-423b-91b2-30e2c1ae9dd0 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: rgba(241, 241, 241, 1);
  color: #000;
}



#s-7dd9bf06-c88b-423b-91b2-30e2c1ae9dd0 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  border-radius: 0px;
  
  color: #000;
}


.shogun-form-box-submit:focus {
  outline: none;
}

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

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

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

#s-b5a8a2e2-d2e7-465d-bba3-e110fd69aaa1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjhmNzljNWUtOGRhZC00Njc0LWE3NmQtZjZjYjM3NWJlYTc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNmQ2ZDI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjc4NjM2MzYzNjM2MzYzNjQiIHN0eWxlPSJzdG9wLWNvbG9yOiMyMjIyMWU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Y4Zjc5YzVlLThkYWQtNDY3NC1hNzZkLWY2Y2IzNzViZWE3NCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
padding-top: 14px;
padding-left: 45px;
padding-bottom: 14px;
padding-right: 45px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 8px;
color: #FFFFFF;
text-align: center;
cursor: pointer;
font-family: Audiowide;
font-size: 15px;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#6d6d29"}, {"id"=>3, "pos"=>0.7863636363636364, "color"=>"#22221e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-b5a8a2e2-d2e7-465d-bba3-e110fd69aaa1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTY3ZmMxNTAtM2JlMy00NTk1LThlYzMtM2MzOTk4ZmQ2ZjQzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjUyNTA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjg0MDkwOTA5MDkwOTA5MDkiIHN0eWxlPSJzdG9wLWNvbG9yOiMwNTA1MDU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3ZTIwY2Y7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2U2N2ZjMTUwLTNiZTMtNDU5NS04ZWMzLTNjMzk5OGZkNmY0MykiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
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: #2C2A34 !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#252504"}, {"id"=>3, "pos"=>0.8409090909090909, "color"=>"#050505"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-b5a8a2e2-d2e7-465d-bba3-e110fd69aaa1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
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: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(68, 68, 68, 1) !important;
text-decoration: none !important;
hover-type: color !important;}
#s-b5a8a2e2-d2e7-465d-bba3-e110fd69aaa1[disabled],
#s-b5a8a2e2-d2e7-465d-bba3-e110fd69aaa1[disabled]:hover,
#s-b5a8a2e2-d2e7-465d-bba3-e110fd69aaa1[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-b5a8a2e2-d2e7-465d-bba3-e110fd69aaa1 {
  display:  inline-block ;
  width:  auto ;
}


#s-bb182f9d-a7bf-40e0-87e6-2124b71a4b26 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-bb182f9d-a7bf-40e0-87e6-2124b71a4b26 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb182f9d-a7bf-40e0-87e6-2124b71a4b26 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb182f9d-a7bf-40e0-87e6-2124b71a4b26 {
  
}
}@media (max-width: 767px){#s-bb182f9d-a7bf-40e0-87e6-2124b71a4b26 {
  
}
}







#s-bb182f9d-a7bf-40e0-87e6-2124b71a4b26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb182f9d-a7bf-40e0-87e6-2124b71a4b26.shg-box.shg-c {
  justify-content: center;
}

#s-3ca9dd44-d552-4425-80b1-1de9ef733cb6 {
  margin-top: 25px;
margin-bottom: 0px;
padding-top: 19px;
padding-bottom: 19px;
text-align: center;
}

#s-3ca9dd44-d552-4425-80b1-1de9ef733cb6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 41px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}



#s-e0bb8836-91e2-4722-812a-a9155209d866 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjlmZDE3OWMtYjRiZC00M2FjLTgxMTktMjE0YzBmYThiOTQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjIyMjAyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyOWZkMTc5Yy1iNGJkLTQzYWMtODExOS0yMTRjMGZhOGI5NDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 40px;
padding-top: 26px;
padding-left: 30px;
padding-bottom: 26px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#222202"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
line-height: 0.5em;
}
#s-e0bb8836-91e2-4722-812a-a9155209d866:hover {background-image: url(https://i.shgcdn.com/a824c41f-c9a1-4ecc-8f8d-eb08aae16d9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: image !important;}#s-e0bb8836-91e2-4722-812a-a9155209d866:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-e0bb8836-91e2-4722-812a-a9155209d866-btn-wrapper {
    text-align: center;
  }


#s-e0bb8836-91e2-4722-812a-a9155209d866.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  font-family: Audiowide;
  display:  inline-block ;
}

#s-5dff4d81-9819-49fb-aa51-2b985e27574b {
  min-height: 50px;
}








#s-5dff4d81-9819-49fb-aa51-2b985e27574b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dff4d81-9819-49fb-aa51-2b985e27574b.shg-box.shg-c {
  justify-content: center;
}

#s-d7d5776f-4863-4916-ab86-a340ed73e4b3 {
  min-height: 45px;
text-align: center;
opacity: 1;
}




  #s-d7d5776f-4863-4916-ab86-a340ed73e4b3 img.shogun-image {
    
    width: px;
  }


#s-d7d5776f-4863-4916-ab86-a340ed73e4b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5b74b99-e868-431e-a70c-088d1af23ff6 {
  margin-top: 25px;
margin-bottom: 0px;
padding-top: 19px;
padding-bottom: 19px;
text-align: center;
}

#s-d5b74b99-e868-431e-a70c-088d1af23ff6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Syncopate;
  font-style:   ;
  font-size: 41px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}



#s-92f62923-17dc-4c2e-be90-e716685b6d1c {
  text-align: center;
}




  #s-92f62923-17dc-4c2e-be90-e716685b6d1c img.shogun-image {
    
    width: px;
  }


#s-92f62923-17dc-4c2e-be90-e716685b6d1c .shogun-image-content {
  
    align-items: center;
  
}

#s-5519ad30-33ea-4608-9c63-39a5deaf75fb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTQ2NWZlZDEtZDA1MS00N2IxLWFjN2UtMWQ4ZWNlZjA4MDY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMWExYTE4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNDY1ZmVkMS1kMDUxLTQ3YjEtYWM3ZS0xZDhlY2VmMDgwNjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 40px;
padding-top: 26px;
padding-left: 30px;
padding-bottom: 26px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1a1a18"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-5519ad30-33ea-4608-9c63-39a5deaf75fb:hover {background-image: url(https://i.shgcdn.com/a824c41f-c9a1-4ecc-8f8d-eb08aae16d9e/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: image !important;}#s-5519ad30-33ea-4608-9c63-39a5deaf75fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5519ad30-33ea-4608-9c63-39a5deaf75fb-btn-wrapper {
    text-align: center;
  }


#s-5519ad30-33ea-4608-9c63-39a5deaf75fb.shg-btn {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  
  font-family: Syncopate;
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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