#s-47d6a98a-ce33-4603-abcf-784332cb9c93 {
  display: none;
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-4ee67423-f84d-4af1-871b-6619354da3f7 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-4ee67423-f84d-4af1-871b-6619354da3f7 {
  display: none;
}
#s-4ee67423-f84d-4af1-871b-6619354da3f7, #wrap-s-4ee67423-f84d-4af1-871b-6619354da3f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ee67423-f84d-4af1-871b-6619354da3f7 {
  display: none;
}
#s-4ee67423-f84d-4af1-871b-6619354da3f7, #wrap-s-4ee67423-f84d-4af1-871b-6619354da3f7 { display:none !important; }}
#s-4ee67423-f84d-4af1-871b-6619354da3f7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4ee67423-f84d-4af1-871b-6619354da3f7 .shg-sld-nav-button.shg-sld-left,
#s-4ee67423-f84d-4af1-871b-6619354da3f7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9b153fcd-d737-4425-83ef-c971dfa1d38c {
  text-align: center;
}







  #s-9b153fcd-d737-4425-83ef-c971dfa1d38c img.shogun-image {
    

    
    
    
  }


#s-9b153fcd-d737-4425-83ef-c971dfa1d38c .shogun-image-content {
  
    align-items: center;
  
}

#s-4c939aa9-7ab6-4ed8-8fd8-b6d4cc02a2b8 {
  text-align: center;
}







  #s-4c939aa9-7ab6-4ed8-8fd8-b6d4cc02a2b8 img.shogun-image {
    

    
    
    
  }


#s-4c939aa9-7ab6-4ed8-8fd8-b6d4cc02a2b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e86af790-c212-4a17-acb4-8e7b7c27942c {
  text-align: center;
}







  #s-e86af790-c212-4a17-acb4-8e7b7c27942c img.shogun-image {
    

    
    
    
  }


#s-e86af790-c212-4a17-acb4-8e7b7c27942c .shogun-image-content {
  
    align-items: center;
  
}

#s-63e295f4-46ed-478b-bf7a-6c63b5e01a6b {
  text-align: center;
}







  #s-63e295f4-46ed-478b-bf7a-6c63b5e01a6b img.shogun-image {
    

    
    
    
  }


#s-63e295f4-46ed-478b-bf7a-6c63b5e01a6b .shogun-image-content {
  
    align-items: center;
  
}

#s-11d78464-da31-4b16-a4c6-8712893f5d28 {
  text-align: center;
}







  #s-11d78464-da31-4b16-a4c6-8712893f5d28 img.shogun-image {
    

    
    
    
  }


#s-11d78464-da31-4b16-a4c6-8712893f5d28 .shogun-image-content {
  
    align-items: center;
  
}

#s-543a1a91-9775-4ec2-836c-cd1dbd0ae3a8 {
  text-align: center;
}







  #s-543a1a91-9775-4ec2-836c-cd1dbd0ae3a8 img.shogun-image {
    

    
    
    
  }


#s-543a1a91-9775-4ec2-836c-cd1dbd0ae3a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d2341be-efc1-4cc1-a66f-125a7f1ddd3a {
  text-align: center;
}







  #s-5d2341be-efc1-4cc1-a66f-125a7f1ddd3a img.shogun-image {
    

    
    
    
  }


#s-5d2341be-efc1-4cc1-a66f-125a7f1ddd3a .shogun-image-content {
  
    align-items: center;
  
}

#s-ed679dd6-4b65-44d3-9fcc-bd0121ea8499 {
  text-align: center;
}







  #s-ed679dd6-4b65-44d3-9fcc-bd0121ea8499 img.shogun-image {
    

    
    
    
  }


#s-ed679dd6-4b65-44d3-9fcc-bd0121ea8499 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc29bbce-03ad-4352-b542-00e30fc418c3 {
  text-align: center;
}







  #s-dc29bbce-03ad-4352-b542-00e30fc418c3 img.shogun-image {
    

    
    
    
  }


#s-dc29bbce-03ad-4352-b542-00e30fc418c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-20d68ad0-4de1-41c6-a61d-f45922386f2d {
  text-align: center;
}







  #s-20d68ad0-4de1-41c6-a61d-f45922386f2d img.shogun-image {
    

    
    
    
  }


#s-20d68ad0-4de1-41c6-a61d-f45922386f2d .shogun-image-content {
  
    align-items: center;
  
}

#s-97837701-047d-4bbb-82ff-bd7910fa5c33 {
  text-align: center;
}







  #s-97837701-047d-4bbb-82ff-bd7910fa5c33 img.shogun-image {
    

    
    
    
  }


#s-97837701-047d-4bbb-82ff-bd7910fa5c33 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fff9719-9bf1-46c2-93b0-fffdbbd68547 {
  text-align: center;
}







  #s-1fff9719-9bf1-46c2-93b0-fffdbbd68547 img.shogun-image {
    

    
    
    
  }


#s-1fff9719-9bf1-46c2-93b0-fffdbbd68547 .shogun-image-content {
  
    align-items: center;
  
}

#s-e830518c-79f4-4dd5-99ac-709b476f0b3e {
  margin-top: 1em;
margin-left: 20em;
margin-bottom: 1em;
margin-right: 20em;
max-width: 100%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e830518c-79f4-4dd5-99ac-709b476f0b3e {
  display: none;
}
#s-e830518c-79f4-4dd5-99ac-709b476f0b3e, #wrap-s-e830518c-79f4-4dd5-99ac-709b476f0b3e { display:none !important; }}@media (max-width: 767px){#s-e830518c-79f4-4dd5-99ac-709b476f0b3e {
  display: none;
}
#s-e830518c-79f4-4dd5-99ac-709b476f0b3e, #wrap-s-e830518c-79f4-4dd5-99ac-709b476f0b3e { display:none !important; }}






  #s-e830518c-79f4-4dd5-99ac-709b476f0b3e img.shogun-image {
    

    
    
    
  }


#s-e830518c-79f4-4dd5-99ac-709b476f0b3e .shogun-image-content {
  
    align-items: center;
  
}

#s-d7d4db00-a134-49e9-ab07-be3278c47ae1 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7d4db00-a134-49e9-ab07-be3278c47ae1 {
  display: none;
}
#s-d7d4db00-a134-49e9-ab07-be3278c47ae1, #wrap-s-d7d4db00-a134-49e9-ab07-be3278c47ae1 { display:none !important; }}@media (max-width: 767px){#s-d7d4db00-a134-49e9-ab07-be3278c47ae1 {
  display: none;
}
#s-d7d4db00-a134-49e9-ab07-be3278c47ae1, #wrap-s-d7d4db00-a134-49e9-ab07-be3278c47ae1 { display:none !important; }}
#s-d7d4db00-a134-49e9-ab07-be3278c47ae1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d7d4db00-a134-49e9-ab07-be3278c47ae1 .shg-sld-nav-button.shg-sld-left,
#s-d7d4db00-a134-49e9-ab07-be3278c47ae1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

@media (min-width: 0px) {
[id="s-a0b3556c-01d6-4daf-aec1-21bd2ac4498f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-a0b3556c-01d6-4daf-aec1-21bd2ac4498f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 992px) {
[id="s-a0b3556c-01d6-4daf-aec1-21bd2ac4498f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-a0b3556c-01d6-4daf-aec1-21bd2ac4498f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

#s-95da5e7c-6f5a-4d78-810f-4f0564b0f59e {
  text-align: center;
}







  #s-95da5e7c-6f5a-4d78-810f-4f0564b0f59e img.shogun-image {
    

    
    
    
  }


#s-95da5e7c-6f5a-4d78-810f-4f0564b0f59e .shogun-image-content {
  
    align-items: center;
  
}

#s-846743c4-208d-4c4c-88c3-a507e00e97a8 {
  text-align: center;
}







  #s-846743c4-208d-4c4c-88c3-a507e00e97a8 img.shogun-image {
    

    
    
    
  }


#s-846743c4-208d-4c4c-88c3-a507e00e97a8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6fc328da-3548-4a9b-a065-4996a683dbb0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-6fc328da-3548-4a9b-a065-4996a683dbb0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 992px) {
[id="s-6fc328da-3548-4a9b-a065-4996a683dbb0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-6fc328da-3548-4a9b-a065-4996a683dbb0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

#s-1662e6de-e84b-4117-9c50-36c6971053b2 {
  max-width: 200px;
text-align: center;
}







  #s-1662e6de-e84b-4117-9c50-36c6971053b2 img.shogun-image {
    

    
    
    
  }


#s-1662e6de-e84b-4117-9c50-36c6971053b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c66ec7a2-20e0-48df-a3fa-0e5bee81ff68 {
  text-align: center;
}







  #s-c66ec7a2-20e0-48df-a3fa-0e5bee81ff68 img.shogun-image {
    

    
    
    
  }


