.shg-sld { display: flex; flex-direction: column; }

.shg-sld-content { width: 100%; display: flex; justify-content: center; }

.shg-sld-slides { width: 100%; order: 2; }

.shg-sld-nav-button { cursor: pointer; width: 35px; z-index: 10; background-size: contain; background-repeat: no-repeat; background-position: center; }

.shg-sld-nav-button.shg-sld-left { order: 1; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+); }

.shg-sld-nav-button.shg-sld-right { order: 3; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=); }

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

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

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

.shg-sld-dots { display: flex; justify-content: center; margin-top: 10px; }

.shg-sld-dot { height: 14px; width: 14px; border-radius: 7px; margin-left: 5px; background-color: #BBBBBB; cursor: pointer; }

.shg-sld-dot.shg-sld-active { background-color: #717171; }

.shg-sld-fade { -webkit-animation-name: shg-sld-fade; animation-name: shg-sld-fade; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }

@-webkit-keyframes shg-sld-fade { from { opacity: .4; }
  to { opacity: 1; } }

@keyframes shg-sld-fade { from { opacity: .4; }
  to { opacity: 1; } }
#s-40c7f9ed-d707-420c-90a9-08e87baa8570 { padding-top: 10px; padding-bottom: 10px; }

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

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

.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 { min-height: inherit; max-height: inherit; }

.shogun-lightbox-item { cursor: pointer; min-height: inherit; max-height: inherit; }

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

.shogun-lightbox-content { display: flex; justify-content: center; align-items: center; flex-direction: column; }

.shogun-lightbox-close { color: #fff; font-size: 45px; align-self: flex-end; margin-right: 10px; line-height: 30px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; }

.shogun-lightbox-image-container { display: flex; flex-flow: row nowrap; align-items: center; padding: 10px; }

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

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

img.shogun-image { max-width: 100% !important; margin: 0 !important; }

#s-e476088e-08d1-425e-a78c-90aa40d584ce { text-align: center; }

#s-74fa1661-b404-4d9f-a816-67180041f1da { text-align: center; }

#s-555825dd-c2bf-4dbc-8f9f-eb3ae6d3db22 { text-align: center; }

.shg-box { position: relative; }

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

.shg-box-vertical-center { display: flex; flex-direction: column; justify-content: center; }

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

.shg-box-video-wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; }

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 { min-height: 50px; }

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab { margin-top: 50px; margin-left: 0px; margin-bottom: 50px; margin-right: 0px; min-height: 50px; }

#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay { background-color: #fff; opacity: 0; }

.shogun-heading-component h1, .shogun-heading-component h2, .shogun-heading-component h3, .shogun-heading-component h4, .shogun-heading-component h5, .shogun-heading-component h6 { margin: 0; padding: 0; display: block; color: #000; text-transform: none; font-weight: normal; font-style: normal; letter-spacing: normal; line-height: normal; }

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

#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c { border-style: solid; margin-top: 10px; margin-left: 50px; margin-bottom: 10px; margin-right: 50px; padding-top: 0px; padding-bottom: 0px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 1px; border-right-width: 0px; border-color: #f2f2f2; }

#s-4d9ba160-45e1-4039-b2c0-0aaf5a04e50c .shogun-heading-component h1 { color: #000; font-weight: normal; font-family: Bellefair; font-style: normal; font-size: 45px; text-align: center; }

#s-a2658b9b-c809-456c-8a72-5ab35d18c7ac { margin-left: 50px; margin-right: 50px; padding-top: 10px; padding-bottom: 10px; }

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

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

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

@media (min-width: 0px) { [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 13.333333333333334px); } }
@media (min-width: 992px) { [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 13.333333333333334px); } }
@media (min-width: 1200px) { [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 13.333333333333334px); }
  [id="s-d4962800-1e5e-4e23-af16-a3d9bbb8f7ee"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 13.333333333333334px); } }
#s-68acdd10-3691-45da-968a-16355a9798b3 { border-style: solid; margin-bottom: 25px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; opacity: 1; text-align: center; border-color: #000; background-color: #f4f4f4; }

