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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    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-8f3f21d7-c429-48ee-af66-cccdfd5ba18a {
  min-height: 50px;
}








#s-8f3f21d7-c429-48ee-af66-cccdfd5ba18a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f3f21d7-c429-48ee-af66-cccdfd5ba18a.shg-box.shg-c {
  justify-content: center;
}

#s-ddaa1444-1e74-4117-9459-d8d863c751f3 {
  min-height: 50px;
}








#s-ddaa1444-1e74-4117-9459-d8d863c751f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ddaa1444-1e74-4117-9459-d8d863c751f3.shg-box.shg-c {
  justify-content: center;
}

#s-2bbfca70-692b-4557-92e5-4f9327a78150 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-2bbfca70-692b-4557-92e5-4f9327a78150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2bbfca70-692b-4557-92e5-4f9327a78150.shg-box.shg-c {
  justify-content: center;
}

#s-f059cd21-871c-46a0-857b-afb794efc4ed {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-545a815a-0e31-4ad5-b442-81f30de277e1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(236, 236, 236, 1);
border-style: solid;
border-radius: 25px;
min-height: 100%;
background-color: rgba(51, 190, 255, 0.07);
}








#s-545a815a-0e31-4ad5-b442-81f30de277e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-545a815a-0e31-4ad5-b442-81f30de277e1.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-8707db15-f1ee-481d-ae3e-ab3f64865a6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8707db15-f1ee-481d-ae3e-ab3f64865a6c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: left;
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

.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-944477ed-967d-4d6a-b296-4a844f2867df {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-944477ed-967d-4d6a-b296-4a844f2867df {
  display: none;
}
#s-944477ed-967d-4d6a-b296-4a844f2867df, #wrap-s-944477ed-967d-4d6a-b296-4a844f2867df, #wrap-content-s-944477ed-967d-4d6a-b296-4a844f2867df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-944477ed-967d-4d6a-b296-4a844f2867df {
  display: none;
}
#s-944477ed-967d-4d6a-b296-4a844f2867df, #wrap-s-944477ed-967d-4d6a-b296-4a844f2867df, #wrap-content-s-944477ed-967d-4d6a-b296-4a844f2867df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-944477ed-967d-4d6a-b296-4a844f2867df {
  display: none;
}
#s-944477ed-967d-4d6a-b296-4a844f2867df, #wrap-s-944477ed-967d-4d6a-b296-4a844f2867df, #wrap-content-s-944477ed-967d-4d6a-b296-4a844f2867df { display: none !important; }}
#s-944477ed-967d-4d6a-b296-4a844f2867df .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-944477ed-967d-4d6a-b296-4a844f2867df .shg-sld-nav-button.shg-sld-left,
#s-944477ed-967d-4d6a-b296-4a844f2867df .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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-d49f1e9d-e7a8-434d-be0d-fd4ff50133e9 {
  text-align: center;
}

#s-d49f1e9d-e7a8-434d-be0d-fd4ff50133e9 {
  overflow: hidden;
}







  #s-d49f1e9d-e7a8-434d-be0d-fd4ff50133e9 img.shogun-image {
    

    
    
    
  }


#s-d49f1e9d-e7a8-434d-be0d-fd4ff50133e9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-26d991ab-4c10-4834-82ab-6eed0f10a85b {
  text-align: center;
}

#s-26d991ab-4c10-4834-82ab-6eed0f10a85b {
  overflow: hidden;
}







  #s-26d991ab-4c10-4834-82ab-6eed0f10a85b img.shogun-image {
    

    
    
    
  }


#s-26d991ab-4c10-4834-82ab-6eed0f10a85b .shogun-image-content {
  
    justify-content: center;
  
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-edb2687c-f4f8-4f50-b7c8-6cd9cc1603f8 {
  text-align: center;
}

#s-edb2687c-f4f8-4f50-b7c8-6cd9cc1603f8 {
  overflow: hidden;
}







  #s-edb2687c-f4f8-4f50-b7c8-6cd9cc1603f8 img.shogun-image {
    

    
    
    
  }


#s-edb2687c-f4f8-4f50-b7c8-6cd9cc1603f8 .shogun-image-content {
  
    justify-content: center;
  
}

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

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

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

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

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

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