#s-c66ec7a2-20e0-48df-a3fa-0e5bee81ff68 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e0a9028-b981-4e89-b22a-4198aebc901a {
  text-align: center;
}







  #s-5e0a9028-b981-4e89-b22a-4198aebc901a img.shogun-image {
    

    
    
    
  }


#s-5e0a9028-b981-4e89-b22a-4198aebc901a .shogun-image-content {
  
    align-items: center;
  
}

#s-6927827c-3eb4-4b58-b7d6-98c631a2821c {
  text-align: center;
}







  #s-6927827c-3eb4-4b58-b7d6-98c631a2821c img.shogun-image {
    

    
    
    
  }


#s-6927827c-3eb4-4b58-b7d6-98c631a2821c .shogun-image-content {
  
    align-items: center;
  
}

#s-eb4a4166-94d1-46ae-8af6-f22337f8ccdf {
  text-align: center;
}







  #s-eb4a4166-94d1-46ae-8af6-f22337f8ccdf img.shogun-image {
    

    
    
    
  }


#s-eb4a4166-94d1-46ae-8af6-f22337f8ccdf .shogun-image-content {
  
    align-items: center;
  
}

#s-8fa57637-5c30-4113-ba53-7e5c53297f04 {
  text-align: center;
}







  #s-8fa57637-5c30-4113-ba53-7e5c53297f04 img.shogun-image {
    

    
    
    
  }


#s-8fa57637-5c30-4113-ba53-7e5c53297f04 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5a36722-3de4-4c06-83ef-1e862f607e13 {
  text-align: center;
}







  #s-c5a36722-3de4-4c06-83ef-1e862f607e13 img.shogun-image {
    

    
    
    
  }


#s-c5a36722-3de4-4c06-83ef-1e862f607e13 .shogun-image-content {
  
    align-items: center;
  
}

#s-b09bf1b7-e926-44b8-923c-ce79c5a616b0 {
  text-align: center;
}







  #s-b09bf1b7-e926-44b8-923c-ce79c5a616b0 img.shogun-image {
    

    
    
    
  }


#s-b09bf1b7-e926-44b8-923c-ce79c5a616b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-57127f76-ee0b-4b0c-9483-a8c1f275b389 {
  text-align: center;
}







  #s-57127f76-ee0b-4b0c-9483-a8c1f275b389 img.shogun-image {
    

    
    
    
  }


#s-57127f76-ee0b-4b0c-9483-a8c1f275b389 .shogun-image-content {
  
    align-items: center;
  
}

#s-547d9fef-31b5-48d9-8379-7e59b5923bbb {
  text-align: center;
}







  #s-547d9fef-31b5-48d9-8379-7e59b5923bbb img.shogun-image {
    

    
    
    
  }


#s-547d9fef-31b5-48d9-8379-7e59b5923bbb .shogun-image-content {
  
    align-items: center;
  
}

#s-c1735856-05d7-4df7-bf93-e7e2d084cef1 {
  text-align: center;
}







  #s-c1735856-05d7-4df7-bf93-e7e2d084cef1 img.shogun-image {
    

    
    
    
  }


#s-c1735856-05d7-4df7-bf93-e7e2d084cef1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fd7f54d-9695-4315-b19d-6bd60a9a0e69 {
  text-align: center;
}







  #s-2fd7f54d-9695-4315-b19d-6bd60a9a0e69 img.shogun-image {
    

    
    
    
  }


#s-2fd7f54d-9695-4315-b19d-6bd60a9a0e69 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0b2d441-283c-4ca1-a431-e5fd7efc14ff {
  text-align: center;
}







  #s-b0b2d441-283c-4ca1-a431-e5fd7efc14ff img.shogun-image {
    

    
    
    
  }


#s-b0b2d441-283c-4ca1-a431-e5fd7efc14ff .shogun-image-content {
  
    align-items: center;
  
}

#s-39cabf9a-e5e3-4562-87a6-4d3f57bb6bfb {
  text-align: center;
}







  #s-39cabf9a-e5e3-4562-87a6-4d3f57bb6bfb img.shogun-image {
    

    
    
    
  }


#s-39cabf9a-e5e3-4562-87a6-4d3f57bb6bfb .shogun-image-content {
  
    align-items: center;
  
}

#s-1b2526b2-ca2c-4f3e-93de-9f28cb88e193 {
  text-align: center;
}







  #s-1b2526b2-ca2c-4f3e-93de-9f28cb88e193 img.shogun-image {
    

    
    
    
  }


#s-1b2526b2-ca2c-4f3e-93de-9f28cb88e193 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e83a88e-3ca8-4b86-8851-d6bf95b8b1a1 {
  text-align: center;
}







  #s-7e83a88e-3ca8-4b86-8851-d6bf95b8b1a1 img.shogun-image {
    

    
    
    
  }


#s-7e83a88e-3ca8-4b86-8851-d6bf95b8b1a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1d9c2a6-70b3-4e3b-beed-afa42931bd38 {
  max-width: 200px;
text-align: center;
}







  #s-d1d9c2a6-70b3-4e3b-beed-afa42931bd38 img.shogun-image {
    

    
    
    
  }


#s-d1d9c2a6-70b3-4e3b-beed-afa42931bd38 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5f7e61e-ea72-4a3c-99ab-de77dcf0fa67 {
  margin-top: 2em;
margin-left: 10%;
margin-bottom: 2em;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f5f7e61e-ea72-4a3c-99ab-de77dcf0fa67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5f7e61e-ea72-4a3c-99ab-de77dcf0fa67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5f7e61e-ea72-4a3c-99ab-de77dcf0fa67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5f7e61e-ea72-4a3c-99ab-de77dcf0fa67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5f7e61e-ea72-4a3c-99ab-de77dcf0fa67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5f7e61e-ea72-4a3c-99ab-de77dcf0fa67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5f7e61e-ea72-4a3c-99ab-de77dcf0fa67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-bd387e64-80ce-480a-8417-c3ffb2d05d52 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}

#s-bd387e64-80ce-480a-8417-c3ffb2d05d52 .shg-product-title-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-21a2d298-7e3c-43d6-b68a-25c804cbb61d {
  margin-top: 1em;
margin-bottom: 1em;
}

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

.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-c94a1e51-7165-4bd7-be1c-c29a8db5f572 {
  margin-top: 2%;
margin-bottom: 0%;
}


  #s-c94a1e51-7165-4bd7-be1c-c29a8db5f572 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(234, 234, 234, 1);
    border: 1px solid #DDDDDD;
  }
  #s-c94a1e51-7165-4bd7-be1c-c29a8db5f572 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-c94a1e51-7165-4bd7-be1c-c29a8db5f572 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 2, 2, 1);
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 20px;
}

#s-c94a1e51-7165-4bd7-be1c-c29a8db5f572 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-c94a1e51-7165-4bd7-be1c-c29a8db5f572 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-c94a1e51-7165-4bd7-be1c-c29a8db5f572 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-aa5e0d21-e169-4e12-89f6-64c94a965891 {
  min-height: 50px;
}








#s-aa5e0d21-e169-4e12-89f6-64c94a965891 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa5e0d21-e169-4e12-89f6-64c94a965891.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec82d144-9d3e-45d5-805d-8c6497388ebb {
  min-height: 50px;
}
@media (max-width: 767px){#s-ec82d144-9d3e-45d5-805d-8c6497388ebb {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-ec82d144-9d3e-45d5-805d-8c6497388ebb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec82d144-9d3e-45d5-805d-8c6497388ebb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80620443-6acd-4699-87ca-50c62a563317 {
  margin-top: 3%;
}

#s-80620443-6acd-4699-87ca-50c62a563317 {
  display: none;
}
#s-2e903541-1b62-4197-a371-f2951c51abc2 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-2e903541-1b62-4197-a371-f2951c51abc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e903541-1b62-4197-a371-f2951c51abc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e903541-1b62-4197-a371-f2951c51abc2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e903541-1b62-4197-a371-f2951c51abc2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e903541-1b62-4197-a371-f2951c51abc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e903541-1b62-4197-a371-f2951c51abc2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e903541-1b62-4197-a371-f2951c51abc2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e903541-1b62-4197-a371-f2951c51abc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e903541-1b62-4197-a371-f2951c51abc2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e903541-1b62-4197-a371-f2951c51abc2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-fd3c90a3-6e03-477b-8b52-aecadf04b3a8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-fd3c90a3-6e03-477b-8b52-aecadf04b3a8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fd3c90a3-6e03-477b-8b52-aecadf04b3a8 .shg-sld-nav-button.shg-sld-left,
#s-fd3c90a3-6e03-477b-8b52-aecadf04b3a8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-91f2a506-ca36-4e3e-b140-68103e22378b {
  text-align: center;
}







  #s-91f2a506-ca36-4e3e-b140-68103e22378b img.shogun-image {
    

    
    
    
  }


