/*
  $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-c81c1aca-48c6-41cd-822b-059be6045843 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-094c11bc-347f-4136-9557-b5562b1ec998 {
  text-align: left;
}



.shg-c#s-094c11bc-347f-4136-9557-b5562b1ec998 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-094c11bc-347f-4136-9557-b5562b1ec998 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-094c11bc-347f-4136-9557-b5562b1ec998 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-094c11bc-347f-4136-9557-b5562b1ec998 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-094c11bc-347f-4136-9557-b5562b1ec998 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-094c11bc-347f-4136-9557-b5562b1ec998 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-094c11bc-347f-4136-9557-b5562b1ec998 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-094c11bc-347f-4136-9557-b5562b1ec998 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-094c11bc-347f-4136-9557-b5562b1ec998 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-094c11bc-347f-4136-9557-b5562b1ec998 img.shogun-image {
  width: 100%;
}



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

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

#s-df9d8e87-c19d-4be3-b2b1-9c15d54d2190 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df9d8e87-c19d-4be3-b2b1-9c15d54d2190 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5c39769b-1c07-4ba6-b735-c7443fea8940 {
  text-align: center;
}

#s-5c39769b-1c07-4ba6-b735-c7443fea8940 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5c39769b-1c07-4ba6-b735-c7443fea8940 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5c39769b-1c07-4ba6-b735-c7443fea8940 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-f8c857e8-af02-4739-a6ca-8256d39bf188 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f8c857e8-af02-4739-a6ca-8256d39bf188:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f8c857e8-af02-4739-a6ca-8256d39bf188:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f8c857e8-af02-4739-a6ca-8256d39bf188 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8c857e8-af02-4739-a6ca-8256d39bf188.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8c857e8-af02-4739-a6ca-8256d39bf188.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f8c857e8-af02-4739-a6ca-8256d39bf188.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4d46d6af-1e2e-4f32-9df5-95aa6602ad1e {
  display: none;
}
#s-3df5917c-2fa7-43eb-a278-8b386d17e054 {
  text-align: left;
}



.shg-c#s-3df5917c-2fa7-43eb-a278-8b386d17e054 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3df5917c-2fa7-43eb-a278-8b386d17e054 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3df5917c-2fa7-43eb-a278-8b386d17e054 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3df5917c-2fa7-43eb-a278-8b386d17e054 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3df5917c-2fa7-43eb-a278-8b386d17e054 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3df5917c-2fa7-43eb-a278-8b386d17e054 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3df5917c-2fa7-43eb-a278-8b386d17e054 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3df5917c-2fa7-43eb-a278-8b386d17e054 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3df5917c-2fa7-43eb-a278-8b386d17e054 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3df5917c-2fa7-43eb-a278-8b386d17e054 img.shogun-image {
  width: 100%;
}



}
#s-4b185593-d470-4af3-ab0d-ae9fca262472 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b185593-d470-4af3-ab0d-ae9fca262472 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f698c2b8-353d-4d4b-b3f2-102945645643 {
  text-align: center;
}

#s-f698c2b8-353d-4d4b-b3f2-102945645643 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f698c2b8-353d-4d4b-b3f2-102945645643 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f698c2b8-353d-4d4b-b3f2-102945645643 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-056ee2b1-1ce9-4378-87d2-4892732a81cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-056ee2b1-1ce9-4378-87d2-4892732a81cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-056ee2b1-1ce9-4378-87d2-4892732a81cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-056ee2b1-1ce9-4378-87d2-4892732a81cd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-056ee2b1-1ce9-4378-87d2-4892732a81cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-056ee2b1-1ce9-4378-87d2-4892732a81cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-056ee2b1-1ce9-4378-87d2-4892732a81cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fddca7e5-5201-4180-9b50-31d8b46e5722 {
  display: none;
}
#s-6867c874-893c-492e-8912-e7501683e50a {
  text-align: left;
}



.shg-c#s-6867c874-893c-492e-8912-e7501683e50a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6867c874-893c-492e-8912-e7501683e50a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6867c874-893c-492e-8912-e7501683e50a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6867c874-893c-492e-8912-e7501683e50a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6867c874-893c-492e-8912-e7501683e50a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6867c874-893c-492e-8912-e7501683e50a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6867c874-893c-492e-8912-e7501683e50a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6867c874-893c-492e-8912-e7501683e50a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6867c874-893c-492e-8912-e7501683e50a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6867c874-893c-492e-8912-e7501683e50a img.shogun-image {
  width: 100%;
}



}
#s-dda2ed21-3a24-4221-8542-f306bedccec4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dda2ed21-3a24-4221-8542-f306bedccec4 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cdd20f0a-24cb-4208-a05e-2ac37f5add71 {
  text-align: center;
}

#s-cdd20f0a-24cb-4208-a05e-2ac37f5add71 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cdd20f0a-24cb-4208-a05e-2ac37f5add71 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-cdd20f0a-24cb-4208-a05e-2ac37f5add71 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-543a82f6-564a-4193-944d-38766bcd271d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-543a82f6-564a-4193-944d-38766bcd271d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-543a82f6-564a-4193-944d-38766bcd271d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-543a82f6-564a-4193-944d-38766bcd271d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-543a82f6-564a-4193-944d-38766bcd271d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-543a82f6-564a-4193-944d-38766bcd271d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-543a82f6-564a-4193-944d-38766bcd271d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-70f70fba-3aba-4996-91cd-aa69c4466384 {
  display: none;
}
#s-715e7b50-d534-4ce5-a8ce-e4155b45a25a {
  text-align: left;
}



.shg-c#s-715e7b50-d534-4ce5-a8ce-e4155b45a25a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-715e7b50-d534-4ce5-a8ce-e4155b45a25a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-715e7b50-d534-4ce5-a8ce-e4155b45a25a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-715e7b50-d534-4ce5-a8ce-e4155b45a25a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-715e7b50-d534-4ce5-a8ce-e4155b45a25a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-715e7b50-d534-4ce5-a8ce-e4155b45a25a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-715e7b50-d534-4ce5-a8ce-e4155b45a25a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-715e7b50-d534-4ce5-a8ce-e4155b45a25a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-715e7b50-d534-4ce5-a8ce-e4155b45a25a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-715e7b50-d534-4ce5-a8ce-e4155b45a25a img.shogun-image {
  width: 100%;
}



}
#s-64c499e3-da29-4b35-894c-4eeaf6f4262a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64c499e3-da29-4b35-894c-4eeaf6f4262a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3e2601b8-7052-4e76-9df8-4a4ef083e0a1 {
  text-align: center;
}

#s-3e2601b8-7052-4e76-9df8-4a4ef083e0a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3e2601b8-7052-4e76-9df8-4a4ef083e0a1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3e2601b8-7052-4e76-9df8-4a4ef083e0a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-18b6e3e7-3421-4484-a750-e1e2d81f5950 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-18b6e3e7-3421-4484-a750-e1e2d81f5950:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18b6e3e7-3421-4484-a750-e1e2d81f5950:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-18b6e3e7-3421-4484-a750-e1e2d81f5950 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18b6e3e7-3421-4484-a750-e1e2d81f5950.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18b6e3e7-3421-4484-a750-e1e2d81f5950.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-18b6e3e7-3421-4484-a750-e1e2d81f5950.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e67cadec-5431-4e3d-b136-812ed6114d09 {
  display: none;
}
#s-686279be-10a6-4e68-9967-85eba4a48b40 {
  text-align: left;
}



.shg-c#s-686279be-10a6-4e68-9967-85eba4a48b40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-686279be-10a6-4e68-9967-85eba4a48b40 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-686279be-10a6-4e68-9967-85eba4a48b40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-686279be-10a6-4e68-9967-85eba4a48b40 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-686279be-10a6-4e68-9967-85eba4a48b40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-686279be-10a6-4e68-9967-85eba4a48b40 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-686279be-10a6-4e68-9967-85eba4a48b40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-686279be-10a6-4e68-9967-85eba4a48b40 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-686279be-10a6-4e68-9967-85eba4a48b40 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-686279be-10a6-4e68-9967-85eba4a48b40 img.shogun-image {
  width: 100%;
}



}
#s-1fa4d5a8-c882-4fb4-b21a-5f7d5c3b9a67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fa4d5a8-c882-4fb4-b21a-5f7d5c3b9a67 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-522d3af4-d8bd-4f62-aa9c-13ae00bff6db {
  text-align: center;
}

#s-522d3af4-d8bd-4f62-aa9c-13ae00bff6db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-522d3af4-d8bd-4f62-aa9c-13ae00bff6db .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-522d3af4-d8bd-4f62-aa9c-13ae00bff6db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9a40d1bc-506a-43ce-a939-26fb74e7f28e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9a40d1bc-506a-43ce-a939-26fb74e7f28e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a40d1bc-506a-43ce-a939-26fb74e7f28e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a40d1bc-506a-43ce-a939-26fb74e7f28e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9a40d1bc-506a-43ce-a939-26fb74e7f28e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9a40d1bc-506a-43ce-a939-26fb74e7f28e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9a40d1bc-506a-43ce-a939-26fb74e7f28e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-82f168bb-643b-43cc-9072-0f7070f6a820 {
  display: none;
}
#s-1c71e19a-5139-43af-a887-b0bc046906d1 {
  text-align: left;
}



.shg-c#s-1c71e19a-5139-43af-a887-b0bc046906d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c71e19a-5139-43af-a887-b0bc046906d1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1c71e19a-5139-43af-a887-b0bc046906d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c71e19a-5139-43af-a887-b0bc046906d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c71e19a-5139-43af-a887-b0bc046906d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c71e19a-5139-43af-a887-b0bc046906d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c71e19a-5139-43af-a887-b0bc046906d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c71e19a-5139-43af-a887-b0bc046906d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1c71e19a-5139-43af-a887-b0bc046906d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c71e19a-5139-43af-a887-b0bc046906d1 img.shogun-image {
  width: 100%;
}



}
#s-3925c67b-b1af-40fb-a4ac-206e076ec99a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3925c67b-b1af-40fb-a4ac-206e076ec99a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0e1c2890-dbc3-4fd2-85f8-3a7588335c2d {
  text-align: center;
}

#s-0e1c2890-dbc3-4fd2-85f8-3a7588335c2d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0e1c2890-dbc3-4fd2-85f8-3a7588335c2d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0e1c2890-dbc3-4fd2-85f8-3a7588335c2d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-887360a5-bbee-431f-8ab0-df24d9e7aa12 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-887360a5-bbee-431f-8ab0-df24d9e7aa12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-887360a5-bbee-431f-8ab0-df24d9e7aa12:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-887360a5-bbee-431f-8ab0-df24d9e7aa12 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-887360a5-bbee-431f-8ab0-df24d9e7aa12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-887360a5-bbee-431f-8ab0-df24d9e7aa12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-887360a5-bbee-431f-8ab0-df24d9e7aa12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-49e24aa9-c7a4-4a90-b38d-e6385ff23828 {
  display: none;
}
#s-5e7cf699-215a-4dcc-8722-0d9b3c8e4174 {
  text-align: left;
}



.shg-c#s-5e7cf699-215a-4dcc-8722-0d9b3c8e4174 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e7cf699-215a-4dcc-8722-0d9b3c8e4174 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5e7cf699-215a-4dcc-8722-0d9b3c8e4174 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e7cf699-215a-4dcc-8722-0d9b3c8e4174 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e7cf699-215a-4dcc-8722-0d9b3c8e4174 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e7cf699-215a-4dcc-8722-0d9b3c8e4174 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e7cf699-215a-4dcc-8722-0d9b3c8e4174 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e7cf699-215a-4dcc-8722-0d9b3c8e4174 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e7cf699-215a-4dcc-8722-0d9b3c8e4174 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e7cf699-215a-4dcc-8722-0d9b3c8e4174 img.shogun-image {
  width: 100%;
}



}
#s-c188c7f8-5c0e-4fff-ae59-56093ee2d220 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c188c7f8-5c0e-4fff-ae59-56093ee2d220 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8e955f40-838f-4843-8451-08d498ca5840 {
  text-align: center;
}

#s-8e955f40-838f-4843-8451-08d498ca5840 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8e955f40-838f-4843-8451-08d498ca5840 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8e955f40-838f-4843-8451-08d498ca5840 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ebe9696a-e6cd-4c20-9bd7-3f224ddce27f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ebe9696a-e6cd-4c20-9bd7-3f224ddce27f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebe9696a-e6cd-4c20-9bd7-3f224ddce27f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ebe9696a-e6cd-4c20-9bd7-3f224ddce27f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebe9696a-e6cd-4c20-9bd7-3f224ddce27f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebe9696a-e6cd-4c20-9bd7-3f224ddce27f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ebe9696a-e6cd-4c20-9bd7-3f224ddce27f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dc46117a-c9c4-49ec-bba4-1e4c25b82932 {
  display: none;
}
#s-e14948f8-3407-48a2-8d12-415fb1ce18ab {
  text-align: left;
}



.shg-c#s-e14948f8-3407-48a2-8d12-415fb1ce18ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e14948f8-3407-48a2-8d12-415fb1ce18ab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e14948f8-3407-48a2-8d12-415fb1ce18ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e14948f8-3407-48a2-8d12-415fb1ce18ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e14948f8-3407-48a2-8d12-415fb1ce18ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e14948f8-3407-48a2-8d12-415fb1ce18ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e14948f8-3407-48a2-8d12-415fb1ce18ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e14948f8-3407-48a2-8d12-415fb1ce18ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e14948f8-3407-48a2-8d12-415fb1ce18ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e14948f8-3407-48a2-8d12-415fb1ce18ab img.shogun-image {
  width: 100%;
}



}
#s-318988ac-e1b3-44a1-a3b9-e6097153c8eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-318988ac-e1b3-44a1-a3b9-e6097153c8eb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7e895364-0f15-4ded-9732-62847ac59b89 {
  text-align: center;
}

#s-7e895364-0f15-4ded-9732-62847ac59b89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7e895364-0f15-4ded-9732-62847ac59b89 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7e895364-0f15-4ded-9732-62847ac59b89 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-30bb2755-1943-4339-96a0-c1fdf1316c24 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-30bb2755-1943-4339-96a0-c1fdf1316c24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30bb2755-1943-4339-96a0-c1fdf1316c24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-30bb2755-1943-4339-96a0-c1fdf1316c24 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30bb2755-1943-4339-96a0-c1fdf1316c24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30bb2755-1943-4339-96a0-c1fdf1316c24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-30bb2755-1943-4339-96a0-c1fdf1316c24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b11bbe5e-3674-4529-84b1-d5091471c17a {
  text-align: left;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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