.shg-default-text-content 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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75 {
  box-shadow:0px 5px 0px 0px rgba(180, 101, 0, 1);
margin-top: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjNhYjRlMTMtMzc2NC00ODc2LWJjN2YtZDViMTVjNGNlN2MwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiM2FiNGUxMy0zNzY0LTQ4NzYtYmM3Zi1kNWIxNWM0Y2U3YzApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75-root {
    text-align: center;
  }


#s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75-root {
    text-align: center;
  }


#s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75-root {
    text-align: center;
  }


#s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75-root {
    text-align: center;
  }


#s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75-root {
    text-align: center;
  }


#s-b7519ff2-fb95-44d6-a6bf-fb742e2afc75.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}
.atcbump-modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100vw; 
  height: 100vh; 
  overflow: auto;
  background-color: rgba(0,0,0,0.4); 
}

.atcbump-modal-content {
  width: calc(100% - 30px);
  max-width: 800px;
  margin: 15% auto;
  padding: 15px;
  border: 1px solid var(--color-dark-alpha-25);
  border-radius: 6px;
  background-color: var(--bs-light);

}

.atcbump-modal-content img {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.modal-body{
    margin-top:15px;
    margin-bottom:15px;
    font-family: var(--font-heading); 
}

.product-package-group {
    margin: 15px 0;
}

.product-subtitle {
    margin: 15px 0;
}
  
.product-package-selected-discount {
  font-family: var(--font-default); 
  color:var(--color-badge-sold-out);
  text-decoration: line-through;
}

.product-package-selected-price {
  margin-bottom: 25px;
 font-family: var(--font-default); 
 color:var(--color-price);
 font-weight: 700;
}

.product-package label {
   position: relative;
   display: block;
   margin-bottom: 15px;
   cursor: pointer;
   border: 4px solid transparent;
   border-radius: 6px;
   transition: ease 0.3s all;
}

.product-package label:hover {
    border: 4px dashed var(--color-badge-sale);
}

.product-package input[type="radio"]:checked + label {
    border-color: var(--color-badge-sale);
    background: var(--color-badge-sale);
}

.product-package input[type="radio"] + label:after {
    opacity: 0;
    content: 'SELECTED!';
    position: absolute;
    z-index: 100;
    top: -18px;
    right: 8px;
    padding: 5px 7px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    font-family: var(--font-heading); 
    border-radius: 6px;
    background: var(--color-badge-sale);
    transition: ease 0.3s all;
}
.product-package input[type="radio"] + label:before {
    content: '\2713';
    position: absolute;
    z-index: 101;
    top: 0;
    right: 15px;
    opacity: 0;
    font-size: 55px;
    color: var(--color-badge-sale);
    
}

.product-package input[type="radio"]:checked + label:after {
    opacity: 1;
}
.product-package input[type="radio"]:checked + label:before {
    opacity: 0.2;
}

.product-package label:empty,
.product-content:empty {
  display: none;
  margin: 0;
}
.product-subtitle{
  font-family: var(--font-heading); 
}
.product-title {
  font-family: var(--font-heading);
}
#s-12efd089-2798-466c-a7b9-0cc95340aa4b {
  margin-top: 10px;
}

#s-9a2f1426-60ef-4bfe-b1a7-e03bbab99382 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 14px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(245, 20, 12, 0.7);
}
@media (max-width: 767px){#s-9a2f1426-60ef-4bfe-b1a7-e03bbab99382 {
  margin-bottom: 10px;
border-radius: 20px;
display: none;
}
#s-9a2f1426-60ef-4bfe-b1a7-e03bbab99382, #wrap-s-9a2f1426-60ef-4bfe-b1a7-e03bbab99382, #wrap-content-s-9a2f1426-60ef-4bfe-b1a7-e03bbab99382 { display: none !important; }}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-c97aa26f-f61d-4d84-9052-5deb34686749 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-c97aa26f-f61d-4d84-9052-5deb34686749 {
  display: none;
}
#s-c97aa26f-f61d-4d84-9052-5deb34686749, #wrap-s-c97aa26f-f61d-4d84-9052-5deb34686749, #wrap-content-s-c97aa26f-f61d-4d84-9052-5deb34686749 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c97aa26f-f61d-4d84-9052-5deb34686749"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c97aa26f-f61d-4d84-9052-5deb34686749"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c97aa26f-f61d-4d84-9052-5deb34686749"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c97aa26f-f61d-4d84-9052-5deb34686749"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-fc2b49f4-af6e-46b2-a91f-881bdb7322f7 {
  text-align: center;
}