#s-91f2a506-ca36-4e3e-b140-68103e22378b .shogun-image-content {
  
    align-items: center;
  
}

#s-9fea25a1-6e65-4a87-8738-248da3a142ce {
  text-align: center;
}







  #s-9fea25a1-6e65-4a87-8738-248da3a142ce img.shogun-image {
    

    
    
    
  }


#s-9fea25a1-6e65-4a87-8738-248da3a142ce .shogun-image-content {
  
    align-items: center;
  
}

#s-1320f87a-c5d7-4aad-b799-fc0b5d5a5935 {
  text-align: center;
}







  #s-1320f87a-c5d7-4aad-b799-fc0b5d5a5935 img.shogun-image {
    

    
    
    
  }


#s-1320f87a-c5d7-4aad-b799-fc0b5d5a5935 .shogun-image-content {
  
    align-items: center;
  
}

#s-051988fe-b2c6-4617-9def-f51bdc2170c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-051988fe-b2c6-4617-9def-f51bdc2170c4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

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

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

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

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

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

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

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

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

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

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af {
  margin-bottom: 0px;
text-align: left;
}

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af-btn-wrapper {
    text-align: center;
  }


#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-variant-btn:hover {
  background: #252525;
}

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-variant-btn:active, #s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-02f8f3ff-da0d-4bbf-b82d-a72cc094f3af .shg-variant-btn.disabled {
  background: #252525;
}

#s-254eeaf2-7036-42df-a950-7b85702979fc {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-254eeaf2-7036-42df-a950-7b85702979fc .shg-product-quantity-wrapper {
  display: flex;
}

#s-254eeaf2-7036-42df-a950-7b85702979fc .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-254eeaf2-7036-42df-a950-7b85702979fc .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-254eeaf2-7036-42df-a950-7b85702979fc .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-254eeaf2-7036-42df-a950-7b85702979fc .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-df4ffbe1-cf56-4062-9a9b-fef8f7ea58e8 {
  text-align: left;
}

#s-df4ffbe1-cf56-4062-9a9b-fef8f7ea58e8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-df4ffbe1-cf56-4062-9a9b-fef8f7ea58e8 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}

#s-df4ffbe1-cf56-4062-9a9b-fef8f7ea58e8 .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-f32052a5-a753-47ed-ac51-83c77282f8f3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f32052a5-a753-47ed-ac51-83c77282f8f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f32052a5-a753-47ed-ac51-83c77282f8f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f32052a5-a753-47ed-ac51-83c77282f8f3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f32052a5-a753-47ed-ac51-83c77282f8f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f32052a5-a753-47ed-ac51-83c77282f8f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-f32052a5-a753-47ed-ac51-83c77282f8f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f32052a5-a753-47ed-ac51-83c77282f8f3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4191ad99-1c36-42b6-8b8a-0286f4e16dac {
  min-height: 50px;
}








#s-4191ad99-1c36-42b6-8b8a-0286f4e16dac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4191ad99-1c36-42b6-8b8a-0286f4e16dac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c317a570-15b9-41b9-b9af-f8704b048cc2 {
  margin-top: 3%;
}

#s-c317a570-15b9-41b9-b9af-f8704b048cc2 {
  display: none;
}
#s-804920d7-5257-4dec-9eb7-4f4dce5c59d7 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-804920d7-5257-4dec-9eb7-4f4dce5c59d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-804920d7-5257-4dec-9eb7-4f4dce5c59d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-804920d7-5257-4dec-9eb7-4f4dce5c59d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-804920d7-5257-4dec-9eb7-4f4dce5c59d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-804920d7-5257-4dec-9eb7-4f4dce5c59d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-804920d7-5257-4dec-9eb7-4f4dce5c59d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-804920d7-5257-4dec-9eb7-4f4dce5c59d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-804920d7-5257-4dec-9eb7-4f4dce5c59d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-804920d7-5257-4dec-9eb7-4f4dce5c59d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-804920d7-5257-4dec-9eb7-4f4dce5c59d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-1c4ea3a9-f5b7-42d2-81ef-56066c198beb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1c4ea3a9-f5b7-42d2-81ef-56066c198beb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1c4ea3a9-f5b7-42d2-81ef-56066c198beb .shg-sld-nav-button.shg-sld-left,
#s-1c4ea3a9-f5b7-42d2-81ef-56066c198beb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b0ce676d-ec7e-4d87-9dc8-2545347c83b0 {
  text-align: center;
}







  #s-b0ce676d-ec7e-4d87-9dc8-2545347c83b0 img.shogun-image {
    

    
    
    
  }


#s-b0ce676d-ec7e-4d87-9dc8-2545347c83b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-35f9ae96-5855-4f93-9769-31b74de7066b {
  text-align: center;
}







  #s-35f9ae96-5855-4f93-9769-31b74de7066b img.shogun-image {
    

    
    
    
  }


#s-35f9ae96-5855-4f93-9769-31b74de7066b .shogun-image-content {
  
    align-items: center;
  
}

#s-58ecd085-caa6-4c68-a8ac-1ce63ff9ab9a {
  text-align: center;
}







  #s-58ecd085-caa6-4c68-a8ac-1ce63ff9ab9a img.shogun-image {
    

    
    
    
  }


#s-58ecd085-caa6-4c68-a8ac-1ce63ff9ab9a .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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-0020e527-3e4c-45c2-9033-5b53752ccbe2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0020e527-3e4c-45c2-9033-5b53752ccbe2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ab55d2d2-1c98-4f63-9755-2666531d9bc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab55d2d2-1c98-4f63-9755-2666531d9bc6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-08b27d11-673c-487d-a42e-f79dff450ef4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08b27d11-673c-487d-a42e-f79dff450ef4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7dd8b123-4b1e-4c00-88dd-8fbbc2e25b14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7dd8b123-4b1e-4c00-88dd-8fbbc2e25b14 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:  normal ;
    font-family: Lato;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 5px;
    }
  




  #s-11aca0da-5572-45ba-a350-2d2026b7e246-btn-wrapper {
    text-align: center;
  }


#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-variant-btn:hover {
  background: #252525;
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-variant-btn:active, #s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-11aca0da-5572-45ba-a350-2d2026b7e246 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3a36b2ca-3463-41cf-88fd-cc0fed99fb32 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-3a36b2ca-3463-41cf-88fd-cc0fed99fb32 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3a36b2ca-3463-41cf-88fd-cc0fed99fb32 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3a36b2ca-3463-41cf-88fd-cc0fed99fb32 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3a36b2ca-3463-41cf-88fd-cc0fed99fb32 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3a36b2ca-3463-41cf-88fd-cc0fed99fb32 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-fee62f9e-6650-4bc6-9548-7a212125d0ea {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-fee62f9e-6650-4bc6-9548-7a212125d0ea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-fee62f9e-6650-4bc6-9548-7a212125d0ea .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}

#s-fee62f9e-6650-4bc6-9548-7a212125d0ea .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-37f9be4f-1871-489c-9ecd-6db47853e64c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-37f9be4f-1871-489c-9ecd-6db47853e64c:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-37f9be4f-1871-489c-9ecd-6db47853e64c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37f9be4f-1871-489c-9ecd-6db47853e64c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37f9be4f-1871-489c-9ecd-6db47853e64c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37f9be4f-1871-489c-9ecd-6db47853e64c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-37f9be4f-1871-489c-9ecd-6db47853e64c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-37f9be4f-1871-489c-9ecd-6db47853e64c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


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

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

#s-5a979c03-bc3c-4f38-a514-7193fcc530b2 {
  margin-top: 2em;
margin-left: 5%;
margin-right: 5%;
}

#s-5a979c03-bc3c-4f38-a514-7193fcc530b2 hr {
  border-top: 2px solid rgba(194, 194, 194, 1);
}

#s-62f55585-fe4d-41f5-b5c3-68865584735a {
  min-height: 50px;
}