#s-68acdd10-3691-45da-968a-16355a9798b3 { display: none; }

.shg-product-image-wrapper { display: none; }

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

#s-4ed72c32-6f3b-4803-8d41-4ba3681d00ce { box-shadow: 0px 0px 0px 0px #f2f2f2; opacity: 1; text-align: center; background-color: white; }

.shg-product-title-component h1, .shg-product-title-component h2, .shg-product-title-component h3, .shg-product-title-component h4, .shg-product-title-component h5, .shg-product-title-component h6 { margin: 0; padding: 0; display: block; color: #000; text-transform: none; font-weight: normal; font-style: normal; letter-spacing: normal; line-height: normal; }

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

#s-fea76683-03df-4c37-b5b3-382f527f409c { padding-top: 10px; padding-bottom: 10px; min-height: 50px; text-align: center; background-color: white; }

#s-fea76683-03df-4c37-b5b3-382f527f409c .shg-product-title-component h4 { color: #000; font-weight: normal; font-family: Montserrat; font-style: normal; font-size: 16px; }

#s-6ba1f64c-8140-46b7-84bd-0992129f1d8b { min-height: 50px; }

#s-6ba1f64c-8140-46b7-84bd-0992129f1d8b > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-5c0fd356-7c04-4495-ab3f-7aa5348ba12c { background-color: white; }

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 { text-align: center; background-color: white; }

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 .shg-product-sold-out { display: none; }

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 .shg-product-price { color: #000; font-weight: 900; font-family: Montserrat; font-style: normal; font-size: 11px; }

#s-85e9ff2c-1f2d-4c8f-af89-8695d66979b7 .shg-product-compare-price { display: none; text-decoration: line-through; color: rgba(0, 0, 0, 0.5); font-weight: normal; font-style: normal; font-size: 11px; padding-left: 10px; }

.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%; }

#s-6c567d96-0826-4824-915e-79ca5bcc409b { border-style: solid; padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; border-radius: 0px; min-width: 100%; min-height: 15px; max-width: 197px; opacity: 1; text-align: center; border-color: #000; background-color: #f3bf78; font-size: 11px; color: #ffffff; }

#s-6c567d96-0826-4824-915e-79ca5bcc409b:hover { opacity: 1 !important; background-color: #e6c435 !important; color: black !important; text-decoration: none !important; }

#s-6c567d96-0826-4824-915e-79ca5bcc409b:active { background-color: #000000 !important; color: white !important; text-decoration: none !important; }

#s-6c567d96-0826-4824-915e-79ca5bcc409b { display: block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; align-items: normal; box-sizing: border-box; }

#s-6c567d96-0826-4824-915e-79ca5bcc409b.shg-product-atc-disabled { opacity: 0.5; cursor: initial; }

#s-6c567d96-0826-4824-915e-79ca5bcc409b.shg-btn { color: #ffffff; font-size: 11px; font-weight: normal; font-style: normal; }

#s-6c567d96-0826-4824-915e-79ca5bcc409b.shg-btn.shg-product-atc-error { font-weight: 100; font-family: Montserrat; font-style: normal; font-size: 11px; color: rgba(255, 255, 255, 0.5); }

#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 { border-style: solid; margin-bottom: 25px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; opacity: 1; text-align: center; border-color: #000; background-color: #f4f4f4; }

#s-09491eb3-c28c-4b8b-8788-f8a8eb9796c3 { display: none; }

#s-6cbf0c12-d1aa-47e1-8738-e456c76367b8 { box-shadow: 0px 0px 0px 0px #f2f2f2; opacity: 1; text-align: center; background-color: white; }

#s-d08f09b7-fea1-4266-9dd5-e47afb865108 { padding-top: 10px; padding-bottom: 10px; min-height: 50px; text-align: center; background-color: white; }

#s-d08f09b7-fea1-4266-9dd5-e47afb865108 .shg-product-title-component h4 { color: #000; font-weight: normal; font-family: Montserrat; font-style: normal; font-size: 16px; }

#s-fe3f6cef-5caf-4618-a012-431d8e765506 { min-height: 50px; }

#s-fe3f6cef-5caf-4618-a012-431d8e765506 > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-e48593ee-3de0-4a8b-b07b-d37b63352777 { background-color: white; }

#s-a4732a34-e768-4ac6-8081-f2751532a808 { text-align: center; background-color: white; }

#s-a4732a34-e768-4ac6-8081-f2751532a808 .shg-product-sold-out { display: none; }

#s-a4732a34-e768-4ac6-8081-f2751532a808 .shg-product-price { color: #000; font-weight: 900; font-family: Montserrat; font-style: normal; font-size: 11px; }

#s-a4732a34-e768-4ac6-8081-f2751532a808 .shg-product-compare-price { display: none; text-decoration: line-through; color: rgba(0, 0, 0, 0.5); font-weight: normal; font-style: normal; font-size: 11px; padding-left: 10px; }

#s-51c265fe-4d76-429d-977b-f96f45f55da6 { border-style: solid; padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; border-radius: 0px; min-width: 100%; min-height: 15px; max-width: 197px; opacity: 1; text-align: center; border-color: #000; background-color: #f3bf78; font-size: 11px; color: #ffffff; }

#s-51c265fe-4d76-429d-977b-f96f45f55da6:hover { opacity: 1 !important; background-color: #e6c435 !important; color: black !important; text-decoration: none !important; }

#s-51c265fe-4d76-429d-977b-f96f45f55da6:active { background-color: #000000 !important; color: white !important; text-decoration: none !important; }

#s-51c265fe-4d76-429d-977b-f96f45f55da6 { display: block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; align-items: normal; box-sizing: border-box; }

#s-51c265fe-4d76-429d-977b-f96f45f55da6.shg-product-atc-disabled { opacity: 0.5; cursor: initial; }

#s-51c265fe-4d76-429d-977b-f96f45f55da6.shg-btn { color: #ffffff; font-size: 11px; font-weight: normal; font-style: normal; }

#s-51c265fe-4d76-429d-977b-f96f45f55da6.shg-btn.shg-product-atc-error { font-weight: 100; font-family: Montserrat; font-style: normal; font-size: 11px; color: rgba(255, 255, 255, 0.5); }

#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f { border-style: solid; margin-bottom: 25px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; opacity: 1; text-align: center; border-color: #000; background-color: #f4f4f4; }

#s-1e3527c7-4b37-48bc-b3ed-4283dbd0837f { display: none; }

#s-5b2dc780-e546-4645-98b4-8868e431e38d { box-shadow: 0px 0px #f2f2f2; opacity: 1; text-align: center; background-color: white; }

#s-63c715a1-bf0e-423c-9de8-6ccad00987df { padding-top: 10px; padding-bottom: 10px; min-height: 50px; text-align: center; background-color: white; }

#s-63c715a1-bf0e-423c-9de8-6ccad00987df .shg-product-title-component h4 { color: #000; font-weight: normal; font-family: Montserrat; font-style: normal; font-size: 16px; }

#s-6230e5ca-a57f-45ba-8134-328453a533b6 { min-height: 50px; }

#s-6230e5ca-a57f-45ba-8134-328453a533b6 > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-55d5ac6e-f7d4-42e3-9062-a5b4566861a5 { background-color: white; }

#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 { text-align: center; background-color: white; }

#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 .shg-product-sold-out { display: none; }

#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 .shg-product-price { color: #000; font-weight: 900; font-family: Montserrat; font-style: normal; font-size: 11px; }

#s-a537b9f6-1725-4b48-bd67-d5396f6c80b1 .shg-product-compare-price { display: none; text-decoration: line-through; color: #000; font-weight: normal; font-style: normal; font-size: 18px; padding-left: 10px; }

#s-3abe08b7-0a42-4ed2-a05b-151cd337e363 { border-style: solid; padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; border-radius: 0px; min-width: 100%; min-height: 15px; max-width: 197px; opacity: 1; text-align: center; border-color: #000; background-color: #f3bf78; font-size: 11px; color: #ffffff; }

#s-3abe08b7-0a42-4ed2-a05b-151cd337e363:hover { opacity: 1 !important; background-color: #e6c435 !important; color: black !important; text-decoration: none !important; }

#s-3abe08b7-0a42-4ed2-a05b-151cd337e363:active { background-color: #000000 !important; color: white !important; text-decoration: none !important; }

#s-3abe08b7-0a42-4ed2-a05b-151cd337e363 { display: block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; align-items: normal; box-sizing: border-box; }

#s-3abe08b7-0a42-4ed2-a05b-151cd337e363.shg-product-atc-disabled { opacity: 0.5; cursor: initial; }

#s-3abe08b7-0a42-4ed2-a05b-151cd337e363.shg-btn { color: #ffffff; font-size: 11px; font-weight: normal; font-style: normal; }

#s-3abe08b7-0a42-4ed2-a05b-151cd337e363.shg-btn.shg-product-atc-error { font-weight: 100; font-family: Montserrat; font-style: normal; font-size: 11px; color: rgba(255, 255, 255, 0.5); }

@media (min-width: 0px) { [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-xs-6 { width: calc(50% - 10.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 992px) { [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 1200px) { [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-8bbec1ba-e4dc-42a3-81e4-0fd1a7912740"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 15.0px); } }
#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da { border-style: solid; margin-bottom: 25px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; opacity: 1; text-align: center; border-color: #000; background-color: #f4f4f4; }

#s-f2badb8a-9b13-4a5b-b53a-da8d54d091da { display: none; }

#s-b63bed34-e9c9-473f-a0a4-3b6d2678909f { box-shadow: 0px 0px 0px 0px #f2f2f2; opacity: 1; text-align: center; background-color: white; }

#s-76039a31-528a-49dc-8151-01da6be26ec4 { padding-top: 10px; padding-bottom: 10px; min-height: 50px; text-align: center; }

#s-76039a31-528a-49dc-8151-01da6be26ec4 .shg-product-title-component h4 { color: #000; font-weight: normal; font-family: Montserrat; font-style: normal; font-size: 16px; }

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f { text-align: center; }

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f .shg-product-sold-out { display: none; }

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f .shg-product-price { color: #000; font-weight: 900; font-family: Montserrat; font-style: normal; font-size: 11px; }

#s-9eb17ba2-b5a9-4808-92cb-9835f35a572f .shg-product-compare-price { display: none; text-decoration: line-through; color: rgba(0, 0, 0, 0.5); font-weight: normal; font-style: normal; font-size: 11px; padding-left: 10px; }

#s-a7536cb3-df03-4917-b4e6-aab3482fb654 { border-style: solid; padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; border-radius: 0px; min-width: 100%; min-height: 15px; max-width: 197px; opacity: 1; text-align: center; border-color: #000; background-color: black; font-size: 11px; color: #ffffff; }

#s-a7536cb3-df03-4917-b4e6-aab3482fb654:hover { opacity: 1 !important; background-color: #e6c435 !important; color: black !important; text-decoration: none !important; }

#s-a7536cb3-df03-4917-b4e6-aab3482fb654:active { background-color: #000000 !important; color: white !important; text-decoration: none !important; }

#s-a7536cb3-df03-4917-b4e6-aab3482fb654 { display: block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; align-items: normal; box-sizing: border-box; }

#s-a7536cb3-df03-4917-b4e6-aab3482fb654.shg-product-atc-disabled { opacity: 0.5; cursor: initial; }

#s-a7536cb3-df03-4917-b4e6-aab3482fb654.shg-btn { color: #ffffff; font-size: 11px; font-weight: normal; font-style: normal; }

#s-a7536cb3-df03-4917-b4e6-aab3482fb654.shg-btn.shg-product-atc-error { font-weight: 100; font-family: Montserrat; font-style: normal; font-size: 11px; color: rgba(255, 255, 255, 0.5); }

#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 { border-style: solid; margin-bottom: 25px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; opacity: 1; text-align: center; border-color: #000; background-color: #f4f4f4; }

#s-16ac495e-b103-468f-ae52-1cb0d8dcb576 { display: none; }

#s-b0e91544-7f71-4749-baae-663f8b8f0e13 { box-shadow: 0px 0px 0px 0px #f2f2f2; opacity: 1; text-align: center; background-color: white; }

#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c { padding-top: 10px; padding-bottom: 10px; min-height: 50px; text-align: center; }

#s-f3dcc25d-8d19-4883-ac27-5b32020aed2c .shg-product-title-component h4 { color: #000; font-weight: normal; font-family: Montserrat; font-style: normal; font-size: 16px; }

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d { text-align: center; }

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d .shg-product-sold-out { display: none; }

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d .shg-product-price { color: #000; font-weight: 900; font-family: Montserrat; font-style: normal; font-size: 11px; }

#s-0eda69cf-01b1-4a08-8442-40ed8380eb8d .shg-product-compare-price { display: none; text-decoration: line-through; color: rgba(0, 0, 0, 0.5); font-weight: normal; font-style: normal; font-size: 11px; padding-left: 10px; }

#s-bc0014e8-a819-4641-9225-dc712c759068 { border-style: solid; padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; border-radius: 0px; min-width: 100%; min-height: 15px; max-width: 197px; opacity: 1; text-align: center; border-color: #000; background-color: black; font-size: 11px; color: #ffffff; }

#s-bc0014e8-a819-4641-9225-dc712c759068:hover { opacity: 1 !important; background-color: #e6c435 !important; color: black !important; text-decoration: none !important; }

#s-bc0014e8-a819-4641-9225-dc712c759068:active { background-color: #000000 !important; color: white !important; text-decoration: none !important; }

#s-bc0014e8-a819-4641-9225-dc712c759068 { display: block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; align-items: normal; box-sizing: border-box; }

#s-bc0014e8-a819-4641-9225-dc712c759068.shg-product-atc-disabled { opacity: 0.5; cursor: initial; }

#s-bc0014e8-a819-4641-9225-dc712c759068.shg-btn { color: #ffffff; font-size: 11px; font-weight: normal; font-style: normal; }

#s-bc0014e8-a819-4641-9225-dc712c759068.shg-btn.shg-product-atc-error { font-weight: 100; font-family: Montserrat; font-style: normal; font-size: 11px; color: rgba(255, 255, 255, 0.5); }

#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 { border-style: solid; margin-bottom: 25px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; opacity: 1; text-align: center; border-color: #000; background-color: #f4f4f4; }

#s-8988ca4a-9372-4bc6-90e4-77bd64766bb9 { display: none; }

#s-acfb084b-a035-4351-8d1c-e4705332ec69 { box-shadow: 0px 0px #f2f2f2; opacity: 1; text-align: center; background-color: white; }

#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 { padding-top: 10px; padding-bottom: 10px; min-height: 50px; text-align: center; }

#s-66401b91-fe5d-4c53-9dcb-710700b1cbc8 .shg-product-title-component h4 { color: #000; font-weight: normal; font-family: Montserrat; font-style: normal; font-size: 16px; }

#s-90d8e856-ea26-4029-8f77-e027cb36e47d { text-align: center; }

#s-90d8e856-ea26-4029-8f77-e027cb36e47d .shg-product-sold-out { display: none; }

#s-90d8e856-ea26-4029-8f77-e027cb36e47d .shg-product-price { color: #000; font-weight: 900; font-family: Montserrat; font-style: normal; font-size: 11px; }

#s-90d8e856-ea26-4029-8f77-e027cb36e47d .shg-product-compare-price { display: none; text-decoration: line-through; color: #000; font-weight: normal; font-style: normal; font-size: 18px; padding-left: 10px; }

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 { border-style: solid; padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; border-radius: 0px; min-width: 100%; min-height: 15px; max-width: 197px; opacity: 1; text-align: center; border-color: #000; background-color: black; font-size: 11px; color: #ffffff; }

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85:hover { opacity: 1 !important; background-color: #e6c435 !important; color: black !important; text-decoration: none !important; }

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85:active { background-color: #000000 !important; color: white !important; text-decoration: none !important; }

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85 { display: block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; align-items: normal; box-sizing: border-box; }

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85.shg-product-atc-disabled { opacity: 0.5; cursor: initial; }

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85.shg-btn { color: #ffffff; font-size: 11px; font-weight: normal; font-style: normal; }

#s-82bcec37-f31f-4d5b-acdc-c631d2641c85.shg-btn.shg-product-atc-error { font-weight: 100; font-family: Montserrat; font-style: normal; font-size: 11px; color: rgba(255, 255, 255, 0.5); }

#s-95fe9098-029a-452d-bee9-401e7539c331 { border-style: solid; margin-bottom: 25px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; opacity: 1; text-align: center; border-color: #000; background-color: #f4f4f4; }

#s-95fe9098-029a-452d-bee9-401e7539c331 { display: none; }

#s-2734fc90-d910-4d18-aec2-6f719ed4f3d0 { box-shadow: 0px 0px 0px 0px #f2f2f2; opacity: 1; text-align: center; background-color: white; }

#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 { padding-top: 10px; padding-bottom: 10px; min-height: 50px; text-align: center; }

#s-cc02e709-a18b-4449-9e14-6d5b4168d8b2 .shg-product-title-component h4 { color: #000; font-weight: normal; font-family: Montserrat; font-style: normal; font-size: 16px; }

#s-2d013691-e191-4762-9603-53dfe31dd223 { text-align: center; }

#s-2d013691-e191-4762-9603-53dfe31dd223 .shg-product-sold-out { display: none; }

#s-2d013691-e191-4762-9603-53dfe31dd223 .shg-product-price { color: #000; font-weight: 900; font-family: Montserrat; font-style: normal; font-size: 11px; }

#s-2d013691-e191-4762-9603-53dfe31dd223 .shg-product-compare-price { display: none; text-decoration: line-through; color: rgba(0, 0, 0, 0.5); font-weight: normal; font-style: normal; font-size: 11px; padding-left: 10px; }

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 { border-style: solid; padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; border-radius: 0px; min-width: 100%; min-height: 15px; max-width: 197px; opacity: 1; text-align: center; border-color: #000; background-color: black; font-size: 11px; color: #ffffff; }

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5:hover { opacity: 1 !important; background-color: #e6c435 !important; color: black !important; text-decoration: none !important; }

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5:active { background-color: #000000 !important; color: white !important; text-decoration: none !important; }

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5 { display: block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; align-items: normal; box-sizing: border-box; }

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5.shg-product-atc-disabled { opacity: 0.5; cursor: initial; }

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5.shg-btn { color: #ffffff; font-size: 11px; font-weight: normal; font-style: normal; }

#s-8ab3342c-315c-4b1a-b282-433f4beaa4f5.shg-btn.shg-product-atc-error { font-weight: 100; font-family: Montserrat; font-style: normal; font-size: 11px; color: rgba(255, 255, 255, 0.5); }

#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 { background-image: url(https://i.shgcdn.com/b01b3be4-7f16-46da-9eb1-0d53afd262fd/-/format/auto/-/preview/3000x3000/-/quality/lighter/); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; margin-left: 0px; margin-right: 0px; padding-top: 50px; padding-left: 20px; padding-bottom: 50px; padding-right: 20px; min-height: 300px; background-position: center center; }

#s-c1c0fb6e-d2dd-4fe3-ac65-361183e8d756 > .shg-box-overlay { background-color: #040303; opacity: 0.29; }

@media (min-width: 0px) { [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 992px) { [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 15.0px); } }
@media (min-width: 1200px) { [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 15.0px); }
  [id="s-6bcbca69-6fe8-4b9e-bf80-705002ddb36c"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 15.0px); } }
#s-48f19743-563e-4063-af92-20d7fd42ff9b { min-height: 200px; }

#s-48f19743-563e-4063-af92-20d7fd42ff9b > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-487c81e4-27e2-4ef2-89e7-a7d789b6cbaf { border-style: solid; padding-top: 10px; padding-bottom: 10px; border-top-width: 1px; border-left-width: 0px; border-bottom-width: 1px; border-right-width: 0px; min-height: 100%; max-height: 50%; border-color: #505050; }

#s-487c81e4-27e2-4ef2-89e7-a7d789b6cbaf .shogun-heading-component h1 { color: white; font-weight: normal; font-family: Bellefair; font-style: normal; font-size: 45px; text-align: center; }

.shogun-form > div { padding: 0 0 1em; }

.shogun-form small { color: red; display: none; }

.shogun-form input, textarea { margin: 0; }

.shogun-success-alert { background-color: #dff0d8; color: #3c763d; border-color: #d6e9c6; padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; font-size: 16px; line-height: 1.5; min-height: 55px; display: none; }

.shogun-form input, .shogun-form textarea { width: 100%; }

#s-c54eaa58-ad41-4654-8a38-f60dc9e25415 { border-style: solid; padding-top: 40px; padding-left: 50px; padding-right: 50px; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; border-radius: 0px; min-height: 200px; border-color: #000; background-color: rgba(205, 205, 205, 0); }

#s-0bf94bda-b3d3-4b58-bc4d-9d883560577f { min-height: 130px; }

#s-0bf94bda-b3d3-4b58-bc4d-9d883560577f > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-5c4e7139-9872-45b6-8259-814192c9a68b { min-height: 50px; }

#s-5c4e7139-9872-45b6-8259-814192c9a68b > .shg-box-overlay { background-color: #fff; opacity: 0; }

#s-266773dc-9f06-4383-8664-db597cf51b2d { padding-top: 1px; padding-left: 0px; padding-right: 39px; background-color: #040202; }

@media (min-width: 0px) { [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-xs-12 { width: 100%; } }
@media (min-width: 768px) { [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-sm-1 { width: calc(8.333333333333334% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-sm-2 { width: calc(16.666666666666668% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-sm-3 { width: calc(25.0% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-sm-4 { width: calc(33.333333333333336% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-sm-5 { width: calc(41.66666666666667% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-sm-6 { width: calc(50.0% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-sm-7 { width: calc(58.333333333333336% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-sm-8 { width: calc(66.66666666666667% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-sm-9 { width: calc(75.0% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-sm-10 { width: calc(83.33333333333334% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-sm-11 { width: calc(91.66666666666667% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-sm-12 { width: calc(100.0% - 5.0px); } }
@media (min-width: 992px) { [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-md-1 { width: calc(8.333333333333334% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-md-2 { width: calc(16.666666666666668% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-md-3 { width: calc(25.0% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-md-4 { width: calc(33.333333333333336% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-md-5 { width: calc(41.66666666666667% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-md-6 { width: calc(50.0% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-md-7 { width: calc(58.333333333333336% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-md-8 { width: calc(66.66666666666667% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-md-9 { width: calc(75.0% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-md-10 { width: calc(83.33333333333334% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-md-11 { width: calc(91.66666666666667% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-md-12 { width: calc(100.0% - 5.0px); } }
@media (min-width: 1200px) { [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-lg-1 { width: calc(8.333333333333334% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-lg-2 { width: calc(16.666666666666668% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-lg-3 { width: calc(25.0% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-lg-4 { width: calc(33.333333333333336% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-lg-5 { width: calc(41.66666666666667% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-lg-6 { width: calc(50.0% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-lg-7 { width: calc(58.333333333333336% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-lg-8 { width: calc(66.66666666666667% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-lg-9 { width: calc(75.0% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-lg-10 { width: calc(83.33333333333334% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-lg-11 { width: calc(91.66666666666667% - 5.0px); }
  [id="s-266773dc-9f06-4383-8664-db597cf51b2d"] > .shg-row > .shg-c-lg-12 { width: calc(100.0% - 5.0px); } }
#s-1a948dc5-9053-40d7-8531-a1e496503f76 { text-align: 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-a64a91c3-8123-4921-ba5d-2195e4338c7a { margin-top: 12px; margin-bottom: 12px; }

#s-431d7771-8414-4c4e-9eb0-ff8ba7a6d2d1 { text-align: center; }

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

.shogun-root {
  /* create a new stacking context */
  transform: scale(1);
}

.shogun-root iframe {
  display: initial;
}

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

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

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

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