#s-fc2b49f4-af6e-46b2-a91f-881bdb7322f7 {
  overflow: hidden;
}







  #s-fc2b49f4-af6e-46b2-a91f-881bdb7322f7 img.shogun-image {
    

    
    
    
  }


#s-fc2b49f4-af6e-46b2-a91f-881bdb7322f7 .shogun-image-content {
  
    justify-content: center;
  
}

@media (max-width: 767px){#s-71417407-692d-4d3e-a52a-3a543d1220dd {
  display: none;
}
#s-71417407-692d-4d3e-a52a-3a543d1220dd, #wrap-s-71417407-692d-4d3e-a52a-3a543d1220dd, #wrap-content-s-71417407-692d-4d3e-a52a-3a543d1220dd { display: none !important; }}
@media (min-width: 0px) {
[id="s-71417407-692d-4d3e-a52a-3a543d1220dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71417407-692d-4d3e-a52a-3a543d1220dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-71417407-692d-4d3e-a52a-3a543d1220dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-71417407-692d-4d3e-a52a-3a543d1220dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-1d3c1ebb-bd58-490a-8bfb-b7066a83b1d2 {
  text-align: center;
}

#s-1d3c1ebb-bd58-490a-8bfb-b7066a83b1d2 {
  overflow: hidden;
}







  #s-1d3c1ebb-bd58-490a-8bfb-b7066a83b1d2 img.shogun-image {
    

    
    
    
  }


#s-1d3c1ebb-bd58-490a-8bfb-b7066a83b1d2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ba41217a-aec3-413b-befb-f048b48fea64 {
  text-align: center;
}

#s-ba41217a-aec3-413b-befb-f048b48fea64 {
  overflow: hidden;
}







  #s-ba41217a-aec3-413b-befb-f048b48fea64 img.shogun-image {
    

    
    
    
  }


#s-ba41217a-aec3-413b-befb-f048b48fea64 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0cdb0216-17a6-47c7-8629-454be7e52465 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6d20c572-83be-4112-9185-f7a0c16d5367 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-6d20c572-83be-4112-9185-f7a0c16d5367"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d20c572-83be-4112-9185-f7a0c16d5367"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6d20c572-83be-4112-9185-f7a0c16d5367"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6d20c572-83be-4112-9185-f7a0c16d5367"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-10d5aaba-7656-4f68-ab68-a27a4820fad4 {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-10d5aaba-7656-4f68-ab68-a27a4820fad4 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-10d5aaba-7656-4f68-ab68-a27a4820fad4 {
  
}
}@media (max-width: 767px){#s-10d5aaba-7656-4f68-ab68-a27a4820fad4 {
  margin-bottom: 15px;
display: none;
}
#s-10d5aaba-7656-4f68-ab68-a27a4820fad4, #wrap-s-10d5aaba-7656-4f68-ab68-a27a4820fad4, #wrap-content-s-10d5aaba-7656-4f68-ab68-a27a4820fad4 { display: none !important; }}
#s-10d5aaba-7656-4f68-ab68-a27a4820fad4 {
  overflow: hidden;
}







  #s-10d5aaba-7656-4f68-ab68-a27a4820fad4 img.shogun-image {
    

    
    
    
  }


#s-10d5aaba-7656-4f68-ab68-a27a4820fad4 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-392e4c65-b3d4-4a3a-ba1c-ab822b061203 {
  
}
}@media (max-width: 767px){#s-392e4c65-b3d4-4a3a-ba1c-ab822b061203 {
  display: none;
}
#s-392e4c65-b3d4-4a3a-ba1c-ab822b061203, #wrap-s-392e4c65-b3d4-4a3a-ba1c-ab822b061203, #wrap-content-s-392e4c65-b3d4-4a3a-ba1c-ab822b061203 { display: none !important; }}
#s-a905d4a4-6080-40a8-8220-644a9b3ebe35 {
  margin-top: 5px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a905d4a4-6080-40a8-8220-644a9b3ebe35 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a905d4a4-6080-40a8-8220-644a9b3ebe35 {
  
}
}@media (max-width: 767px){#s-a905d4a4-6080-40a8-8220-644a9b3ebe35 {
  margin-bottom: 15px;
display: none;
}
#s-a905d4a4-6080-40a8-8220-644a9b3ebe35, #wrap-s-a905d4a4-6080-40a8-8220-644a9b3ebe35, #wrap-content-s-a905d4a4-6080-40a8-8220-644a9b3ebe35 { display: none !important; }}
#s-a905d4a4-6080-40a8-8220-644a9b3ebe35 {
  overflow: hidden;
}







  #s-a905d4a4-6080-40a8-8220-644a9b3ebe35 img.shogun-image {
    

    
    
    
  }