#s-62f55585-fe4d-41f5-b5c3-68865584735a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62f55585-fe4d-41f5-b5c3-68865584735a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cf0f590-2a49-48a2-bcc4-db3749cd20a9 {
  display: none;
}
#s-f8063e30-5346-4faa-b620-7327ec1fa09f {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-f8063e30-5346-4faa-b620-7327ec1fa09f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8063e30-5346-4faa-b620-7327ec1fa09f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f8063e30-5346-4faa-b620-7327ec1fa09f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f8063e30-5346-4faa-b620-7327ec1fa09f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f8063e30-5346-4faa-b620-7327ec1fa09f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f8063e30-5346-4faa-b620-7327ec1fa09f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f8063e30-5346-4faa-b620-7327ec1fa09f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8063e30-5346-4faa-b620-7327ec1fa09f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f8063e30-5346-4faa-b620-7327ec1fa09f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f8063e30-5346-4faa-b620-7327ec1fa09f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-c3be956a-714b-48f1-b6a5-975687682d58 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c3be956a-714b-48f1-b6a5-975687682d58 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c3be956a-714b-48f1-b6a5-975687682d58 .shg-sld-nav-button.shg-sld-left,
#s-c3be956a-714b-48f1-b6a5-975687682d58 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e2ac9f99-bb06-41d4-945a-f91f628462d8 {
  text-align: center;
}







  #s-e2ac9f99-bb06-41d4-945a-f91f628462d8 img.shogun-image {
    

    
    
    
  }


#s-e2ac9f99-bb06-41d4-945a-f91f628462d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c02eeff7-a880-499a-9db6-694c8b6b869e {
  text-align: center;
}







  #s-c02eeff7-a880-499a-9db6-694c8b6b869e img.shogun-image {
    

    
    
    
  }


#s-c02eeff7-a880-499a-9db6-694c8b6b869e .shogun-image-content {
  
    align-items: center;
  
}

#s-b6a41849-2522-4453-b336-6df37a6a2ee8 {
  text-align: center;
}







  #s-b6a41849-2522-4453-b336-6df37a6a2ee8 img.shogun-image {
    

    
    
    
  }


#s-b6a41849-2522-4453-b336-6df37a6a2ee8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb53a414-3305-4195-b2db-863f585076a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb53a414-3305-4195-b2db-863f585076a3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-24771efa-d257-46a4-856a-13c7c3a23140 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24771efa-d257-46a4-856a-13c7c3a23140 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3229daea-d204-4186-a66c-7865876ac7d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3229daea-d204-4186-a66c-7865876ac7d0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a00e629c-b4c7-4ad5-b9e4-442d3046015e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a00e629c-b4c7-4ad5-b9e4-442d3046015e .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 {
  text-align: left;
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360-btn-wrapper {
    text-align: center;
  }


#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-variant-btn:hover {
  background: #252525;
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-variant-btn:active, #s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-94e51c6f-dbb1-4c8a-aff5-fd38a0250360 .shg-variant-btn.disabled {
  background: #252525;
}

#s-4ec99565-5bbd-4e70-a0d7-2aadc01f9d1c {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-4ec99565-5bbd-4e70-a0d7-2aadc01f9d1c .shg-product-quantity-wrapper {
  display: flex;
}

#s-4ec99565-5bbd-4e70-a0d7-2aadc01f9d1c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4ec99565-5bbd-4e70-a0d7-2aadc01f9d1c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4ec99565-5bbd-4e70-a0d7-2aadc01f9d1c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4ec99565-5bbd-4e70-a0d7-2aadc01f9d1c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-58e7f610-e525-4ddd-a318-b5e8a17ef08f {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-58e7f610-e525-4ddd-a318-b5e8a17ef08f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-58e7f610-e525-4ddd-a318-b5e8a17ef08f .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}

#s-58e7f610-e525-4ddd-a318-b5e8a17ef08f .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-16e7e38c-eea0-4321-ac40-b5c13ab263bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-16e7e38c-eea0-4321-ac40-b5c13ab263bf:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-16e7e38c-eea0-4321-ac40-b5c13ab263bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-16e7e38c-eea0-4321-ac40-b5c13ab263bf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16e7e38c-eea0-4321-ac40-b5c13ab263bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16e7e38c-eea0-4321-ac40-b5c13ab263bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-16e7e38c-eea0-4321-ac40-b5c13ab263bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-16e7e38c-eea0-4321-ac40-b5c13ab263bf.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b7128984-bddf-461d-88d0-cbd12b3f3fee {
  margin-top: 2em;
margin-left: 5%;
margin-right: 5%;
}

#s-b7128984-bddf-461d-88d0-cbd12b3f3fee hr {
  border-top: 2px solid rgba(194, 194, 194, 1);
}

#s-6e67f084-7f4b-40f1-92f0-8783f4ce18ba {
  display: none;
}
#s-a0b6ebae-c03f-4f71-9438-a85a4b64fab7 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a0b6ebae-c03f-4f71-9438-a85a4b64fab7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0b6ebae-c03f-4f71-9438-a85a4b64fab7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a0b6ebae-c03f-4f71-9438-a85a4b64fab7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a0b6ebae-c03f-4f71-9438-a85a4b64fab7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a0b6ebae-c03f-4f71-9438-a85a4b64fab7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a0b6ebae-c03f-4f71-9438-a85a4b64fab7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a0b6ebae-c03f-4f71-9438-a85a4b64fab7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0b6ebae-c03f-4f71-9438-a85a4b64fab7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a0b6ebae-c03f-4f71-9438-a85a4b64fab7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a0b6ebae-c03f-4f71-9438-a85a4b64fab7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-09885442-ba26-4df7-b21c-38a7a4034b39 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-09885442-ba26-4df7-b21c-38a7a4034b39 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-09885442-ba26-4df7-b21c-38a7a4034b39 .shg-sld-nav-button.shg-sld-left,
#s-09885442-ba26-4df7-b21c-38a7a4034b39 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-28abdfc2-8f02-4465-b785-c427db779b8d {
  max-width: 2000px;
aspect-ratio: 2000/1333;
text-align: center;
}





  #s-28abdfc2-8f02-4465-b785-c427db779b8d img.shogun-image,
  #s-28abdfc2-8f02-4465-b785-c427db779b8d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-28abdfc2-8f02-4465-b785-c427db779b8d {
    width: 100%;
    height: auto;
  }



  #s-28abdfc2-8f02-4465-b785-c427db779b8d img.shogun-image {
    

    
    
    
  }


#s-28abdfc2-8f02-4465-b785-c427db779b8d .shogun-image-content {
  
    align-items: center;
  
}

#s-86da760f-1a81-4769-ac0b-a6e85c42c529 {
  text-align: center;
}







  #s-86da760f-1a81-4769-ac0b-a6e85c42c529 img.shogun-image {
    

    
    
    
  }


#s-86da760f-1a81-4769-ac0b-a6e85c42c529 .shogun-image-content {
  
    align-items: center;
  
}

#s-5af2024d-a89b-4b15-9af6-80c225a54544 {
  text-align: center;
}







  #s-5af2024d-a89b-4b15-9af6-80c225a54544 img.shogun-image {
    

    
    
    
  }


#s-5af2024d-a89b-4b15-9af6-80c225a54544 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac9fd7ba-26f1-44d0-bb17-b8498e655da2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac9fd7ba-26f1-44d0-bb17-b8498e655da2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a4850638-af01-488d-88ed-15333f3aaa6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4850638-af01-488d-88ed-15333f3aaa6d .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b0bf1c47-382d-431a-93c1-65952bb86359 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b0bf1c47-382d-431a-93c1-65952bb86359 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 {
  text-align: left;
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: column;
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-top: 10px;
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2-btn-wrapper {
    text-align: center;
  }


#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-variant-btn:hover {
  background: #252525;
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-variant-btn:active, #s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-26f4e1bf-7b3f-4061-9f6c-a397bf1502d2 .shg-variant-btn.disabled {
  background: #252525;
}

#s-c4b9d779-ff8d-4f31-bf76-bfe2ca612afe {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-c4b9d779-ff8d-4f31-bf76-bfe2ca612afe .shg-product-quantity-wrapper {
  display: flex;
}

#s-c4b9d779-ff8d-4f31-bf76-bfe2ca612afe .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c4b9d779-ff8d-4f31-bf76-bfe2ca612afe .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c4b9d779-ff8d-4f31-bf76-bfe2ca612afe .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c4b9d779-ff8d-4f31-bf76-bfe2ca612afe .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-4643f789-558a-4161-83f4-6fd09974843f {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-4643f789-558a-4161-83f4-6fd09974843f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-4643f789-558a-4161-83f4-6fd09974843f .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}

#s-4643f789-558a-4161-83f4-6fd09974843f .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-51b705e4-7c81-48d4-b927-51c1c9e8163a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-51b705e4-7c81-48d4-b927-51c1c9e8163a:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51b705e4-7c81-48d4-b927-51c1c9e8163a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51b705e4-7c81-48d4-b927-51c1c9e8163a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51b705e4-7c81-48d4-b927-51c1c9e8163a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51b705e4-7c81-48d4-b927-51c1c9e8163a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-51b705e4-7c81-48d4-b927-51c1c9e8163a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-51b705e4-7c81-48d4-b927-51c1c9e8163a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b44e14d5-6590-4717-a233-db760f1f83d8 {
  margin-top: 2em;