#s-a905d4a4-6080-40a8-8220-644a9b3ebe35 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4d326903-3de7-465b-81b7-a05319a79434 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(236, 236, 236, 1);
border-style: solid;
border-radius: 25px;
min-height: 50px;
background-color: rgba(51, 190, 255, 0.07);
}
@media (max-width: 767px){#s-4d326903-3de7-465b-81b7-a05319a79434 {
  margin-top: 15px;
}
}







#s-4d326903-3de7-465b-81b7-a05319a79434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d326903-3de7-465b-81b7-a05319a79434.shg-box.shg-c {
  justify-content: center;
}

#s-6a4fe428-c30e-407e-b0f1-3d3575f37b57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6a4fe428-c30e-407e-b0f1-3d3575f37b57 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: left;
}



#s-ee15b039-e3cf-401f-8833-4920e67cd500 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ee15b039-e3cf-401f-8833-4920e67cd500 {
  display: none;
}
#s-ee15b039-e3cf-401f-8833-4920e67cd500, #wrap-s-ee15b039-e3cf-401f-8833-4920e67cd500, #wrap-content-s-ee15b039-e3cf-401f-8833-4920e67cd500 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee15b039-e3cf-401f-8833-4920e67cd500 {
  display: none;
}
#s-ee15b039-e3cf-401f-8833-4920e67cd500, #wrap-s-ee15b039-e3cf-401f-8833-4920e67cd500, #wrap-content-s-ee15b039-e3cf-401f-8833-4920e67cd500 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee15b039-e3cf-401f-8833-4920e67cd500 {
  display: none;
}
#s-ee15b039-e3cf-401f-8833-4920e67cd500, #wrap-s-ee15b039-e3cf-401f-8833-4920e67cd500, #wrap-content-s-ee15b039-e3cf-401f-8833-4920e67cd500 { display: none !important; }}
#s-ee15b039-e3cf-401f-8833-4920e67cd500 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ee15b039-e3cf-401f-8833-4920e67cd500 .shg-sld-nav-button.shg-sld-left,
#s-ee15b039-e3cf-401f-8833-4920e67cd500 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b759b4d6-a4e7-4528-b8f2-853bb6fd4d03 {
  text-align: center;
}

#s-b759b4d6-a4e7-4528-b8f2-853bb6fd4d03 {
  overflow: hidden;
}







  #s-b759b4d6-a4e7-4528-b8f2-853bb6fd4d03 img.shogun-image {
    

    
    
    
  }


#s-b759b4d6-a4e7-4528-b8f2-853bb6fd4d03 .shogun-image-content {
  
    justify-content: center;
  
}

#s-70b83175-a9c1-4183-89f3-7febaf2686b0 {
  text-align: center;
}

#s-70b83175-a9c1-4183-89f3-7febaf2686b0 {
  overflow: hidden;
}







  #s-70b83175-a9c1-4183-89f3-7febaf2686b0 img.shogun-image {
    

    
    
    
  }


#s-70b83175-a9c1-4183-89f3-7febaf2686b0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-19139326-a477-40c5-9889-1391fd5fb38c {
  text-align: center;
}
@media (min-width: 1200px){#s-19139326-a477-40c5-9889-1391fd5fb38c {
  display: none;
}
#s-19139326-a477-40c5-9889-1391fd5fb38c, #wrap-s-19139326-a477-40c5-9889-1391fd5fb38c, #wrap-content-s-19139326-a477-40c5-9889-1391fd5fb38c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19139326-a477-40c5-9889-1391fd5fb38c {
  display: none;
}
#s-19139326-a477-40c5-9889-1391fd5fb38c, #wrap-s-19139326-a477-40c5-9889-1391fd5fb38c, #wrap-content-s-19139326-a477-40c5-9889-1391fd5fb38c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19139326-a477-40c5-9889-1391fd5fb38c {
  display: none;
}
#s-19139326-a477-40c5-9889-1391fd5fb38c, #wrap-s-19139326-a477-40c5-9889-1391fd5fb38c, #wrap-content-s-19139326-a477-40c5-9889-1391fd5fb38c { display: none !important; }}
#s-19139326-a477-40c5-9889-1391fd5fb38c {
  overflow: hidden;
}







  #s-19139326-a477-40c5-9889-1391fd5fb38c img.shogun-image {
    

    
    
    
  }


#s-19139326-a477-40c5-9889-1391fd5fb38c .shogun-image-content {
  
    justify-content: center;
  
}

#s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46 {
  box-shadow:0px 5px 0px 0px rgba(180, 101, 0, 1);
margin-top: 0px;
padding-top: 14px;
padding-left: 30px;
padding-bottom: 14px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQzNjhhYjQtYjQ1Ny00MjgxLWEyNDYtMTljOGJjYWRhMDRhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDM2OGFiNC1iNDU3LTQyODEtYTI0Ni0xOWM4YmNhZGEwNGEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46-root {
    text-align: center;
  }


#s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46-root {
    text-align: center;
  }


#s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46-root {
    text-align: center;
  }


#s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46-root {
    text-align: center;
  }


#s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46-root {
    text-align: center;
  }


#s-9b49a1e6-ce2e-42f3-ab12-4059a9d1eb46.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-f0e94384-2d61-4059-b555-c7fc8cadfb7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0e94384-2d61-4059-b555-c7fc8cadfb7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f0e94384-2d61-4059-b555-c7fc8cadfb7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0e94384-2d61-4059-b555-c7fc8cadfb7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b97e5a61-5805-4071-ab58-cb3ba03e200c {
  margin-top: 25px;
padding-top: 8px;
padding-left: 22px;
padding-bottom: 8px;
padding-right: 22px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(141, 141, 141, 0.43);
border-style: solid;
border-radius: 6px;
background-color: rgba(255, 255, 255, 0.85);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 145, 0, 1);
}
#s-b97e5a61-5805-4071-ab58-cb3ba03e200c:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b97e5a61-5805-4071-ab58-cb3ba03e200c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmVjM2ZmZTQtYzVlMS00NTIwLWJkYzEtZWM2ZjA3OGQ2OGE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZWMzZmZlNC1jNWUxLTQ1MjAtYmRjMS1lYzZmMDc4ZDY4YTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-b97e5a61-5805-4071-ab58-cb3ba03e200c-root {
    text-align: center;
  }


#s-b97e5a61-5805-4071-ab58-cb3ba03e200c.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b97e5a61-5805-4071-ab58-cb3ba03e200c-root {
    text-align: center;
  }


#s-b97e5a61-5805-4071-ab58-cb3ba03e200c.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b97e5a61-5805-4071-ab58-cb3ba03e200c-root {
    text-align: center;
  }


#s-b97e5a61-5805-4071-ab58-cb3ba03e200c.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b97e5a61-5805-4071-ab58-cb3ba03e200c-root {
    text-align: center;
  }


#s-b97e5a61-5805-4071-ab58-cb3ba03e200c.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b97e5a61-5805-4071-ab58-cb3ba03e200c-root {
    text-align: center;
  }


#s-b97e5a61-5805-4071-ab58-cb3ba03e200c.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-543b23d9-3419-48ea-a858-c32abb489b43 {
  margin-top: 25px;
padding-top: 8px;
padding-left: 22px;
padding-bottom: 8px;
padding-right: 22px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 145, 0, 1);
border-style: solid;
border-radius: 6px;
background-color: rgba(255, 255, 255, 0.85);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 145, 0, 1);
}
#s-543b23d9-3419-48ea-a858-c32abb489b43:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-543b23d9-3419-48ea-a858-c32abb489b43:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjk4NTFjNGQtZTI0OS00ZmI2LWJmMGEtMDQ1Njc1MGZiYzU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiOTg1MWM0ZC1lMjQ5LTRmYjYtYmYwYS0wNDU2NzUwZmJjNTcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-543b23d9-3419-48ea-a858-c32abb489b43-root {
    text-align: center;
  }