margin-left: 5%;
margin-right: 5%;
}

#s-b44e14d5-6590-4717-a233-db760f1f83d8 hr {
  border-top: 2px solid rgba(194, 194, 194, 1);
}

#s-70f28469-e29f-40c1-a39a-3854640a37c6 {
  min-height: 50px;
}








#s-70f28469-e29f-40c1-a39a-3854640a37c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70f28469-e29f-40c1-a39a-3854640a37c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc7c1d1a-e6be-4ec8-93e4-b785740b0d0b {
  display: none;
}
#s-664099e2-81f0-4dbc-a2e7-682b282484d3 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-664099e2-81f0-4dbc-a2e7-682b282484d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-664099e2-81f0-4dbc-a2e7-682b282484d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-664099e2-81f0-4dbc-a2e7-682b282484d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-664099e2-81f0-4dbc-a2e7-682b282484d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-664099e2-81f0-4dbc-a2e7-682b282484d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-664099e2-81f0-4dbc-a2e7-682b282484d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-664099e2-81f0-4dbc-a2e7-682b282484d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-664099e2-81f0-4dbc-a2e7-682b282484d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-664099e2-81f0-4dbc-a2e7-682b282484d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-664099e2-81f0-4dbc-a2e7-682b282484d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-28db3ae0-3ce3-42e4-b6bf-0b5bc4436782 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-28db3ae0-3ce3-42e4-b6bf-0b5bc4436782 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-28db3ae0-3ce3-42e4-b6bf-0b5bc4436782 .shg-sld-nav-button.shg-sld-left,
#s-28db3ae0-3ce3-42e4-b6bf-0b5bc4436782 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7b8610d9-b433-497e-9525-2af70bc64e00 {
  text-align: center;
}







  #s-7b8610d9-b433-497e-9525-2af70bc64e00 img.shogun-image {
    

    
    
    
  }


#s-7b8610d9-b433-497e-9525-2af70bc64e00 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ae92a40-8a46-48c5-83cb-7e83d3d4454b {
  text-align: center;
}







  #s-5ae92a40-8a46-48c5-83cb-7e83d3d4454b img.shogun-image {
    

    
    
    
  }


#s-5ae92a40-8a46-48c5-83cb-7e83d3d4454b .shogun-image-content {
  
    align-items: center;
  
}

#s-631434d1-cf61-4f78-b4f8-90d843829bb5 {
  text-align: center;
}







  #s-631434d1-cf61-4f78-b4f8-90d843829bb5 img.shogun-image {
    

    
    
    
  }


#s-631434d1-cf61-4f78-b4f8-90d843829bb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cdce03a-f64e-48cf-84de-155b6523dcd2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cdce03a-f64e-48cf-84de-155b6523dcd2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b8c768a4-e2bf-4607-b312-477038bddc92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8c768a4-e2bf-4607-b312-477038bddc92 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-97925fbf-bb7e-40be-a815-932df2855ace {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97925fbf-bb7e-40be-a815-932df2855ace .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-0255b8d1-78db-4387-9a4b-5bc3a69dcbd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0255b8d1-78db-4387-9a4b-5bc3a69dcbd7 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-686897ae-824f-443b-aeb8-dc381055512a {
  text-align: left;
}

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-686897ae-824f-443b-aeb8-dc381055512a .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-686897ae-824f-443b-aeb8-dc381055512a .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-686897ae-824f-443b-aeb8-dc381055512a-btn-wrapper {
    text-align: center;
  }


#s-686897ae-824f-443b-aeb8-dc381055512a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-variant-btn:hover {
  background: #252525;
}

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-variant-btn:active, #s-686897ae-824f-443b-aeb8-dc381055512a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-686897ae-824f-443b-aeb8-dc381055512a .shg-variant-btn.disabled {
  background: #252525;
}

#s-bc4076b2-a5d3-4ed1-b121-6d1e3680ea58 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}

#s-bc4076b2-a5d3-4ed1-b121-6d1e3680ea58 .shg-product-quantity-wrapper {
  display: flex;
}

#s-bc4076b2-a5d3-4ed1-b121-6d1e3680ea58 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-bc4076b2-a5d3-4ed1-b121-6d1e3680ea58 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-bc4076b2-a5d3-4ed1-b121-6d1e3680ea58 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-bc4076b2-a5d3-4ed1-b121-6d1e3680ea58 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-a712a876-5a8b-4589-aee0-63155ab8f14b {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-a712a876-5a8b-4589-aee0-63155ab8f14b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-a712a876-5a8b-4589-aee0-63155ab8f14b .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}

#s-a712a876-5a8b-4589-aee0-63155ab8f14b .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-99c6a303-a325-4f59-a7a0-7a00de7bb4cf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-99c6a303-a325-4f59-a7a0-7a00de7bb4cf:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-99c6a303-a325-4f59-a7a0-7a00de7bb4cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-99c6a303-a325-4f59-a7a0-7a00de7bb4cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-99c6a303-a325-4f59-a7a0-7a00de7bb4cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-99c6a303-a325-4f59-a7a0-7a00de7bb4cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-99c6a303-a325-4f59-a7a0-7a00de7bb4cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-99c6a303-a325-4f59-a7a0-7a00de7bb4cf.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3bdb7ee6-cd6d-4d05-a4cb-495acde32cb5 {
  margin-top: 2em;
margin-left: 5%;
margin-right: 5%;
}

#s-3bdb7ee6-cd6d-4d05-a4cb-495acde32cb5 hr {
  border-top: 2px solid rgba(194, 194, 194, 1);
}

#s-3bf76ff8-ac4f-4407-b675-d2c7bf191c98 {
  min-height: 50px;
}








#s-3bf76ff8-ac4f-4407-b675-d2c7bf191c98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bf76ff8-ac4f-4407-b675-d2c7bf191c98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-828f80a0-f812-4a61-8433-a3f1c280e238 {
  margin-top: 3%;
}

#s-828f80a0-f812-4a61-8433-a3f1c280e238 {
  display: none;
}
#s-d1eea05f-0adb-40f4-8214-c308c31657a8 {
  margin-top: 2em;
margin-left: 5%;
margin-right: 5%;
}

#s-d1eea05f-0adb-40f4-8214-c308c31657a8 hr {
  border-top: 2px solid rgba(194, 194, 194, 1);
}

#s-dddb944e-239c-48c2-af72-58b0542be70c {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-dddb944e-239c-48c2-af72-58b0542be70c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dddb944e-239c-48c2-af72-58b0542be70c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dddb944e-239c-48c2-af72-58b0542be70c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dddb944e-239c-48c2-af72-58b0542be70c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dddb944e-239c-48c2-af72-58b0542be70c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dddb944e-239c-48c2-af72-58b0542be70c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dddb944e-239c-48c2-af72-58b0542be70c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dddb944e-239c-48c2-af72-58b0542be70c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dddb944e-239c-48c2-af72-58b0542be70c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dddb944e-239c-48c2-af72-58b0542be70c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-3a83920c-26c6-4ae7-a5c6-e92f5d45a847 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3a83920c-26c6-4ae7-a5c6-e92f5d45a847 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3a83920c-26c6-4ae7-a5c6-e92f5d45a847 .shg-sld-nav-button.shg-sld-left,
#s-3a83920c-26c6-4ae7-a5c6-e92f5d45a847 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1732877a-5d84-468b-be37-02508bfcb88d {
  text-align: center;
}







  #s-1732877a-5d84-468b-be37-02508bfcb88d img.shogun-image {
    

    
    
    
  }


#s-1732877a-5d84-468b-be37-02508bfcb88d .shogun-image-content {
  
    align-items: center;
  
}

#s-2615563b-90ad-422f-bdc8-f83589eaacaf {
  text-align: center;
}







  #s-2615563b-90ad-422f-bdc8-f83589eaacaf img.shogun-image {
    

    
    
    
  }


#s-2615563b-90ad-422f-bdc8-f83589eaacaf .shogun-image-content {
  
    align-items: center;
  
}

#s-8bf8dfb6-3f79-462f-99e8-ca6fdc1b64a9 {
  max-width: 2000px;
aspect-ratio: 2000/1333;
text-align: center;
}





  #s-8bf8dfb6-3f79-462f-99e8-ca6fdc1b64a9 img.shogun-image,
  #s-8bf8dfb6-3f79-462f-99e8-ca6fdc1b64a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bf8dfb6-3f79-462f-99e8-ca6fdc1b64a9 {
    width: 100%;
    height: auto;
  }



  #s-8bf8dfb6-3f79-462f-99e8-ca6fdc1b64a9 img.shogun-image {
    

    
    
    
  }


#s-8bf8dfb6-3f79-462f-99e8-ca6fdc1b64a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb26f688-d7e3-48ee-9724-cc043aa58835 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb26f688-d7e3-48ee-9724-cc043aa58835 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d {
  margin-bottom: 0px;
text-align: left;
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-f0ab29f1-8b70-40cb-9796-63523cfc715d-btn-wrapper {
    text-align: center;
  }


#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-variant-btn:hover {
  background: #252525;
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-variant-btn:active, #s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f0ab29f1-8b70-40cb-9796-63523cfc715d .shg-variant-btn.disabled {
  background: #252525;
}

#s-d0be7319-722f-45f9-8dd7-2531bd5172f4 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-d0be7319-722f-45f9-8dd7-2531bd5172f4 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d0be7319-722f-45f9-8dd7-2531bd5172f4 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d0be7319-722f-45f9-8dd7-2531bd5172f4 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d0be7319-722f-45f9-8dd7-2531bd5172f4 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d0be7319-722f-45f9-8dd7-2531bd5172f4 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-046d7bb0-b3c8-4823-9ad5-59faeec6218d {
  text-align: left;
}

#s-046d7bb0-b3c8-4823-9ad5-59faeec6218d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-046d7bb0-b3c8-4823-9ad5-59faeec6218d .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}

#s-046d7bb0-b3c8-4823-9ad5-59faeec6218d .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-30de46ed-0adc-4404-b410-3dbb4da28909 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-30de46ed-0adc-4404-b410-3dbb4da28909:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30de46ed-0adc-4404-b410-3dbb4da28909:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-30de46ed-0adc-4404-b410-3dbb4da28909 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-30de46ed-0adc-4404-b410-3dbb4da28909.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30de46ed-0adc-4404-b410-3dbb4da28909.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-30de46ed-0adc-4404-b410-3dbb4da28909.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-30de46ed-0adc-4404-b410-3dbb4da28909.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8b9a7e7a-004f-472c-8b3f-4c5cc2969d2b {
  margin-bottom: 3em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b9a7e7a-004f-472c-8b3f-4c5cc2969d2b .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fb655189-96e7-415e-aad2-e30eb9360fbc {
  margin-top: 2em;
margin-left: 5%;
margin-right: 5%;
}

#s-fb655189-96e7-415e-aad2-e30eb9360fbc hr {
  border-top: 2px solid rgba(194, 194, 194, 1);
}

#s-2590a8b2-b2a7-48c1-b86d-d11f768de1c6 {
  min-height: 50px;
}








#s-2590a8b2-b2a7-48c1-b86d-d11f768de1c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2590a8b2-b2a7-48c1-b86d-d11f768de1c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f16f8c4e-2689-4c9b-8897-8e04449e49b6 {
  display: none;
}
#s-1e79aaf1-f797-4b0c-9093-3e2f276b7b52 {
  margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-1e79aaf1-f797-4b0c-9093-3e2f276b7b52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e79aaf1-f797-4b0c-9093-3e2f276b7b52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1e79aaf1-f797-4b0c-9093-3e2f276b7b52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1e79aaf1-f797-4b0c-9093-3e2f276b7b52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1e79aaf1-f797-4b0c-9093-3e2f276b7b52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1e79aaf1-f797-4b0c-9093-3e2f276b7b52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1e79aaf1-f797-4b0c-9093-3e2f276b7b52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e79aaf1-f797-4b0c-9093-3e2f276b7b52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1e79aaf1-f797-4b0c-9093-3e2f276b7b52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1e79aaf1-f797-4b0c-9093-3e2f276b7b52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-60bf9142-4cef-4679-b5ca-dd2a211343cb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-60bf9142-4cef-4679-b5ca-dd2a211343cb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-60bf9142-4cef-4679-b5ca-dd2a211343cb .shg-sld-nav-button.shg-sld-left,
#s-60bf9142-4cef-4679-b5ca-dd2a211343cb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e5291e9a-7317-4004-b168-a4a0e37b30e0 {
  text-align: center;
}







  #s-e5291e9a-7317-4004-b168-a4a0e37b30e0 img.shogun-image {
    

    
    
    
  }


#s-e5291e9a-7317-4004-b168-a4a0e37b30e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c5b7bfe-8b1c-47ba-a55a-e2ea387271ab {
  text-align: center;
}







  #s-9c5b7bfe-8b1c-47ba-a55a-e2ea387271ab img.shogun-image {
    

    
    
    
  }


#s-9c5b7bfe-8b1c-47ba-a55a-e2ea387271ab .shogun-image-content {
  
    align-items: center;
  
}

#s-bfe86311-3c08-4729-bf11-1425289009e1 {
  text-align: center;
}







  #s-bfe86311-3c08-4729-bf11-1425289009e1 img.shogun-image {
    

    
    
    
  }


#s-bfe86311-3c08-4729-bf11-1425289009e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d97c5ce4-c42c-4a2a-8201-4463ec259e2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d97c5ce4-c42c-4a2a-8201-4463ec259e2b .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d0c7843e-5904-489b-a3ff-14e85a94bb6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0c7843e-5904-489b-a3ff-14e85a94bb6b .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-76ff1358-f41a-4517-9cf5-ba1ee52580bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76ff1358-f41a-4517-9cf5-ba1ee52580bf .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f7f20a4c-9204-4df6-9b34-e565232da7e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f7f20a4c-9204-4df6-9b34-e565232da7e6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 {
  text-align: left;
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52-btn-wrapper {
    text-align: center;
  }


#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-variant-btn:hover {
  background: #252525;
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-variant-btn:active, #s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8f0e7b39-4bc2-4eb5-ba69-42c2368a7b52 .shg-variant-btn.disabled {
  background: #252525;
}

#s-e69f8865-c782-4e5e-8167-2df2c276e651 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}

#s-e69f8865-c782-4e5e-8167-2df2c276e651 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e69f8865-c782-4e5e-8167-2df2c276e651 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e69f8865-c782-4e5e-8167-2df2c276e651 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e69f8865-c782-4e5e-8167-2df2c276e651 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e69f8865-c782-4e5e-8167-2df2c276e651 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-d304a0f0-083b-413e-848e-d2bcd8ae562f {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-d304a0f0-083b-413e-848e-d2bcd8ae562f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-d304a0f0-083b-413e-848e-d2bcd8ae562f .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}

#s-d304a0f0-083b-413e-848e-d2bcd8ae562f .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-c9594ebf-d4b3-4230-ade7-930b75b35ee5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c9594ebf-d4b3-4230-ade7-930b75b35ee5:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c9594ebf-d4b3-4230-ade7-930b75b35ee5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9594ebf-d4b3-4230-ade7-930b75b35ee5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9594ebf-d4b3-4230-ade7-930b75b35ee5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9594ebf-d4b3-4230-ade7-930b75b35ee5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-c9594ebf-d4b3-4230-ade7-930b75b35ee5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c9594ebf-d4b3-4230-ade7-930b75b35ee5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-011d368c-4141-48dc-9eef-2516a840dcf3 {
  min-height: 50px;
}








#s-011d368c-4141-48dc-9eef-2516a840dcf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-011d368c-4141-48dc-9eef-2516a840dcf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ba691b4-0ee3-4546-a1fa-cbb7256fad28 {
  display: none;
}
#s-4854c48e-8e70-49ab-9b56-4d9d6bd38488 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-4854c48e-8e70-49ab-9b56-4d9d6bd38488"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4854c48e-8e70-49ab-9b56-4d9d6bd38488"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4854c48e-8e70-49ab-9b56-4d9d6bd38488"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4854c48e-8e70-49ab-9b56-4d9d6bd38488"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4854c48e-8e70-49ab-9b56-4d9d6bd38488"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4854c48e-8e70-49ab-9b56-4d9d6bd38488"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4854c48e-8e70-49ab-9b56-4d9d6bd38488"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4854c48e-8e70-49ab-9b56-4d9d6bd38488"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4854c48e-8e70-49ab-9b56-4d9d6bd38488"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4854c48e-8e70-49ab-9b56-4d9d6bd38488"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-4bfa474b-8508-412b-9eec-4bbb9aca5de1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4bfa474b-8508-412b-9eec-4bbb9aca5de1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4bfa474b-8508-412b-9eec-4bbb9aca5de1 .shg-sld-nav-button.shg-sld-left,
#s-4bfa474b-8508-412b-9eec-4bbb9aca5de1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-60e9c0f8-0c3f-49e0-9a00-2c684dc9b493 {
  text-align: center;
}







  #s-60e9c0f8-0c3f-49e0-9a00-2c684dc9b493 img.shogun-image {
    

    
    
    
  }


#s-60e9c0f8-0c3f-49e0-9a00-2c684dc9b493 .shogun-image-content {
  
    align-items: center;
  
}