#s-543b23d9-3419-48ea-a858-c32abb489b43.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-543b23d9-3419-48ea-a858-c32abb489b43-root {
    text-align: center;
  }


#s-543b23d9-3419-48ea-a858-c32abb489b43.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-543b23d9-3419-48ea-a858-c32abb489b43-root {
    text-align: center;
  }


#s-543b23d9-3419-48ea-a858-c32abb489b43.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-543b23d9-3419-48ea-a858-c32abb489b43-root {
    text-align: center;
  }


#s-543b23d9-3419-48ea-a858-c32abb489b43.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-543b23d9-3419-48ea-a858-c32abb489b43-root {
    text-align: center;
  }


#s-543b23d9-3419-48ea-a858-c32abb489b43.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-78dd2d74-5c48-4d1c-9688-1164c46fedb3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
padding-top: 37px;
padding-bottom: 37px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.04);
border-style: solid;
border-radius: 25px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(12, 164, 245, 0.07);
}








#s-78dd2d74-5c48-4d1c-9688-1164c46fedb3 > .shg-box-overlay {
  background-color: rgba(12, 164, 245, 0.8);
  opacity: 0;
  display: block;
}#s-78dd2d74-5c48-4d1c-9688-1164c46fedb3.shg-box.shg-c {
  justify-content: center;
}

#s-93fd6d86-9b5c-498e-a6fe-7dc3c2cba281 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-93fd6d86-9b5c-498e-a6fe-7dc3c2cba281 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93fd6d86-9b5c-498e-a6fe-7dc3c2cba281.shg-box.shg-c {
  justify-content: center;
}

#s-0a53b5dc-858a-422c-b16a-41f1ecb73156 {
  margin-left: 23px;
margin-right: 23px;
}

@media (min-width: 0px) {
[id="s-0a53b5dc-858a-422c-b16a-41f1ecb73156"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a53b5dc-858a-422c-b16a-41f1ecb73156"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0a53b5dc-858a-422c-b16a-41f1ecb73156"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0a53b5dc-858a-422c-b16a-41f1ecb73156"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0a53b5dc-858a-422c-b16a-41f1ecb73156"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0a53b5dc-858a-422c-b16a-41f1ecb73156"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0a53b5dc-858a-422c-b16a-41f1ecb73156"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a53b5dc-858a-422c-b16a-41f1ecb73156"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0a53b5dc-858a-422c-b16a-41f1ecb73156"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0a53b5dc-858a-422c-b16a-41f1ecb73156"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-fedc3bed-abbd-446f-b167-b4b8a9c7a534 {
  text-align: center;
}

#s-fedc3bed-abbd-446f-b167-b4b8a9c7a534 {
  overflow: hidden;
}







  #s-fedc3bed-abbd-446f-b167-b4b8a9c7a534 img.shogun-image {
    

    
    
    
  }


#s-fedc3bed-abbd-446f-b167-b4b8a9c7a534 .shogun-image-content {
  
    justify-content: center;
  
}

#s-813970f0-e504-4ffe-8ab5-8b6cf4342a96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-813970f0-e504-4ffe-8ab5-8b6cf4342a96 .shogun-heading-component h1 {
  color: rgba(10, 5, 5, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d {
  box-shadow:0px 5px 0px 0px rgba(180, 101, 0, 1);
margin-top: 15px;
margin-bottom: 8px;
padding-top: 10px;
padding-left: 28px;
padding-bottom: 10px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjFhODYyYTItNDA4MS00ZGE2LTkxYzQtYWNhOWZjZjIwMzE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiMWE4NjJhMi00MDgxLTRkYTYtOTFjNC1hY2E5ZmNmMjAzMTYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d-root {
    text-align: center;
  }


#s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d-root {
    text-align: center;
  }


#s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d-root {
    text-align: center;
  }


#s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d-root {
    text-align: center;
  }


#s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d-root {
    text-align: center;
  }


#s-b2d120f9-7d3e-40d8-8aa3-5ba390bf974d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-fc541b2f-a3cf-47de-8676-55e9301edd72 {
  margin-top: 15px;