#s-aaf50772-0075-4b1f-92ec-382b356992a0 {
  text-align: center;
}







  #s-aaf50772-0075-4b1f-92ec-382b356992a0 img.shogun-image {
    

    
    
    
  }


#s-aaf50772-0075-4b1f-92ec-382b356992a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d27a6d5-ae6d-407d-9961-fe49bab41934 {
  text-align: center;
}







  #s-3d27a6d5-ae6d-407d-9961-fe49bab41934 img.shogun-image {
    

    
    
    
  }


#s-3d27a6d5-ae6d-407d-9961-fe49bab41934 .shogun-image-content {
  
    align-items: center;
  
}

#s-afcd688b-febf-4035-aa95-16696f25d84a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afcd688b-febf-4035-aa95-16696f25d84a .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-79d664b3-a252-4d09-9067-7f068cd572d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79d664b3-a252-4d09-9067-7f068cd572d7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0940268d-caa6-4c84-8afe-62c7499ce505 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0940268d-caa6-4c84-8afe-62c7499ce505 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-30e4ab7d-0b50-4e32-9f7a-e577c026b6cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30e4ab7d-0b50-4e32-9f7a-e577c026b6cb .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 {
  text-align: left;
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-f95b6e11-ee83-4ccd-819c-43f5872fbce0-btn-wrapper {
    text-align: center;
  }


#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-variant-btn:hover {
  background: #252525;
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-variant-btn:active, #s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f95b6e11-ee83-4ccd-819c-43f5872fbce0 .shg-variant-btn.disabled {
  background: #252525;
}

#s-402d53c5-5e4c-4226-bf9a-90b832179566 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-402d53c5-5e4c-4226-bf9a-90b832179566 .shg-product-quantity-wrapper {
  display: flex;
}

#s-402d53c5-5e4c-4226-bf9a-90b832179566 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-402d53c5-5e4c-4226-bf9a-90b832179566 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-402d53c5-5e4c-4226-bf9a-90b832179566 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-402d53c5-5e4c-4226-bf9a-90b832179566 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c8c4b9df-ce3c-4946-8bdd-acef6e0f1978 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-c8c4b9df-ce3c-4946-8bdd-acef6e0f1978 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-c8c4b9df-ce3c-4946-8bdd-acef6e0f1978 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}

#s-c8c4b9df-ce3c-4946-8bdd-acef6e0f1978 .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-14f1dcd6-023b-47d6-ba58-f8ddc045549a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-14f1dcd6-023b-47d6-ba58-f8ddc045549a:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-14f1dcd6-023b-47d6-ba58-f8ddc045549a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-14f1dcd6-023b-47d6-ba58-f8ddc045549a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-14f1dcd6-023b-47d6-ba58-f8ddc045549a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-14f1dcd6-023b-47d6-ba58-f8ddc045549a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-14f1dcd6-023b-47d6-ba58-f8ddc045549a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-14f1dcd6-023b-47d6-ba58-f8ddc045549a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8a7383d7-f5a2-4bea-a275-4fcb80a310ff {
  margin-top: 2em;
margin-left: 5%;
margin-right: 5%;
}

#s-8a7383d7-f5a2-4bea-a275-4fcb80a310ff hr {
  border-top: 2px solid rgba(194, 194, 194, 1);
}

#s-9716ca24-85af-4700-9724-cff9c4e5d7aa {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-9716ca24-85af-4700-9724-cff9c4e5d7aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9716ca24-85af-4700-9724-cff9c4e5d7aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9716ca24-85af-4700-9724-cff9c4e5d7aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9716ca24-85af-4700-9724-cff9c4e5d7aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9716ca24-85af-4700-9724-cff9c4e5d7aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9716ca24-85af-4700-9724-cff9c4e5d7aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9716ca24-85af-4700-9724-cff9c4e5d7aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9716ca24-85af-4700-9724-cff9c4e5d7aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9716ca24-85af-4700-9724-cff9c4e5d7aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9716ca24-85af-4700-9724-cff9c4e5d7aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-555fabd8-792a-4a5b-86a4-d6c94cc465eb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-555fabd8-792a-4a5b-86a4-d6c94cc465eb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-555fabd8-792a-4a5b-86a4-d6c94cc465eb .shg-sld-nav-button.shg-sld-left,
#s-555fabd8-792a-4a5b-86a4-d6c94cc465eb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-bd1aec65-b077-4e3b-97a7-936ab484de1f {
  text-align: center;
}







  #s-bd1aec65-b077-4e3b-97a7-936ab484de1f img.shogun-image {
    

    
    
    
  }


#s-bd1aec65-b077-4e3b-97a7-936ab484de1f .shogun-image-content {
  
    align-items: center;
  
}

#s-879141a1-1074-4f30-9fff-1f5067f9efa1 {
  text-align: center;
}







  #s-879141a1-1074-4f30-9fff-1f5067f9efa1 img.shogun-image {
    

    
    
    
  }


#s-879141a1-1074-4f30-9fff-1f5067f9efa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-59f003ee-0348-4fbf-8a8c-d8252d58d684 {
  text-align: center;
}







  #s-59f003ee-0348-4fbf-8a8c-d8252d58d684 img.shogun-image {
    

    
    
    
  }


#s-59f003ee-0348-4fbf-8a8c-d8252d58d684 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbe56441-ceeb-4bad-b9ab-ed69caaeb9d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbe56441-ceeb-4bad-b9ab-ed69caaeb9d8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e4c5be8a-bfa5-41e7-af48-f30230dfa74d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4c5be8a-bfa5-41e7-af48-f30230dfa74d .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7144835d-2c9b-49d5-b150-c18578b64164 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7144835d-2c9b-49d5-b150-c18578b64164 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4160b486-df8c-426b-87c4-ecdbba99d06f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4160b486-df8c-426b-87c4-ecdbba99d06f .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c {
  text-align: left;
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c-btn-wrapper {
    text-align: center;
  }


#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-variant-btn:hover {
  background: #252525;
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-variant-btn:active, #s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-fc2b431c-f51e-4fc7-853f-7e40938b9f0c .shg-variant-btn.disabled {
  background: #252525;
}

#s-42c9c019-a8e3-4ba4-8e9a-aa4db4e85643 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-42c9c019-a8e3-4ba4-8e9a-aa4db4e85643 .shg-product-quantity-wrapper {
  display: flex;
}

#s-42c9c019-a8e3-4ba4-8e9a-aa4db4e85643 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-42c9c019-a8e3-4ba4-8e9a-aa4db4e85643 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-42c9c019-a8e3-4ba4-8e9a-aa4db4e85643 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-42c9c019-a8e3-4ba4-8e9a-aa4db4e85643 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f5beb4d4-84f3-424c-83e8-8b402c7ebc24 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-f5beb4d4-84f3-424c-83e8-8b402c7ebc24 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-f5beb4d4-84f3-424c-83e8-8b402c7ebc24 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}

#s-f5beb4d4-84f3-424c-83e8-8b402c7ebc24 .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-15aefa49-5c47-4e87-ad48-789a722a1c62 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-15aefa49-5c47-4e87-ad48-789a722a1c62:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-15aefa49-5c47-4e87-ad48-789a722a1c62:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-15aefa49-5c47-4e87-ad48-789a722a1c62 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-15aefa49-5c47-4e87-ad48-789a722a1c62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-15aefa49-5c47-4e87-ad48-789a722a1c62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-15aefa49-5c47-4e87-ad48-789a722a1c62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-15aefa49-5c47-4e87-ad48-789a722a1c62.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4039ee6c-bf95-44e1-8c8c-aeb352836635 {
  margin-top: 2em;
margin-left: 5%;
margin-right: 5%;
}

#s-4039ee6c-bf95-44e1-8c8c-aeb352836635 hr {
  border-top: 2px solid rgba(194, 194, 194, 1);
}

#s-96eb629e-fc7e-4e59-bfc9-b67ce9ada739 {
  margin-bottom: 3em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96eb629e-fc7e-4e59-bfc9-b67ce9ada739 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f97d2de7-4d23-422a-aaa3-73334fa8f402 {
  display: none;
}
#s-9fb8592e-6275-44ec-ae38-2a7a8743385e {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-9fb8592e-6275-44ec-ae38-2a7a8743385e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fb8592e-6275-44ec-ae38-2a7a8743385e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9fb8592e-6275-44ec-ae38-2a7a8743385e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9fb8592e-6275-44ec-ae38-2a7a8743385e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9fb8592e-6275-44ec-ae38-2a7a8743385e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9fb8592e-6275-44ec-ae38-2a7a8743385e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9fb8592e-6275-44ec-ae38-2a7a8743385e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fb8592e-6275-44ec-ae38-2a7a8743385e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9fb8592e-6275-44ec-ae38-2a7a8743385e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9fb8592e-6275-44ec-ae38-2a7a8743385e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-3a0284a8-c330-4c6f-8ef8-3338b0e0135a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3a0284a8-c330-4c6f-8ef8-3338b0e0135a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3a0284a8-c330-4c6f-8ef8-3338b0e0135a .shg-sld-nav-button.shg-sld-left,
#s-3a0284a8-c330-4c6f-8ef8-3338b0e0135a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fc553b67-3234-4d85-ba8a-85c0af24d5d5 {
  text-align: center;
}







  #s-fc553b67-3234-4d85-ba8a-85c0af24d5d5 img.shogun-image {
    

    
    
    
  }