padding-top: 8px;
padding-left: 22px;
padding-bottom: 8px;
padding-right: 22px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(141, 141, 141, 0.43);
border-style: solid;
border-radius: 6px;
background-color: rgba(255, 255, 255, 0.85);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 145, 0, 1);
}
#s-fc541b2f-a3cf-47de-8676-55e9301edd72:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fc541b2f-a3cf-47de-8676-55e9301edd72:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTE4YzllNDUtZGQ1OS00ZTUxLThjOTctOGZjNGJhYTMyOGFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMThjOWU0NS1kZDU5LTRlNTEtOGM5Ny04ZmM0YmFhMzI4YWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-fc541b2f-a3cf-47de-8676-55e9301edd72-root {
    text-align: center;
  }


#s-fc541b2f-a3cf-47de-8676-55e9301edd72.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fc541b2f-a3cf-47de-8676-55e9301edd72-root {
    text-align: center;
  }


#s-fc541b2f-a3cf-47de-8676-55e9301edd72.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc541b2f-a3cf-47de-8676-55e9301edd72-root {
    text-align: center;
  }


#s-fc541b2f-a3cf-47de-8676-55e9301edd72.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc541b2f-a3cf-47de-8676-55e9301edd72-root {
    text-align: center;
  }


#s-fc541b2f-a3cf-47de-8676-55e9301edd72.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fc541b2f-a3cf-47de-8676-55e9301edd72-root {
    text-align: center;
  }


#s-fc541b2f-a3cf-47de-8676-55e9301edd72.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-23eec45b-3e65-4626-a010-e74aeccb4da9 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 37px;
padding-bottom: 37px;
min-height: 50px;
background-position: center center;
}








#s-23eec45b-3e65-4626-a010-e74aeccb4da9 > .shg-box-overlay {
  background-color: rgba(12, 164, 245, 0.8);
  opacity: 1;
  display: block;
}#s-23eec45b-3e65-4626-a010-e74aeccb4da9.shg-box.shg-c {
  justify-content: center;
}

#s-5126afd4-dd88-4bf6-ad41-a45566eea8c7 {
  padding-left: 5%;
padding-right: 5%;
}

#s-b03548d4-5eb2-4318-a06b-d28b332f41f5 {
  min-height: 50px;
}








#s-b03548d4-5eb2-4318-a06b-d28b332f41f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b03548d4-5eb2-4318-a06b-d28b332f41f5.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-570cea37-8fa4-4fb8-8cd9-08719be31bb2 .shg-product-reviews-container {
  
  font-size: 16px;
  color: #4E486D;
}

#s-570cea37-8fa4-4fb8-8cd9-08719be31bb2 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-570cea37-8fa4-4fb8-8cd9-08719be31bb2 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-570cea37-8fa4-4fb8-8cd9-08719be31bb2 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-570cea37-8fa4-4fb8-8cd9-08719be31bb2 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-570cea37-8fa4-4fb8-8cd9-08719be31bb2 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-570cea37-8fa4-4fb8-8cd9-08719be31bb2 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-570cea37-8fa4-4fb8-8cd9-08719be31bb2 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-570cea37-8fa4-4fb8-8cd9-08719be31bb2 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-a8d5916c-c723-484e-8352-aff1e060c675 {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-a8d5916c-c723-484e-8352-aff1e060c675"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8d5916c-c723-484e-8352-aff1e060c675"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a8d5916c-c723-484e-8352-aff1e060c675"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a8d5916c-c723-484e-8352-aff1e060c675"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a8d5916c-c723-484e-8352-aff1e060c675"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8d5916c-c723-484e-8352-aff1e060c675"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a8d5916c-c723-484e-8352-aff1e060c675"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-0b99e4ab-9f15-4b6c-9fe0-6300a529071f {
  margin-bottom: 11px;
border-radius: 500px;
max-width: 40px;
text-align: center;
}

#s-0b99e4ab-9f15-4b6c-9fe0-6300a529071f {
  overflow: hidden;
}







  #s-0b99e4ab-9f15-4b6c-9fe0-6300a529071f img.shogun-image {
    

    
    
    
  }


#s-0b99e4ab-9f15-4b6c-9fe0-6300a529071f .shogun-image-content {
  
    justify-content: center;
  
}