#s-fc553b67-3234-4d85-ba8a-85c0af24d5d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6eb5b962-81a8-46fd-8c13-1fa18fe64e50 {
  text-align: center;
}







  #s-6eb5b962-81a8-46fd-8c13-1fa18fe64e50 img.shogun-image {
    

    
    
    
  }


#s-6eb5b962-81a8-46fd-8c13-1fa18fe64e50 .shogun-image-content {
  
    align-items: center;
  
}

#s-35061087-a093-4d06-8eb4-d80fc0b66838 {
  text-align: center;
}







  #s-35061087-a093-4d06-8eb4-d80fc0b66838 img.shogun-image {
    

    
    
    
  }


#s-35061087-a093-4d06-8eb4-d80fc0b66838 .shogun-image-content {
  
    align-items: center;
  
}

#s-037113dc-a05b-40b1-afd6-043a3decac01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-037113dc-a05b-40b1-afd6-043a3decac01 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9a52da47-4c4b-4e0b-8e87-e5d90c19c2fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a52da47-4c4b-4e0b-8e87-e5d90c19c2fe .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6eca094b-0f6c-488a-bceb-e4cdbe148dfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6eca094b-0f6c-488a-bceb-e4cdbe148dfe .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-309865bf-90e8-4683-b73b-f5aef5be8c07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-309865bf-90e8-4683-b73b-f5aef5be8c07 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 {
  text-align: left;
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7-btn-wrapper {
    text-align: center;
  }


#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-variant-btn:hover {
  background: #252525;
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-variant-btn:active, #s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-19ce5ced-025f-4d1d-9ebc-4fe92cd1b0d7 .shg-variant-btn.disabled {
  background: #252525;
}

#s-05edbe45-2a28-459b-a949-348b2052773f {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-05edbe45-2a28-459b-a949-348b2052773f .shg-product-quantity-wrapper {
  display: flex;
}

#s-05edbe45-2a28-459b-a949-348b2052773f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-05edbe45-2a28-459b-a949-348b2052773f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-05edbe45-2a28-459b-a949-348b2052773f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-05edbe45-2a28-459b-a949-348b2052773f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-998c3083-e121-496a-91b2-61a1c4af22b6 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-998c3083-e121-496a-91b2-61a1c4af22b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-998c3083-e121-496a-91b2-61a1c4af22b6 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}

#s-998c3083-e121-496a-91b2-61a1c4af22b6 .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-7bc20c50-a976-4974-a67f-53ba748b83e6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7bc20c50-a976-4974-a67f-53ba748b83e6:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7bc20c50-a976-4974-a67f-53ba748b83e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7bc20c50-a976-4974-a67f-53ba748b83e6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7bc20c50-a976-4974-a67f-53ba748b83e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7bc20c50-a976-4974-a67f-53ba748b83e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-7bc20c50-a976-4974-a67f-53ba748b83e6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7bc20c50-a976-4974-a67f-53ba748b83e6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b432e90b-ef78-4dad-ae3b-65a925873dbd {
  margin-top: 2em;
margin-left: 5%;
margin-right: 5%;
}

#s-b432e90b-ef78-4dad-ae3b-65a925873dbd hr {
  border-top: 2px solid rgba(194, 194, 194, 1);
}

#s-51c25c96-f066-41b4-9180-835a0121909e {
  min-height: 50px;
}








#s-51c25c96-f066-41b4-9180-835a0121909e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51c25c96-f066-41b4-9180-835a0121909e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2db408a6-78db-4ad1-bce4-a725d43b2015 {
  margin-bottom: 2em;
}

#s-2db408a6-78db-4ad1-bce4-a725d43b2015 {
  display: none;
}
#s-8a45e819-173a-4cd6-81bc-c7245057201c {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8a45e819-173a-4cd6-81bc-c7245057201c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a45e819-173a-4cd6-81bc-c7245057201c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8a45e819-173a-4cd6-81bc-c7245057201c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8a45e819-173a-4cd6-81bc-c7245057201c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8a45e819-173a-4cd6-81bc-c7245057201c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8a45e819-173a-4cd6-81bc-c7245057201c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8a45e819-173a-4cd6-81bc-c7245057201c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a45e819-173a-4cd6-81bc-c7245057201c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8a45e819-173a-4cd6-81bc-c7245057201c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8a45e819-173a-4cd6-81bc-c7245057201c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-9e117b04-c73b-40b1-9c59-6536e21e2bc8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9e117b04-c73b-40b1-9c59-6536e21e2bc8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9e117b04-c73b-40b1-9c59-6536e21e2bc8 .shg-sld-nav-button.shg-sld-left,
#s-9e117b04-c73b-40b1-9c59-6536e21e2bc8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f99080cc-6b73-4952-9f6b-9507dd8c4ed8 {
  text-align: center;
}







  #s-f99080cc-6b73-4952-9f6b-9507dd8c4ed8 img.shogun-image {
    

    
    
    
  }


#s-f99080cc-6b73-4952-9f6b-9507dd8c4ed8 .shogun-image-content {
  
    align-items: center;
  
}

#s-01337fec-1ef1-45c3-bf84-8f3a8cc804e3 {
  text-align: center;
}







  #s-01337fec-1ef1-45c3-bf84-8f3a8cc804e3 img.shogun-image {
    

    
    
    
  }


#s-01337fec-1ef1-45c3-bf84-8f3a8cc804e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3503270-b554-4e41-bdb6-30f8d1266061 {
  text-align: center;
}







  #s-b3503270-b554-4e41-bdb6-30f8d1266061 img.shogun-image {
    

    
    
    
  }


#s-b3503270-b554-4e41-bdb6-30f8d1266061 .shogun-image-content {
  
    align-items: center;
  
}

#s-37ba2698-a688-4e65-bf04-364bba941c5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37ba2698-a688-4e65-bf04-364bba941c5b .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3f7f5a9c-35f8-4544-9a04-46d3aceac492 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f7f5a9c-35f8-4544-9a04-46d3aceac492 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-eaa65811-08a0-455a-bb47-c6745d9577c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaa65811-08a0-455a-bb47-c6745d9577c6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5b8cba22-d0cc-494c-9b6b-a40d84174a18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5b8cba22-d0cc-494c-9b6b-a40d84174a18 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 {
  text-align: left;
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-9917af7a-46aa-4bd6-b23a-1de28a474138-btn-wrapper {
    text-align: center;
  }


#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-variant-btn:hover {
  background: #252525;
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-variant-btn:active, #s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-9917af7a-46aa-4bd6-b23a-1de28a474138 .shg-variant-btn.disabled {
  background: #252525;
}

#s-014a1ade-be56-4113-9f03-669d3b0246d8 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}

#s-014a1ade-be56-4113-9f03-669d3b0246d8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-014a1ade-be56-4113-9f03-669d3b0246d8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-014a1ade-be56-4113-9f03-669d3b0246d8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-014a1ade-be56-4113-9f03-669d3b0246d8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-014a1ade-be56-4113-9f03-669d3b0246d8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-6b33cadb-6ec3-4d31-aa2a-29628e37d8ca {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-6b33cadb-6ec3-4d31-aa2a-29628e37d8ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
}

#s-6b33cadb-6ec3-4d31-aa2a-29628e37d8ca .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:  normal ;
  font-size: 18px;
}

#s-6b33cadb-6ec3-4d31-aa2a-29628e37d8ca .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-bebbd1e5-bf91-4c2d-a4c5-1de48c01e711 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(66, 183, 42, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bebbd1e5-bf91-4c2d-a4c5-1de48c01e711:hover {background-color: rgba(51, 142, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bebbd1e5-bf91-4c2d-a4c5-1de48c01e711:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bebbd1e5-bf91-4c2d-a4c5-1de48c01e711 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bebbd1e5-bf91-4c2d-a4c5-1de48c01e711.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bebbd1e5-bf91-4c2d-a4c5-1de48c01e711.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-bebbd1e5-bf91-4c2d-a4c5-1de48c01e711.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bebbd1e5-bf91-4c2d-a4c5-1de48c01e711.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


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