#s-ae9c49e1-42a8-4a0c-b264-de3106198a0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae9c49e1-42a8-4a0c-b264-de3106198a0d .shogun-heading-component h6 {
  color: rgba(250, 246, 246, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-bc45d3eb-48bf-47fc-89b3-8a19334fad04 {
  min-height: 50px;
}








#s-bc45d3eb-48bf-47fc-89b3-8a19334fad04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc45d3eb-48bf-47fc-89b3-8a19334fad04.shg-box.shg-c {
  justify-content: center;
}

#s-24401695-5879-4b96-af35-485385a95a63 .shg-product-reviews-container {
  
  font-size: 16px;
  color: #4E486D;
}

#s-24401695-5879-4b96-af35-485385a95a63 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-24401695-5879-4b96-af35-485385a95a63 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-24401695-5879-4b96-af35-485385a95a63 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-24401695-5879-4b96-af35-485385a95a63 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-24401695-5879-4b96-af35-485385a95a63 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-24401695-5879-4b96-af35-485385a95a63 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-24401695-5879-4b96-af35-485385a95a63 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-24401695-5879-4b96-af35-485385a95a63 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-abd9ddf9-041a-4a76-9166-88e5ea8c80c4 {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-abd9ddf9-041a-4a76-9166-88e5ea8c80c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abd9ddf9-041a-4a76-9166-88e5ea8c80c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-abd9ddf9-041a-4a76-9166-88e5ea8c80c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-abd9ddf9-041a-4a76-9166-88e5ea8c80c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-abd9ddf9-041a-4a76-9166-88e5ea8c80c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-abd9ddf9-041a-4a76-9166-88e5ea8c80c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-abd9ddf9-041a-4a76-9166-88e5ea8c80c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-9204afb6-525b-44c3-94f4-a81fecb6aaa7 {
  margin-bottom: 11px;
border-radius: 500px;
max-width: 40px;
text-align: center;
}

#s-9204afb6-525b-44c3-94f4-a81fecb6aaa7 {
  overflow: hidden;
}







  #s-9204afb6-525b-44c3-94f4-a81fecb6aaa7 img.shogun-image {
    

    
    
    
  }


#s-9204afb6-525b-44c3-94f4-a81fecb6aaa7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f3536af5-8086-479c-8fcf-c1a512d9838f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f3536af5-8086-479c-8fcf-c1a512d9838f .shogun-heading-component h6 {
  color: rgba(250, 246, 246, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-1cc561da-1220-4d1f-a910-36e4b2bd8c2d {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-1cc561da-1220-4d1f-a910-36e4b2bd8c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cc561da-1220-4d1f-a910-36e4b2bd8c2d.shg-box.shg-c {
  justify-content: center;
}

#s-dd0f591a-be99-4728-8a3d-6a58b7bb4e8b {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-dd0f591a-be99-4728-8a3d-6a58b7bb4e8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd0f591a-be99-4728-8a3d-6a58b7bb4e8b.shg-box.shg-c {
  justify-content: center;
}

#s-f14290fe-d3fa-439c-9c6d-2497c462ea73 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 75px;
padding-bottom: 75px;
min-height: 50px;
background-position: center center;
}

#s-f14290fe-d3fa-439c-9c6d-2497c462ea73 {
  background-image: url(https://i.shgcdn.com/07541265-f98f-4f1a-97d8-bde2060b0ec1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f14290fe-d3fa-439c-9c6d-2497c462ea73 > .shg-box-overlay {
  background-color: rgba(42, 157, 255, 1);
  opacity: 0.8;
  display: block;
}#s-f14290fe-d3fa-439c-9c6d-2497c462ea73.shg-box.shg-c {
  justify-content: center;
}

#s-6beaba0a-7456-4fc2-8b58-3ca04873157c {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-6beaba0a-7456-4fc2-8b58-3ca04873157c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6beaba0a-7456-4fc2-8b58-3ca04873157c.shg-box.shg-c {
  justify-content: center;
}

#s-695fca92-95a9-40ed-bdd4-911fce4ea3d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-695fca92-95a9-40ed-bdd4-911fce4ea3d7 .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-72f6c305-3ab7-4b92-9409-32e30bef14cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72f6c305-3ab7-4b92-9409-32e30bef14cb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

@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;
  }
}
