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

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

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

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

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

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

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

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

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

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

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

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

#s-ef827d89-ab36-464d-b04e-74bf5c8b4129 {
  margin-top: -30px;
margin-bottom: -2px;
padding-top: 0px;
min-height: 50px;
}








#s-ef827d89-ab36-464d-b04e-74bf5c8b4129 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef827d89-ab36-464d-b04e-74bf5c8b4129.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 ::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 {
  
  
  
}

#s-ad8c6388-c3fd-45cc-97c3-f222d4cb4981 {
  margin-left: auto;
margin-right: auto;
}

#s-32186189-fe78-4774-9743-e710c91af164 {
  padding-bottom: 15px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-389d924d-6361-4706-992c-5f683504a2e9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-389d924d-6361-4706-992c-5f683504a2e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(148, 169, 129, 1);
  padding: 10px;
}

#s-389d924d-6361-4706-992c-5f683504a2e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-389d924d-6361-4706-992c-5f683504a2e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-389d924d-6361-4706-992c-5f683504a2e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-389d924d-6361-4706-992c-5f683504a2e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5d9f41c4-c512-4d2e-901a-1f98a9599f28 {
  padding-top: 12px;
padding-bottom: 12px;
}

#s-6098927e-c2c6-41b6-8d14-ac3ae3f7b9d7 {
  min-height: 50px;
}








#s-6098927e-c2c6-41b6-8d14-ac3ae3f7b9d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6098927e-c2c6-41b6-8d14-ac3ae3f7b9d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6211030e-5140-4a17-8896-8339549094f9 {
  min-height: 50px;
}








#s-6211030e-5140-4a17-8896-8339549094f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6211030e-5140-4a17-8896-8339549094f9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-81d626b4-9e3b-48ad-b904-69c3d083d101 {
  min-height: 50px;
}








#s-81d626b4-9e3b-48ad-b904-69c3d083d101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81d626b4-9e3b-48ad-b904-69c3d083d101.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-121520ea-0099-440f-a996-0ffef817988f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-121520ea-0099-440f-a996-0ffef817988f {
  display: none;
}
#s-121520ea-0099-440f-a996-0ffef817988f, #wrap-s-121520ea-0099-440f-a996-0ffef817988f, #wrap-content-s-121520ea-0099-440f-a996-0ffef817988f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-121520ea-0099-440f-a996-0ffef817988f {
  display: none;
}
#s-121520ea-0099-440f-a996-0ffef817988f, #wrap-s-121520ea-0099-440f-a996-0ffef817988f, #wrap-content-s-121520ea-0099-440f-a996-0ffef817988f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-121520ea-0099-440f-a996-0ffef817988f {
  
}
}@media (max-width: 767px){#s-121520ea-0099-440f-a996-0ffef817988f {
  
}
}







#s-121520ea-0099-440f-a996-0ffef817988f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-121520ea-0099-440f-a996-0ffef817988f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

/* 
  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-8b6aba12-e535-41f9-90cf-2b2e7cb452a6 {
  margin-top: 4px;
margin-left: 3px;
margin-bottom: 16px;
margin-right: 3px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6 {
  display: none;
}
#s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6, #wrap-s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6, #wrap-content-s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6 {
  display: none;
}
#s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6, #wrap-s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6, #wrap-content-s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6 {
  display: none;
}
#s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6, #wrap-s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6, #wrap-content-s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-8b6aba12-e535-41f9-90cf-2b2e7cb452a6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b482607c-0dfc-4aa0-a9ef-d1acfd543047 {
  min-height: 50px;
}








#s-b482607c-0dfc-4aa0-a9ef-d1acfd543047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b482607c-0dfc-4aa0-a9ef-d1acfd543047.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7c310201-645a-4d28-a50e-5c996c3f8924 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7c310201-645a-4d28-a50e-5c996c3f8924"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c310201-645a-4d28-a50e-5c996c3f8924"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c310201-645a-4d28-a50e-5c996c3f8924"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c310201-645a-4d28-a50e-5c996c3f8924"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c310201-645a-4d28-a50e-5c996c3f8924"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c310201-645a-4d28-a50e-5c996c3f8924"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c310201-645a-4d28-a50e-5c996c3f8924"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-1e917548-2705-43f1-8fc3-baaafb27bca2 {
  text-align: center;
}

#s-1e917548-2705-43f1-8fc3-baaafb27bca2 {
  overflow: hidden;
  
  
}







  #s-1e917548-2705-43f1-8fc3-baaafb27bca2 img.shogun-image {
    

    
    
    
  }


#s-1e917548-2705-43f1-8fc3-baaafb27bca2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5792c0cc-24ba-4ca8-9c11-b511866eff1c {
  min-height: 50px;
}








#s-5792c0cc-24ba-4ca8-9c11-b511866eff1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5792c0cc-24ba-4ca8-9c11-b511866eff1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18443180-1912-4a65-8ecd-4cf2bbc84ddd {
  margin-top: 3px;
margin-left: -7%;
margin-bottom: 3px;
margin-right: -7%;
}

@media (min-width: 0px) {
[id="s-18443180-1912-4a65-8ecd-4cf2bbc84ddd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-18443180-1912-4a65-8ecd-4cf2bbc84ddd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18443180-1912-4a65-8ecd-4cf2bbc84ddd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18443180-1912-4a65-8ecd-4cf2bbc84ddd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-8b25a622-f19f-4852-9071-4ec2c3269ada {
  text-align: center;
}


.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada {
  max-width:  100%;
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom,
.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada {
  max-width:  100%;
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom,
.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada {
  max-width:  100%;
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom,
.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada {
  max-width:  100%;
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom,
.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada {
  max-width:  100%;
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom,
.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8b25a622-f19f-4852-9071-4ec2c3269ada .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

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

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

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

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

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

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

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

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

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697-btn-wrapper {
    text-align: center;
  }


#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-variant-btn:active, #s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-4bfd8bf5-feec-49cc-bfb5-c6a1c1f9a697 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

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

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

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

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

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

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

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

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

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01d5fddf-d7f5-406a-b53a-6c51da539ee8-atc-btn-wrapper {
    text-align: center;
  }


#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-01d5fddf-d7f5-406a-b53a-6c51da539ee8-atc-btn-wrapper {
    text-align: center;
  }


#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-01d5fddf-d7f5-406a-b53a-6c51da539ee8-atc-btn-wrapper {
    text-align: center;
  }


#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-01d5fddf-d7f5-406a-b53a-6c51da539ee8-atc-btn-wrapper {
    text-align: center;
  }


#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-01d5fddf-d7f5-406a-b53a-6c51da539ee8-atc-btn-wrapper {
    text-align: center;
  }


#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-01d5fddf-d7f5-406a-b53a-6c51da539ee8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a6ca1a5a-001b-4cd1-b09f-713045de93b5 {
  margin-left: 10px;
margin-right: 10px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a6ca1a5a-001b-4cd1-b09f-713045de93b5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-a6ca1a5a-001b-4cd1-b09f-713045de93b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-a6ca1a5a-001b-4cd1-b09f-713045de93b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-a6ca1a5a-001b-4cd1-b09f-713045de93b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-7ffa9d5b-ba0a-46f1-8b78-f1e3918b4758 {
  text-align: center;
}

#s-7ffa9d5b-ba0a-46f1-8b78-f1e3918b4758 {
  overflow: hidden;
  
  
}







  #s-7ffa9d5b-ba0a-46f1-8b78-f1e3918b4758 img.shogun-image {
    

    
    
    
  }


#s-7ffa9d5b-ba0a-46f1-8b78-f1e3918b4758 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b33fc880-35c4-4351-93ab-38c27513c12c {
  text-align: center;
}

#s-b33fc880-35c4-4351-93ab-38c27513c12c {
  overflow: hidden;
  
  
}







  #s-b33fc880-35c4-4351-93ab-38c27513c12c img.shogun-image {
    

    
    
    
  }


#s-b33fc880-35c4-4351-93ab-38c27513c12c .shogun-image-content {
  
    justify-content: center;
  
}

#s-906e9c8f-f58d-4cad-b4d2-df859956341b {
  text-align: center;
}

#s-906e9c8f-f58d-4cad-b4d2-df859956341b {
  overflow: hidden;
  
  
}







  #s-906e9c8f-f58d-4cad-b4d2-df859956341b img.shogun-image {
    

    
    
    
  }


#s-906e9c8f-f58d-4cad-b4d2-df859956341b .shogun-image-content {
  
    justify-content: center;
  
}

#s-975a8ae1-e2d2-495e-b2f9-ab8fb4926cca {
  min-height: 50px;
}








#s-975a8ae1-e2d2-495e-b2f9-ab8fb4926cca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-975a8ae1-e2d2-495e-b2f9-ab8fb4926cca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-52aa66f9-3376-4291-aea6-988f4bffbe24 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 16px;
margin-right: 50px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (max-width: 767px){#s-52aa66f9-3376-4291-aea6-988f4bffbe24 {
  display: none;
}
#s-52aa66f9-3376-4291-aea6-988f4bffbe24, #wrap-s-52aa66f9-3376-4291-aea6-988f4bffbe24, #wrap-content-s-52aa66f9-3376-4291-aea6-988f4bffbe24 { display: none !important; }}
@media (min-width: 0px) {
[id="s-52aa66f9-3376-4291-aea6-988f4bffbe24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52aa66f9-3376-4291-aea6-988f4bffbe24"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52aa66f9-3376-4291-aea6-988f4bffbe24"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52aa66f9-3376-4291-aea6-988f4bffbe24"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52aa66f9-3376-4291-aea6-988f4bffbe24"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52aa66f9-3376-4291-aea6-988f4bffbe24"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52aa66f9-3376-4291-aea6-988f4bffbe24"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-52aa66f9-3376-4291-aea6-988f4bffbe24"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-366d1616-8b87-4d5c-86a4-4c0b43498389 {
  min-height: 50px;
}








#s-366d1616-8b87-4d5c-86a4-4c0b43498389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-366d1616-8b87-4d5c-86a4-4c0b43498389.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8544d81e-32b9-4957-8e0d-fe5a51f78e2f {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8544d81e-32b9-4957-8e0d-fe5a51f78e2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8544d81e-32b9-4957-8e0d-fe5a51f78e2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8544d81e-32b9-4957-8e0d-fe5a51f78e2f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8544d81e-32b9-4957-8e0d-fe5a51f78e2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8544d81e-32b9-4957-8e0d-fe5a51f78e2f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8544d81e-32b9-4957-8e0d-fe5a51f78e2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8544d81e-32b9-4957-8e0d-fe5a51f78e2f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9ad24695-6315-4e56-b2c0-1fa48f6cc9c8 {
  text-align: center;
}

#s-9ad24695-6315-4e56-b2c0-1fa48f6cc9c8 {
  overflow: hidden;
  
  
}







  #s-9ad24695-6315-4e56-b2c0-1fa48f6cc9c8 img.shogun-image {
    

    
    
    
  }


#s-9ad24695-6315-4e56-b2c0-1fa48f6cc9c8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7ce8dc4c-958f-4a18-8918-77e40c91ec12 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7ce8dc4c-958f-4a18-8918-77e40c91ec12"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-7ce8dc4c-958f-4a18-8918-77e40c91ec12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-7ce8dc4c-958f-4a18-8918-77e40c91ec12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-7ce8dc4c-958f-4a18-8918-77e40c91ec12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-5b1cc739-4dac-43c0-84c7-39ac27851945 {
  text-align: center;
}

#s-5b1cc739-4dac-43c0-84c7-39ac27851945 {
  overflow: hidden;
  
  
}







  #s-5b1cc739-4dac-43c0-84c7-39ac27851945 img.shogun-image {
    

    
    
    
  }


#s-5b1cc739-4dac-43c0-84c7-39ac27851945 .shogun-image-content {
  
    justify-content: center;
  
}

#s-226c243a-38fe-480c-8d1b-ae17448da405 {
  text-align: center;
}

#s-226c243a-38fe-480c-8d1b-ae17448da405 {
  overflow: hidden;
  
  
}







  #s-226c243a-38fe-480c-8d1b-ae17448da405 img.shogun-image {
    

    
    
    
  }


#s-226c243a-38fe-480c-8d1b-ae17448da405 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f804bf49-0bdb-4c2f-92ee-74375fc9cf1a {
  text-align: center;
}

#s-f804bf49-0bdb-4c2f-92ee-74375fc9cf1a {
  overflow: hidden;
  
  
}







  #s-f804bf49-0bdb-4c2f-92ee-74375fc9cf1a img.shogun-image {
    

    
    
    
  }


#s-f804bf49-0bdb-4c2f-92ee-74375fc9cf1a .shogun-image-content {
  
    justify-content: center;
  
}

#s-377b9cc2-1894-4759-b739-36c2463348f1 {
  min-height: 50px;
}








#s-377b9cc2-1894-4759-b739-36c2463348f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-377b9cc2-1894-4759-b739-36c2463348f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18458ec7-00c6-4d0b-8d23-f857b38a678b {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-18458ec7-00c6-4d0b-8d23-f857b38a678b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-18458ec7-00c6-4d0b-8d23-f857b38a678b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-18458ec7-00c6-4d0b-8d23-f857b38a678b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-18458ec7-00c6-4d0b-8d23-f857b38a678b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-18458ec7-00c6-4d0b-8d23-f857b38a678b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-18458ec7-00c6-4d0b-8d23-f857b38a678b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-18458ec7-00c6-4d0b-8d23-f857b38a678b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-ec273262-1202-4cf3-9735-fc78f42113cf {
  text-align: center;
}


.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf {
  max-width:  100%;
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom,
.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf {
  max-width:  100%;
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom,
.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf {
  max-width:  100%;
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom,
.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf {
  max-width:  100%;
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom,
.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf {
  max-width:  100%;
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom,
.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ec273262-1202-4cf3-9735-fc78f42113cf .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c-btn-wrapper {
    text-align: center;
  }


#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-variant-btn:active, #s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-967f93b4-1564-4a61-a6bc-b281bdb4bb0c .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7defcb9b-578e-4cba-a394-3a40e61dc9d2-atc-btn-wrapper {
    text-align: center;
  }


#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-7defcb9b-578e-4cba-a394-3a40e61dc9d2-atc-btn-wrapper {
    text-align: center;
  }


#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-7defcb9b-578e-4cba-a394-3a40e61dc9d2-atc-btn-wrapper {
    text-align: center;
  }


#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-7defcb9b-578e-4cba-a394-3a40e61dc9d2-atc-btn-wrapper {
    text-align: center;
  }


#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-7defcb9b-578e-4cba-a394-3a40e61dc9d2-atc-btn-wrapper {
    text-align: center;
  }


#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-7defcb9b-578e-4cba-a394-3a40e61dc9d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a7904011-5624-45c9-9336-c2995cc143da {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30px;
background-position: center center;
}

#s-a7904011-5624-45c9-9336-c2995cc143da {
  background-image: url(https://i.shgcdn.com/65fb2973-99ce-49f9-9ff0-958d902312cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a7904011-5624-45c9-9336-c2995cc143da > .shg-box-overlay {
  background-color: rgba(32, 57, 18, 1);
  opacity: 0.4;
  display: block;
}#s-a7904011-5624-45c9-9336-c2995cc143da.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-70722cb6-8989-4fe3-a0e5-0e2a5770c092 {
  padding-top: 50px;
padding-bottom: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(65, 104, 26, 0);
border-style: none;
}

@media (min-width: 0px) {
[id="s-70722cb6-8989-4fe3-a0e5-0e2a5770c092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70722cb6-8989-4fe3-a0e5-0e2a5770c092"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70722cb6-8989-4fe3-a0e5-0e2a5770c092"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70722cb6-8989-4fe3-a0e5-0e2a5770c092"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70722cb6-8989-4fe3-a0e5-0e2a5770c092"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70722cb6-8989-4fe3-a0e5-0e2a5770c092"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70722cb6-8989-4fe3-a0e5-0e2a5770c092"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-232c7168-47c3-4c14-b4bd-12c3912cf6d8 {
  padding-left: 22px;
padding-right: 22px;
background-color: rgba(21, 1, 1, 0.24);
}

#s-4b9f7e40-f21c-4547-b2ae-e6b70f8b0df3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(148, 169, 129, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4b9f7e40-f21c-4547-b2ae-e6b70f8b0df3 {
  
}
}@media (max-width: 767px){#s-4b9f7e40-f21c-4547-b2ae-e6b70f8b0df3 {
  
}
}







#s-4b9f7e40-f21c-4547-b2ae-e6b70f8b0df3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b9f7e40-f21c-4547-b2ae-e6b70f8b0df3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12fecdfe-9ff7-4451-b463-89c03054140c {
  background-color: rgba(148, 169, 129, 1);
}
@media (min-width: 1200px){#s-12fecdfe-9ff7-4451-b463-89c03054140c {
  display: none;
}
#s-12fecdfe-9ff7-4451-b463-89c03054140c, #wrap-s-12fecdfe-9ff7-4451-b463-89c03054140c, #wrap-content-s-12fecdfe-9ff7-4451-b463-89c03054140c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12fecdfe-9ff7-4451-b463-89c03054140c {
  display: none;
}
#s-12fecdfe-9ff7-4451-b463-89c03054140c, #wrap-s-12fecdfe-9ff7-4451-b463-89c03054140c, #wrap-content-s-12fecdfe-9ff7-4451-b463-89c03054140c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12fecdfe-9ff7-4451-b463-89c03054140c {
  display: none;
}
#s-12fecdfe-9ff7-4451-b463-89c03054140c, #wrap-s-12fecdfe-9ff7-4451-b463-89c03054140c, #wrap-content-s-12fecdfe-9ff7-4451-b463-89c03054140c { display: none !important; }}







#s-12fecdfe-9ff7-4451-b463-89c03054140c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12fecdfe-9ff7-4451-b463-89c03054140c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3373b3fb-8339-44fe-8ed6-f2b1503c1794 {
  margin-top: 15px;
margin-bottom: 7px;
text-align: center;
background-color: rgba(148, 169, 129, 1);
}

#s-53f1f834-f0dd-4585-ba0d-f0d1198bf4f8 {
  background-color: rgba(148, 169, 129, 1);
}

@media (min-width: 0px) {
[id="s-53f1f834-f0dd-4585-ba0d-f0d1198bf4f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-53f1f834-f0dd-4585-ba0d-f0d1198bf4f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-53f1f834-f0dd-4585-ba0d-f0d1198bf4f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-53f1f834-f0dd-4585-ba0d-f0d1198bf4f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bfb6150c-268a-4887-a9b4-7877d16afb72 {
  max-width: 1024px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bfb6150c-268a-4887-a9b4-7877d16afb72 {
  overflow: hidden;
  
  
      max-width: 1024px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-bfb6150c-268a-4887-a9b4-7877d16afb72 img.shogun-image,
  #s-bfb6150c-268a-4887-a9b4-7877d16afb72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bfb6150c-268a-4887-a9b4-7877d16afb72 {
    width: 100%;
    height: auto;
  }



  #s-bfb6150c-268a-4887-a9b4-7877d16afb72 img.shogun-image {
    

    
    
    
  }


#s-bfb6150c-268a-4887-a9b4-7877d16afb72 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9448f241-02dd-42af-891e-fc8886749029 {
  margin-top: 45px;
margin-left: 15px;
margin-right: 15px;
}

#s-f856e124-e8d2-4067-8d17-bc312c34aff0 {
  background-color: rgba(246, 246, 246, 1);
}

@media (min-width: 0px) {
[id="s-f856e124-e8d2-4067-8d17-bc312c34aff0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f856e124-e8d2-4067-8d17-bc312c34aff0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f856e124-e8d2-4067-8d17-bc312c34aff0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f856e124-e8d2-4067-8d17-bc312c34aff0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0345bb41-0a13-43ae-963e-2cc24dbd759c {
  margin-top: 45px;
margin-left: 15px;
margin-right: 15px;
}

#s-ba389f3d-92d1-48f4-8c50-f69218c3e46c {
  max-width: 928px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ba389f3d-92d1-48f4-8c50-f69218c3e46c {
  overflow: hidden;
  
  
      max-width: 928px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ba389f3d-92d1-48f4-8c50-f69218c3e46c img.shogun-image,
  #s-ba389f3d-92d1-48f4-8c50-f69218c3e46c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba389f3d-92d1-48f4-8c50-f69218c3e46c {
    width: 100%;
    height: auto;
  }



  #s-ba389f3d-92d1-48f4-8c50-f69218c3e46c img.shogun-image {
    

    
    
    
  }


#s-ba389f3d-92d1-48f4-8c50-f69218c3e46c .shogun-image-content {
  
    justify-content: center;
  
}

#s-1b922558-ebc8-4700-bba6-a44bc493bcd2 {
  background-color: rgba(148, 169, 129, 1);
}

@media (min-width: 0px) {
[id="s-1b922558-ebc8-4700-bba6-a44bc493bcd2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1b922558-ebc8-4700-bba6-a44bc493bcd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b922558-ebc8-4700-bba6-a44bc493bcd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b922558-ebc8-4700-bba6-a44bc493bcd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-412b94c9-9117-482a-af3c-e879be70b978 {
  max-width: 1024px;
aspect-ratio: 1/1;
text-align: center;
}

#s-412b94c9-9117-482a-af3c-e879be70b978 {
  overflow: hidden;
  
  
      max-width: 1024px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-412b94c9-9117-482a-af3c-e879be70b978 img.shogun-image,
  #s-412b94c9-9117-482a-af3c-e879be70b978 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-412b94c9-9117-482a-af3c-e879be70b978 {
    width: 100%;
    height: auto;
  }



  #s-412b94c9-9117-482a-af3c-e879be70b978 img.shogun-image {
    

    
    
    
  }


#s-412b94c9-9117-482a-af3c-e879be70b978 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a708a2f8-b5fe-4a6a-861e-3266b966b324 {
  margin-top: 45px;
margin-left: 15px;
margin-right: 15px;
}

#s-93d25ea1-4bba-46e1-8de3-35e3d331263d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-93d25ea1-4bba-46e1-8de3-35e3d331263d {
  display: none;
}
#s-93d25ea1-4bba-46e1-8de3-35e3d331263d, #wrap-s-93d25ea1-4bba-46e1-8de3-35e3d331263d, #wrap-content-s-93d25ea1-4bba-46e1-8de3-35e3d331263d { display: none !important; }}@media (max-width: 767px){#s-93d25ea1-4bba-46e1-8de3-35e3d331263d {
  display: none;
}
#s-93d25ea1-4bba-46e1-8de3-35e3d331263d, #wrap-s-93d25ea1-4bba-46e1-8de3-35e3d331263d, #wrap-content-s-93d25ea1-4bba-46e1-8de3-35e3d331263d { display: none !important; }}
#s-e4b5da60-6790-41e8-b063-c406c4e432c6 {
  padding-left: 50px;
padding-right: 50px;
min-height: 500px;
background-color: rgba(148, 169, 129, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e4b5da60-6790-41e8-b063-c406c4e432c6 {
  display: none;
}
#s-e4b5da60-6790-41e8-b063-c406c4e432c6, #wrap-s-e4b5da60-6790-41e8-b063-c406c4e432c6, #wrap-content-s-e4b5da60-6790-41e8-b063-c406c4e432c6 { display: none !important; }}@media (max-width: 767px){#s-e4b5da60-6790-41e8-b063-c406c4e432c6 {
  display: none;
}
#s-e4b5da60-6790-41e8-b063-c406c4e432c6, #wrap-s-e4b5da60-6790-41e8-b063-c406c4e432c6, #wrap-content-s-e4b5da60-6790-41e8-b063-c406c4e432c6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e4b5da60-6790-41e8-b063-c406c4e432c6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e4b5da60-6790-41e8-b063-c406c4e432c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e4b5da60-6790-41e8-b063-c406c4e432c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4b5da60-6790-41e8-b063-c406c4e432c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4dfa6f15-9892-4621-9c4f-fc941fe89e2b {
  min-height: 120px;
background-color: rgba(148, 169, 129, 1);
}








#s-4dfa6f15-9892-4621-9c4f-fc941fe89e2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4dfa6f15-9892-4621-9c4f-fc941fe89e2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00b87ee8-79a7-4da4-8ed4-368a5db860da {
  max-width: 1024px;
aspect-ratio: 1/1;
text-align: center;
}

#s-00b87ee8-79a7-4da4-8ed4-368a5db860da {
  overflow: hidden;
  
  
      max-width: 1024px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-00b87ee8-79a7-4da4-8ed4-368a5db860da img.shogun-image,
  #s-00b87ee8-79a7-4da4-8ed4-368a5db860da .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00b87ee8-79a7-4da4-8ed4-368a5db860da {
    width: 100%;
    height: auto;
  }



  #s-00b87ee8-79a7-4da4-8ed4-368a5db860da img.shogun-image {
    

    
    
    
  }


#s-00b87ee8-79a7-4da4-8ed4-368a5db860da .shogun-image-content {
  
    justify-content: center;
  
}

#s-662a74b8-5d2a-473f-a995-366bb98998ec {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
@media (max-width: 767px){#s-662a74b8-5d2a-473f-a995-366bb98998ec {
  
}
}
#s-b5994d35-2ca1-4e32-9f2b-434b4592d2c3 {
  min-height: 120px;
background-color: rgba(148, 169, 129, 1);
}








#s-b5994d35-2ca1-4e32-9f2b-434b4592d2c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5994d35-2ca1-4e32-9f2b-434b4592d2c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7386954-3c49-45d4-8576-6e7ffe42d24e {
  max-width: 928px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d7386954-3c49-45d4-8576-6e7ffe42d24e {
  overflow: hidden;
  
  
      max-width: 928px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d7386954-3c49-45d4-8576-6e7ffe42d24e img.shogun-image,
  #s-d7386954-3c49-45d4-8576-6e7ffe42d24e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d7386954-3c49-45d4-8576-6e7ffe42d24e {
    width: 100%;
    height: auto;
  }



  #s-d7386954-3c49-45d4-8576-6e7ffe42d24e img.shogun-image {
    

    
    
    
  }


#s-d7386954-3c49-45d4-8576-6e7ffe42d24e .shogun-image-content {
  
    justify-content: center;
  
}

#s-cca21c6a-23eb-41b2-b954-21bbc6515b47 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

#s-4840ee3f-8e4a-4dc0-b950-3130006005e6 {
  min-height: 120px;
background-color: rgba(148, 169, 129, 1);
}








#s-4840ee3f-8e4a-4dc0-b950-3130006005e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4840ee3f-8e4a-4dc0-b950-3130006005e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0b9dfea-adbf-4445-b535-eb90a7fb0a67 {
  max-width: 1024px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f0b9dfea-adbf-4445-b535-eb90a7fb0a67 {
  overflow: hidden;
  
  
      max-width: 1024px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f0b9dfea-adbf-4445-b535-eb90a7fb0a67 img.shogun-image,
  #s-f0b9dfea-adbf-4445-b535-eb90a7fb0a67 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0b9dfea-adbf-4445-b535-eb90a7fb0a67 {
    width: 100%;
    height: auto;
  }



  #s-f0b9dfea-adbf-4445-b535-eb90a7fb0a67 img.shogun-image {
    

    
    
    
  }


#s-f0b9dfea-adbf-4445-b535-eb90a7fb0a67 .shogun-image-content {
  
    justify-content: center;
  
}

#s-04affd0b-f9f8-4a6c-a75f-c69bbaded569 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}

#s-76c2d5db-2230-46fc-b09e-f18122870cd8 {
  padding-top: 16px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
background-color: rgba(148, 169, 129, 1);
}
@media (max-width: 767px){#s-76c2d5db-2230-46fc-b09e-f18122870cd8 {
  display: none;
}
#s-76c2d5db-2230-46fc-b09e-f18122870cd8, #wrap-s-76c2d5db-2230-46fc-b09e-f18122870cd8, #wrap-content-s-76c2d5db-2230-46fc-b09e-f18122870cd8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-76c2d5db-2230-46fc-b09e-f18122870cd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76c2d5db-2230-46fc-b09e-f18122870cd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-76c2d5db-2230-46fc-b09e-f18122870cd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-76c2d5db-2230-46fc-b09e-f18122870cd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-38e30bc8-bf26-4380-b617-f1d416320d46 {
  min-height: 50px;
}








#s-38e30bc8-bf26-4380-b617-f1d416320d46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38e30bc8-bf26-4380-b617-f1d416320d46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a167cd03-d57d-462e-a127-45ac6807bef9 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a167cd03-d57d-462e-a127-45ac6807bef9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-a167cd03-d57d-462e-a127-45ac6807bef9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-a167cd03-d57d-462e-a127-45ac6807bef9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-a167cd03-d57d-462e-a127-45ac6807bef9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-a167cd03-d57d-462e-a127-45ac6807bef9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-a167cd03-d57d-462e-a127-45ac6807bef9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-a167cd03-d57d-462e-a127-45ac6807bef9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-3d009a0c-c174-4201-9df4-0cb34db4247c {
  text-align: center;
}


.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c {
  max-width:  100%;
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom,
.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c {
  max-width:  100%;
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom,
.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c {
  max-width:  100%;
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom,
.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c {
  max-width:  100%;
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom,
.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c {
  max-width:  100%;
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom,
.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3d009a0c-c174-4201-9df4-0cb34db4247c .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-5384b6dd-d943-4ebe-8b44-06101dbb0830-btn-wrapper {
    text-align: center;
  }


#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-variant-btn:active, #s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-5384b6dd-d943-4ebe-8b44-06101dbb0830 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b455f25e-4378-4704-a4c0-2b2596d136d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b455f25e-4378-4704-a4c0-2b2596d136d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b455f25e-4378-4704-a4c0-2b2596d136d2-atc-btn-wrapper {
    text-align: center;
  }


#s-b455f25e-4378-4704-a4c0-2b2596d136d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b455f25e-4378-4704-a4c0-2b2596d136d2-atc-btn-wrapper {
    text-align: center;
  }


#s-b455f25e-4378-4704-a4c0-2b2596d136d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b455f25e-4378-4704-a4c0-2b2596d136d2-atc-btn-wrapper {
    text-align: center;
  }


#s-b455f25e-4378-4704-a4c0-2b2596d136d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b455f25e-4378-4704-a4c0-2b2596d136d2-atc-btn-wrapper {
    text-align: center;
  }


#s-b455f25e-4378-4704-a4c0-2b2596d136d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b455f25e-4378-4704-a4c0-2b2596d136d2-atc-btn-wrapper {
    text-align: center;
  }


#s-b455f25e-4378-4704-a4c0-2b2596d136d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-b455f25e-4378-4704-a4c0-2b2596d136d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-90de5c00-1df7-4521-bf7a-cf85b6dc2883 {
  min-height: 50px;
background-color: rgba(148, 169, 129, 1);
}








#s-90de5c00-1df7-4521-bf7a-cf85b6dc2883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90de5c00-1df7-4521-bf7a-cf85b6dc2883.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8b85f3e-5109-4681-b641-56a56f110950 {
  padding-top: 16px;
padding-left: 22px;
padding-bottom: 16px;
padding-right: 22px;
background-color: rgba(148, 169, 129, 1);
}
@media (min-width: 1200px){#s-d8b85f3e-5109-4681-b641-56a56f110950 {
  display: none;
}
#s-d8b85f3e-5109-4681-b641-56a56f110950, #wrap-s-d8b85f3e-5109-4681-b641-56a56f110950, #wrap-content-s-d8b85f3e-5109-4681-b641-56a56f110950 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8b85f3e-5109-4681-b641-56a56f110950 {
  display: none;
}
#s-d8b85f3e-5109-4681-b641-56a56f110950, #wrap-s-d8b85f3e-5109-4681-b641-56a56f110950, #wrap-content-s-d8b85f3e-5109-4681-b641-56a56f110950 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8b85f3e-5109-4681-b641-56a56f110950 {
  display: none;
}
#s-d8b85f3e-5109-4681-b641-56a56f110950, #wrap-s-d8b85f3e-5109-4681-b641-56a56f110950, #wrap-content-s-d8b85f3e-5109-4681-b641-56a56f110950 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d8b85f3e-5109-4681-b641-56a56f110950"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8b85f3e-5109-4681-b641-56a56f110950"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d8b85f3e-5109-4681-b641-56a56f110950"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8b85f3e-5109-4681-b641-56a56f110950"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-844aacbc-0d84-4602-b867-6c10821f1753 {
  min-height: 50px;
}








#s-844aacbc-0d84-4602-b867-6c10821f1753 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-844aacbc-0d84-4602-b867-6c10821f1753.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dd129a7-22d9-4d52-8d41-ee4e2573fc5e {
  min-height: 50px;
}








#s-3dd129a7-22d9-4d52-8d41-ee4e2573fc5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dd129a7-22d9-4d52-8d41-ee4e2573fc5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-310e9bb1-9e81-4a39-a1ea-9cf968184a76 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-310e9bb1-9e81-4a39-a1ea-9cf968184a76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-310e9bb1-9e81-4a39-a1ea-9cf968184a76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-310e9bb1-9e81-4a39-a1ea-9cf968184a76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-310e9bb1-9e81-4a39-a1ea-9cf968184a76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-310e9bb1-9e81-4a39-a1ea-9cf968184a76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-310e9bb1-9e81-4a39-a1ea-9cf968184a76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-310e9bb1-9e81-4a39-a1ea-9cf968184a76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-3dc50652-7666-49e4-87ab-881677590134 {
  text-align: center;
}


.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 {
  max-width:  100%;
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom,
.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 {
  max-width:  100%;
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom,
.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 {
  max-width:  100%;
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom,
.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 {
  max-width:  100%;
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom,
.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 {
  max-width:  100%;
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom,
.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-3dc50652-7666-49e4-87ab-881677590134 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-bfbe4441-e3ae-4e83-9e05-8e000194845b {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-bfbe4441-e3ae-4e83-9e05-8e000194845b-btn-wrapper {
    text-align: center;
  }


#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-variant-btn:active, #s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-bfbe4441-e3ae-4e83-9e05-8e000194845b .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fb87cede-e191-4c19-9804-e7628d1881f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb87cede-e191-4c19-9804-e7628d1881f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fb87cede-e191-4c19-9804-e7628d1881f7-atc-btn-wrapper {
    text-align: center;
  }


#s-fb87cede-e191-4c19-9804-e7628d1881f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fb87cede-e191-4c19-9804-e7628d1881f7-atc-btn-wrapper {
    text-align: center;
  }


#s-fb87cede-e191-4c19-9804-e7628d1881f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb87cede-e191-4c19-9804-e7628d1881f7-atc-btn-wrapper {
    text-align: center;
  }


#s-fb87cede-e191-4c19-9804-e7628d1881f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fb87cede-e191-4c19-9804-e7628d1881f7-atc-btn-wrapper {
    text-align: center;
  }


#s-fb87cede-e191-4c19-9804-e7628d1881f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fb87cede-e191-4c19-9804-e7628d1881f7-atc-btn-wrapper {
    text-align: center;
  }


#s-fb87cede-e191-4c19-9804-e7628d1881f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-fb87cede-e191-4c19-9804-e7628d1881f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d84d4305-ec6a-45c9-9a2d-c06d303d50c4 {
  background-color: rgba(148, 169, 129, 1);
}

@media (min-width: 0px) {
[id="s-d84d4305-ec6a-45c9-9a2d-c06d303d50c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d84d4305-ec6a-45c9-9a2d-c06d303d50c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d84d4305-ec6a-45c9-9a2d-c06d303d50c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d84d4305-ec6a-45c9-9a2d-c06d303d50c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2183b9ea-b0a9-4fba-a9d0-f1cd9e1dd066 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 30px;
padding-bottom: 30px;
}








#s-2183b9ea-b0a9-4fba-a9d0-f1cd9e1dd066 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2183b9ea-b0a9-4fba-a9d0-f1cd9e1dd066.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-896973f3-0b64-43be-b285-ace142488794 {
  margin-top: 17px;
margin-bottom: 17px;
text-align: center;
}

#s-c60d5238-89e2-4893-b8be-e08e41cf7dcc {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-1d8472cf-f19f-4aad-8926-cc98793b6c90 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 10%;
}

#s-1d8472cf-f19f-4aad-8926-cc98793b6c90 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-1d8472cf-f19f-4aad-8926-cc98793b6c90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-1d8472cf-f19f-4aad-8926-cc98793b6c90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(19, 18, 18, 1);
}

#s-1d8472cf-f19f-4aad-8926-cc98793b6c90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1d8472cf-f19f-4aad-8926-cc98793b6c90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(19, 18, 18, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-1d8472cf-f19f-4aad-8926-cc98793b6c90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f22854a3-04c9-4e35-9be2-c93c5d9a32cd {
  margin-left: 5%;
margin-right: 5%;
}

#s-c9d50679-9824-42d3-84af-66d3371e434b {
  margin-left: 5%;
margin-right: 5%;
}

#s-f1f32996-5f95-4d1e-acd4-37bd7102086f {
  margin-left: 5%;
margin-right: 5%;
}

#s-e272cf0d-859f-4bde-9900-198d2c5b6caa {
  margin-left: 5%;
margin-right: 5%;
}

#s-aee1b61c-d547-4754-986f-f5f317372f33 {
  margin-left: 5%;
margin-right: 5%;
}

#s-98d9e7eb-1f45-4ebc-a94f-63fa03fe5ba6 {
  margin-left: 5%;
margin-right: 5%;
}

#s-4d0b2106-f1eb-40d2-8918-5de4efda0a6f {
  margin-left: 5%;
margin-right: 5%;
}

#s-5252ecf0-33f0-437a-b110-86d3ec8c7307 {
  margin-left: 5%;
margin-right: 5%;
}

#s-9a745eae-e4e6-4ed4-a026-89dcf7490de9 {
  margin-left: 5%;
margin-right: 5%;
}

#s-25803916-314b-4864-837c-c4d069fb749c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-25803916-314b-4864-837c-c4d069fb749c {
  display: none;
}
#s-25803916-314b-4864-837c-c4d069fb749c, #wrap-s-25803916-314b-4864-837c-c4d069fb749c, #wrap-content-s-25803916-314b-4864-837c-c4d069fb749c { display: none !important; }}
#s-25803916-314b-4864-837c-c4d069fb749c {
  background-image: url(https://i.shgcdn.com/0b89b5c2-61ed-47ad-979e-c0da51444ed6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-25803916-314b-4864-837c-c4d069fb749c {
  background-image: url(https://i.shgcdn.com/0b89b5c2-61ed-47ad-979e-c0da51444ed6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-25803916-314b-4864-837c-c4d069fb749c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-25803916-314b-4864-837c-c4d069fb749c {
  background-image: url(https://i.shgcdn.com/0b89b5c2-61ed-47ad-979e-c0da51444ed6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-25803916-314b-4864-837c-c4d069fb749c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-25803916-314b-4864-837c-c4d069fb749c {
  background-image: url(https://i.shgcdn.com/0b89b5c2-61ed-47ad-979e-c0da51444ed6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-25803916-314b-4864-837c-c4d069fb749c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-25803916-314b-4864-837c-c4d069fb749c {
  background-image: url(https://i.shgcdn.com/0b89b5c2-61ed-47ad-979e-c0da51444ed6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-25803916-314b-4864-837c-c4d069fb749c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-25803916-314b-4864-837c-c4d069fb749c {
  background-image: url(https://i.shgcdn.com/0b89b5c2-61ed-47ad-979e-c0da51444ed6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-25803916-314b-4864-837c-c4d069fb749c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-25803916-314b-4864-837c-c4d069fb749c {
  background-image: url(https://i.shgcdn.com/0b89b5c2-61ed-47ad-979e-c0da51444ed6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-25803916-314b-4864-837c-c4d069fb749c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-25803916-314b-4864-837c-c4d069fb749c {
  background-image: url(https://i.shgcdn.com/0b89b5c2-61ed-47ad-979e-c0da51444ed6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-25803916-314b-4864-837c-c4d069fb749c.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-25803916-314b-4864-837c-c4d069fb749c {
  background-image: url(https://i.shgcdn.com/0b89b5c2-61ed-47ad-979e-c0da51444ed6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-25803916-314b-4864-837c-c4d069fb749c.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-25803916-314b-4864-837c-c4d069fb749c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25803916-314b-4864-837c-c4d069fb749c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b2656c8-f036-480d-93d3-434cbe20199f {
  padding-top: 16px;
padding-left: 22px;
padding-bottom: 16px;
padding-right: 22px;
background-color: rgba(148, 169, 129, 1);
}
@media (min-width: 1200px){#s-4b2656c8-f036-480d-93d3-434cbe20199f {
  display: none;
}
#s-4b2656c8-f036-480d-93d3-434cbe20199f, #wrap-s-4b2656c8-f036-480d-93d3-434cbe20199f, #wrap-content-s-4b2656c8-f036-480d-93d3-434cbe20199f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b2656c8-f036-480d-93d3-434cbe20199f {
  display: none;
}
#s-4b2656c8-f036-480d-93d3-434cbe20199f, #wrap-s-4b2656c8-f036-480d-93d3-434cbe20199f, #wrap-content-s-4b2656c8-f036-480d-93d3-434cbe20199f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b2656c8-f036-480d-93d3-434cbe20199f {
  display: none;
}
#s-4b2656c8-f036-480d-93d3-434cbe20199f, #wrap-s-4b2656c8-f036-480d-93d3-434cbe20199f, #wrap-content-s-4b2656c8-f036-480d-93d3-434cbe20199f { display: none !important; }}
@media (min-width: 0px) {
[id="s-4b2656c8-f036-480d-93d3-434cbe20199f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b2656c8-f036-480d-93d3-434cbe20199f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4b2656c8-f036-480d-93d3-434cbe20199f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b2656c8-f036-480d-93d3-434cbe20199f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d19860f7-1bea-47f2-b024-96a0c74f8e96 {
  min-height: 50px;
}








#s-d19860f7-1bea-47f2-b024-96a0c74f8e96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d19860f7-1bea-47f2-b024-96a0c74f8e96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c120fb6c-6d2c-47f8-be7d-77502d790699 {
  min-height: 50px;
}








#s-c120fb6c-6d2c-47f8-be7d-77502d790699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c120fb6c-6d2c-47f8-be7d-77502d790699.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f546d4e-750f-408c-938a-ec86e14f4717 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8f546d4e-750f-408c-938a-ec86e14f4717"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-8f546d4e-750f-408c-938a-ec86e14f4717"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-8f546d4e-750f-408c-938a-ec86e14f4717"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-8f546d4e-750f-408c-938a-ec86e14f4717"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-8f546d4e-750f-408c-938a-ec86e14f4717"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-8f546d4e-750f-408c-938a-ec86e14f4717"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-8f546d4e-750f-408c-938a-ec86e14f4717"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-2469dc29-48a3-4775-be87-b68277cc39e5 {
  text-align: center;
}


.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 {
  max-width:  100%;
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom,
.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 {
  max-width:  100%;
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom,
.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 {
  max-width:  100%;
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom,
.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 {
  max-width:  100%;
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom,
.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 {
  max-width:  100%;
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom,
.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2469dc29-48a3-4775-be87-b68277cc39e5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-c74bed1d-9da8-4979-a164-9add847fda4e {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c74bed1d-9da8-4979-a164-9add847fda4e-btn-wrapper {
    text-align: center;
  }


#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-variant-btn:active, #s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c74bed1d-9da8-4979-a164-9add847fda4e .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5d8d8490-7897-4a19-9129-e28229f0d1ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d8d8490-7897-4a19-9129-e28229f0d1ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d8d8490-7897-4a19-9129-e28229f0d1ae-atc-btn-wrapper {
    text-align: center;
  }


#s-5d8d8490-7897-4a19-9129-e28229f0d1ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5d8d8490-7897-4a19-9129-e28229f0d1ae-atc-btn-wrapper {
    text-align: center;
  }


#s-5d8d8490-7897-4a19-9129-e28229f0d1ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d8d8490-7897-4a19-9129-e28229f0d1ae-atc-btn-wrapper {
    text-align: center;
  }


#s-5d8d8490-7897-4a19-9129-e28229f0d1ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5d8d8490-7897-4a19-9129-e28229f0d1ae-atc-btn-wrapper {
    text-align: center;
  }


#s-5d8d8490-7897-4a19-9129-e28229f0d1ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5d8d8490-7897-4a19-9129-e28229f0d1ae-atc-btn-wrapper {
    text-align: center;
  }


#s-5d8d8490-7897-4a19-9129-e28229f0d1ae {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-5d8d8490-7897-4a19-9129-e28229f0d1ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1eaeee74-0fce-42b9-804d-0a7e1a7c2749 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1eaeee74-0fce-42b9-804d-0a7e1a7c2749"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1eaeee74-0fce-42b9-804d-0a7e1a7c2749"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1eaeee74-0fce-42b9-804d-0a7e1a7c2749"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1eaeee74-0fce-42b9-804d-0a7e1a7c2749"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1eaeee74-0fce-42b9-804d-0a7e1a7c2749"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1eaeee74-0fce-42b9-804d-0a7e1a7c2749"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1eaeee74-0fce-42b9-804d-0a7e1a7c2749"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-fe200bfe-15a9-490b-809b-43850ae3cfc5 {
  min-height: 50px;
}








#s-fe200bfe-15a9-490b-809b-43850ae3cfc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe200bfe-15a9-490b-809b-43850ae3cfc5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-f0359724-119e-4833-ba6b-9d18bd3d3ddc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0359724-119e-4833-ba6b-9d18bd3d3ddc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0359724-119e-4833-ba6b-9d18bd3d3ddc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0359724-119e-4833-ba6b-9d18bd3d3ddc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-46b13a3b-5a42-41d0-8a89-05646bfad86b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-46b13a3b-5a42-41d0-8a89-05646bfad86b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46b13a3b-5a42-41d0-8a89-05646bfad86b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46b13a3b-5a42-41d0-8a89-05646bfad86b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f13105f1-d853-47fa-9046-118738fac2b2 {
  text-align: center;
}

#s-f13105f1-d853-47fa-9046-118738fac2b2 {
  overflow: hidden;
  
  
}







  #s-f13105f1-d853-47fa-9046-118738fac2b2 img.shogun-image {
    

    
    
    
  }


#s-f13105f1-d853-47fa-9046-118738fac2b2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3f7cacac-f693-4d9f-bc93-76e69a90c3f0 {
  text-align: center;
}

#s-3f7cacac-f693-4d9f-bc93-76e69a90c3f0 {
  overflow: hidden;
  
  
}







  #s-3f7cacac-f693-4d9f-bc93-76e69a90c3f0 img.shogun-image {
    

    
    
    
  }


#s-3f7cacac-f693-4d9f-bc93-76e69a90c3f0 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-174e562a-c847-4c3c-8413-d4ec0267ebe2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-174e562a-c847-4c3c-8413-d4ec0267ebe2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-174e562a-c847-4c3c-8413-d4ec0267ebe2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-174e562a-c847-4c3c-8413-d4ec0267ebe2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9698dfaa-514c-407d-8978-169e6d9c321c {
  box-shadow:    rgba(0, 0, 0, 0.34);
text-align: center;
}

#s-9698dfaa-514c-407d-8978-169e6d9c321c {
  overflow: hidden;
  
  
}







  #s-9698dfaa-514c-407d-8978-169e6d9c321c img.shogun-image {
    

    
    
    
  }


#s-9698dfaa-514c-407d-8978-169e6d9c321c .shogun-image-content {
  
    justify-content: center;
  
}

#s-92c19661-63b4-4782-bf5f-ce46b07550d1 {
  text-align: center;
}

#s-92c19661-63b4-4782-bf5f-ce46b07550d1 {
  overflow: hidden;
  
  
}







  #s-92c19661-63b4-4782-bf5f-ce46b07550d1 img.shogun-image {
    

    
    
    
  }


#s-92c19661-63b4-4782-bf5f-ce46b07550d1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-288dde21-55b0-4971-ba87-dfc58ceec718 {
  min-height: 50px;
}








#s-288dde21-55b0-4971-ba87-dfc58ceec718 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-288dde21-55b0-4971-ba87-dfc58ceec718.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-43a92c2d-8461-4ee1-8bfc-df3ef50919d8 {
  background-color: rgba(253, 228, 228, 1);
}

@media (min-width: 0px) {
[id="s-43a92c2d-8461-4ee1-8bfc-df3ef50919d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43a92c2d-8461-4ee1-8bfc-df3ef50919d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43a92c2d-8461-4ee1-8bfc-df3ef50919d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43a92c2d-8461-4ee1-8bfc-df3ef50919d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-43a92c2d-8461-4ee1-8bfc-df3ef50919d8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4b792727-4a07-492c-9192-38260b01a616 {
  min-height: 50px;
}








#s-4b792727-4a07-492c-9192-38260b01a616 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b792727-4a07-492c-9192-38260b01a616.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0096e492-120b-42e4-adec-fe1571bb46ca {
  margin-top: 14px;
margin-bottom: 14px;
max-width: 4216px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0096e492-120b-42e4-adec-fe1571bb46ca {
  display: none;
}
#s-0096e492-120b-42e4-adec-fe1571bb46ca, #wrap-s-0096e492-120b-42e4-adec-fe1571bb46ca, #wrap-content-s-0096e492-120b-42e4-adec-fe1571bb46ca { display: none !important; }}@media (max-width: 767px){#s-0096e492-120b-42e4-adec-fe1571bb46ca {
  display: none;
}
#s-0096e492-120b-42e4-adec-fe1571bb46ca, #wrap-s-0096e492-120b-42e4-adec-fe1571bb46ca, #wrap-content-s-0096e492-120b-42e4-adec-fe1571bb46ca { display: none !important; }}
#s-0096e492-120b-42e4-adec-fe1571bb46ca {
  overflow: hidden;
  
  
      max-width: 4216px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0096e492-120b-42e4-adec-fe1571bb46ca img.shogun-image,
  #s-0096e492-120b-42e4-adec-fe1571bb46ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0096e492-120b-42e4-adec-fe1571bb46ca {
    width: 100%;
    height: auto;
  }



  #s-0096e492-120b-42e4-adec-fe1571bb46ca img.shogun-image {
    

    
    
    
  }


#s-0096e492-120b-42e4-adec-fe1571bb46ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-7c0411f4-dd3d-49d9-abb5-8c7d529772ce {
  background-color: rgba(253, 228, 228, 1);
}








#s-7c0411f4-dd3d-49d9-abb5-8c7d529772ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c0411f4-dd3d-49d9-abb5-8c7d529772ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf1124bf-3a76-4ed2-a47d-c6a8aa68ef85 {
  margin-top: 20px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
max-width: 600px;
}








#s-cf1124bf-3a76-4ed2-a47d-c6a8aa68ef85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf1124bf-3a76-4ed2-a47d-c6a8aa68ef85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c0937d7-0025-4b2b-858d-b25bb5cfd564 {
  text-align: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1200/844;
text-align: center;
}
@media (min-width: 1200px){#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  display: none;
}
#s-263f7053-d9e3-4e0f-8e3c-bbe372737675, #wrap-s-263f7053-d9e3-4e0f-8e3c-bbe372737675, #wrap-content-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  display: none;
}
#s-263f7053-d9e3-4e0f-8e3c-bbe372737675, #wrap-s-263f7053-d9e3-4e0f-8e3c-bbe372737675, #wrap-content-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  display: none;
}
#s-263f7053-d9e3-4e0f-8e3c-bbe372737675, #wrap-s-263f7053-d9e3-4e0f-8e3c-bbe372737675, #wrap-content-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 { display: none !important; }}
#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  margin: 0 !important;
  overflow: visible;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  /* Add background color handling */
  
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shg-image-content-wrapper {
      aspect-ratio: 16:9;
      min-width: 100%;
      height: auto;
    }

    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shogun-image-link {
      aspect-ratio: 16:9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shogun-image-content {
  
    justify-content: center;
  
}

.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shg-align-container {
  display: flex;
  justify-content: center
}

.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image {
  box-sizing: border-box;
}



.s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
      --shg-aspect-ratio: calc(16:9); 
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
      position: relative;
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

@media (min-width: 1200px){#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  margin: 0 !important;
  overflow: visible;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  /* Add background color handling */
  
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shg-image-content-wrapper {
      aspect-ratio: 16:9;
      min-width: 100%;
      height: auto;
    }

    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shogun-image-link {
      aspect-ratio: 16:9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shogun-image-content {
  
    justify-content: center;
  
}

.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shg-align-container {
  display: flex;
  justify-content: center
}

.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image {
  box-sizing: border-box;
}



.s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
      --shg-aspect-ratio: calc(16:9); 
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
      position: relative;
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  margin: 0 !important;
  overflow: visible;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  /* Add background color handling */
  
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shg-image-content-wrapper {
      aspect-ratio: 16:9;
      min-width: 100%;
      height: auto;
    }

    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shogun-image-link {
      aspect-ratio: 16:9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shogun-image-content {
  
    justify-content: center;
  
}

.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shg-align-container {
  display: flex;
  justify-content: center
}

.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image {
  box-sizing: border-box;
}



.s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
      --shg-aspect-ratio: calc(16:9); 
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
      position: relative;
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  margin: 0 !important;
  overflow: visible;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  /* Add background color handling */
  
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shg-image-content-wrapper {
      aspect-ratio: 16:9;
      min-width: 100%;
      height: auto;
    }

    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shogun-image-link {
      aspect-ratio: 16:9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shogun-image-content {
  
    justify-content: center;
  
}

.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shg-align-container {
  display: flex;
  justify-content: center
}

.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image {
  box-sizing: border-box;
}



.s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
      --shg-aspect-ratio: calc(16:9); 
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
      position: relative;
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}@media (max-width: 767px){#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  margin: 0 !important;
  overflow: visible;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  /* Add background color handling */
  
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shg-image-content-wrapper {
      aspect-ratio: 16:9;
      min-width: 100%;
      height: auto;
    }

    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shogun-image-link {
      aspect-ratio: 16:9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 400px;
  }



  img.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image {
    
    
    
    max-height: 400px;
  }


.s-263f7053-d9e3-4e0f-8e3c-bbe372737675 .shogun-image-content {
  
    justify-content: center;
  
}

.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shg-align-container {
  display: flex;
  justify-content: center
}

.s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image {
  box-sizing: border-box;
}



.s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675 {
      --shg-aspect-ratio: calc(16:9); 
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container {
      position: relative;
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-263f7053-d9e3-4e0f-8e3c-bbe372737675 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 400px;
    }
  }

}
#s-d142751c-0495-4122-9720-139d9e460a51 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-9c0d4d9d-e70f-41e3-b80e-4704ec814a02 {
  padding-top: 16px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
background-color: rgba(253, 228, 228, 1);
}

@media (min-width: 0px) {
[id="s-9c0d4d9d-e70f-41e3-b80e-4704ec814a02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c0d4d9d-e70f-41e3-b80e-4704ec814a02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9c0d4d9d-e70f-41e3-b80e-4704ec814a02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c0d4d9d-e70f-41e3-b80e-4704ec814a02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4e73ee4d-419f-4f76-b014-bb1e717e0d31 {
  min-height: 50px;
}








#s-4e73ee4d-419f-4f76-b014-bb1e717e0d31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e73ee4d-419f-4f76-b014-bb1e717e0d31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bd07b8c-ea75-48c3-bca0-97f4eac0397e {
  min-height: 50px;
}








#s-9bd07b8c-ea75-48c3-bca0-97f4eac0397e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9bd07b8c-ea75-48c3-bca0-97f4eac0397e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb203101-2cf6-484b-b006-e0e2cc896f62 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-bb203101-2cf6-484b-b006-e0e2cc896f62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-bb203101-2cf6-484b-b006-e0e2cc896f62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-bb203101-2cf6-484b-b006-e0e2cc896f62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-bb203101-2cf6-484b-b006-e0e2cc896f62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-bb203101-2cf6-484b-b006-e0e2cc896f62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb203101-2cf6-484b-b006-e0e2cc896f62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-bb203101-2cf6-484b-b006-e0e2cc896f62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b {
  text-align: center;
}


.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b {
  max-width:  100%;
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom,
.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b {
  max-width:  100%;
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom,
.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b {
  max-width:  100%;
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom,
.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b {
  max-width:  100%;
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom,
.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b {
  max-width:  100%;
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom,
.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-adcfe9e6-9db5-4fcb-ac51-45acc5265d6b .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-96349536-b521-4d0a-81a9-8ec333f0f1f9-btn-wrapper {
    text-align: center;
  }


#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-variant-btn:active, #s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-96349536-b521-4d0a-81a9-8ec333f0f1f9 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03-atc-btn-wrapper {
    text-align: center;
  }


#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03-atc-btn-wrapper {
    text-align: center;
  }


#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03-atc-btn-wrapper {
    text-align: center;
  }


#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03-atc-btn-wrapper {
    text-align: center;
  }


#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03-atc-btn-wrapper {
    text-align: center;
  }


#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-3fd770c1-a9f1-46e7-81e7-47ee70c55f03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e2b64426-b183-4870-b234-edc45a095813 {
  min-height: 50px;
}








#s-e2b64426-b183-4870-b234-edc45a095813 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2b64426-b183-4870-b234-edc45a095813.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c75cfc22-0198-4be3-84d3-b2197110f965 {
  min-height: 50px;
}








#s-c75cfc22-0198-4be3-84d3-b2197110f965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c75cfc22-0198-4be3-84d3-b2197110f965.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f85467f0-6626-4b3a-8f4b-6b012ab309a2 {
  margin-top: 16px;
}

@media (min-width: 0px) {
[id="s-f85467f0-6626-4b3a-8f4b-6b012ab309a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f85467f0-6626-4b3a-8f4b-6b012ab309a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f85467f0-6626-4b3a-8f4b-6b012ab309a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f85467f0-6626-4b3a-8f4b-6b012ab309a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f85467f0-6626-4b3a-8f4b-6b012ab309a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f85467f0-6626-4b3a-8f4b-6b012ab309a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f85467f0-6626-4b3a-8f4b-6b012ab309a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.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-97f83581-1db4-4f7d-8df4-1c31c7e2ecd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97f83581-1db4-4f7d-8df4-1c31c7e2ecd9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-94fe844c-1a96-4b02-bd76-6dc2db5182ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94fe844c-1a96-4b02-bd76-6dc2db5182ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-94fe844c-1a96-4b02-bd76-6dc2db5182ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-94fe844c-1a96-4b02-bd76-6dc2db5182ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-94fe844c-1a96-4b02-bd76-6dc2db5182ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-94fe844c-1a96-4b02-bd76-6dc2db5182ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-94fe844c-1a96-4b02-bd76-6dc2db5182ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-defc93bf-fdc0-407c-8cb3-04879c5b1d1c {
  min-height: 50px;
}








#s-defc93bf-fdc0-407c-8cb3-04879c5b1d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-defc93bf-fdc0-407c-8cb3-04879c5b1d1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039 {
  display: none;
}
#s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039, #wrap-s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039, #wrap-content-s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039 {
  display: none;
}
#s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039, #wrap-s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039, #wrap-content-s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039 {
  display: none;
}
#s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039, #wrap-s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039, #wrap-content-s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039 { display: none !important; }}@media (max-width: 767px){#s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039 {
  
}
}
#s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039 .shg-sld-nav-button.shg-sld-left,
#s-ac8e7eb1-eaf5-4d57-8af5-985dd4f97039 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-0f57996d-3c2b-494d-b563-837f814277b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0f57996d-3c2b-494d-b563-837f814277b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f57996d-3c2b-494d-b563-837f814277b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f57996d-3c2b-494d-b563-837f814277b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9e2832af-0431-4ed5-b2af-8d766951c5b0 {
  text-align: left;
}



.shg-c#s-9e2832af-0431-4ed5-b2af-8d766951c5b0 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-9e2832af-0431-4ed5-b2af-8d766951c5b0 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-9e2832af-0431-4ed5-b2af-8d766951c5b0 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-9e2832af-0431-4ed5-b2af-8d766951c5b0 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-9e2832af-0431-4ed5-b2af-8d766951c5b0 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-3c26b80a-d36b-4a06-9aca-79078e3a47dd {
  margin-top: 4px;
}

#s-6260d701-25d9-4eb2-8aee-cdd366c19ba0 {
  text-align: center;
}

#s-6260d701-25d9-4eb2-8aee-cdd366c19ba0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-6260d701-25d9-4eb2-8aee-cdd366c19ba0 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-6260d701-25d9-4eb2-8aee-cdd366c19ba0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-328b2c43-f874-4d69-8e49-1560d2e12089:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-328b2c43-f874-4d69-8e49-1560d2e12089:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-328b2c43-f874-4d69-8e49-1560d2e12089-atc-btn-wrapper {
    text-align: center;
  }


#s-328b2c43-f874-4d69-8e49-1560d2e12089 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-328b2c43-f874-4d69-8e49-1560d2e12089-atc-btn-wrapper {
    text-align: center;
  }


#s-328b2c43-f874-4d69-8e49-1560d2e12089 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-328b2c43-f874-4d69-8e49-1560d2e12089-atc-btn-wrapper {
    text-align: center;
  }


#s-328b2c43-f874-4d69-8e49-1560d2e12089 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-328b2c43-f874-4d69-8e49-1560d2e12089-atc-btn-wrapper {
    text-align: center;
  }


#s-328b2c43-f874-4d69-8e49-1560d2e12089 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-328b2c43-f874-4d69-8e49-1560d2e12089-atc-btn-wrapper {
    text-align: center;
  }


#s-328b2c43-f874-4d69-8e49-1560d2e12089 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-328b2c43-f874-4d69-8e49-1560d2e12089.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-18143636-abf6-42d2-a480-071765faddfa {
  text-align: left;
}



.shg-c#s-18143636-abf6-42d2-a480-071765faddfa .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-18143636-abf6-42d2-a480-071765faddfa .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-18143636-abf6-42d2-a480-071765faddfa .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-18143636-abf6-42d2-a480-071765faddfa .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-18143636-abf6-42d2-a480-071765faddfa .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-47ce2b15-4ee5-4f03-a6db-be81230ae9a3 {
  margin-top: 4px;
}

#s-3ef62bfc-c847-4440-b9ec-196d6ae3eed2 {
  text-align: center;
}

#s-3ef62bfc-c847-4440-b9ec-196d6ae3eed2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-3ef62bfc-c847-4440-b9ec-196d6ae3eed2 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-3ef62bfc-c847-4440-b9ec-196d6ae3eed2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d-atc-btn-wrapper {
    text-align: center;
  }


#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d-atc-btn-wrapper {
    text-align: center;
  }


#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d-atc-btn-wrapper {
    text-align: center;
  }


#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d-atc-btn-wrapper {
    text-align: center;
  }


#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d-atc-btn-wrapper {
    text-align: center;
  }


#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-23b89dde-4b8e-48ff-a9ae-61152ac36b6d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
@media (min-width: 0px) {
[id="s-7b5636e4-6994-42ff-b652-532fe18bbe36"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7b5636e4-6994-42ff-b652-532fe18bbe36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b5636e4-6994-42ff-b652-532fe18bbe36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b5636e4-6994-42ff-b652-532fe18bbe36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ab0cd50f-674d-4441-a11a-9d7e28c6c284 {
  text-align: left;
}



.shg-c#s-ab0cd50f-674d-4441-a11a-9d7e28c6c284 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ab0cd50f-674d-4441-a11a-9d7e28c6c284 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-ab0cd50f-674d-4441-a11a-9d7e28c6c284 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-ab0cd50f-674d-4441-a11a-9d7e28c6c284 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-ab0cd50f-674d-4441-a11a-9d7e28c6c284 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-46a5950f-1d26-4145-8667-4340d3afc073 {
  margin-top: 4px;
}

#s-897e98dc-860d-46fc-b8d0-10bfa95eb216 {
  text-align: center;
}

#s-897e98dc-860d-46fc-b8d0-10bfa95eb216 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-897e98dc-860d-46fc-b8d0-10bfa95eb216 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-897e98dc-860d-46fc-b8d0-10bfa95eb216 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1bd826c9-fd5a-4f47-b79b-833f80474682:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1bd826c9-fd5a-4f47-b79b-833f80474682:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1bd826c9-fd5a-4f47-b79b-833f80474682-atc-btn-wrapper {
    text-align: center;
  }


#s-1bd826c9-fd5a-4f47-b79b-833f80474682 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-1bd826c9-fd5a-4f47-b79b-833f80474682-atc-btn-wrapper {
    text-align: center;
  }


#s-1bd826c9-fd5a-4f47-b79b-833f80474682 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-1bd826c9-fd5a-4f47-b79b-833f80474682-atc-btn-wrapper {
    text-align: center;
  }


#s-1bd826c9-fd5a-4f47-b79b-833f80474682 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-1bd826c9-fd5a-4f47-b79b-833f80474682-atc-btn-wrapper {
    text-align: center;
  }


#s-1bd826c9-fd5a-4f47-b79b-833f80474682 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-1bd826c9-fd5a-4f47-b79b-833f80474682-atc-btn-wrapper {
    text-align: center;
  }


#s-1bd826c9-fd5a-4f47-b79b-833f80474682 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bd826c9-fd5a-4f47-b79b-833f80474682.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-14fd3d12-3b44-409d-98d6-fd9f396b1dc4 {
  text-align: left;
}



.shg-c#s-14fd3d12-3b44-409d-98d6-fd9f396b1dc4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-14fd3d12-3b44-409d-98d6-fd9f396b1dc4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-14fd3d12-3b44-409d-98d6-fd9f396b1dc4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-14fd3d12-3b44-409d-98d6-fd9f396b1dc4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-14fd3d12-3b44-409d-98d6-fd9f396b1dc4 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-31b937d2-b812-4f06-9990-e2df27c1043e {
  margin-top: 4px;
}

#s-d5ac9c9a-01df-4bf0-910d-64b4d2f9a82c {
  text-align: center;
}

#s-d5ac9c9a-01df-4bf0-910d-64b4d2f9a82c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-d5ac9c9a-01df-4bf0-910d-64b4d2f9a82c .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-d5ac9c9a-01df-4bf0-910d-64b4d2f9a82c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06879ffd-cadd-4863-a9ca-1ba16ac185ce-atc-btn-wrapper {
    text-align: center;
  }


#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-06879ffd-cadd-4863-a9ca-1ba16ac185ce-atc-btn-wrapper {
    text-align: center;
  }


#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-06879ffd-cadd-4863-a9ca-1ba16ac185ce-atc-btn-wrapper {
    text-align: center;
  }


#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-06879ffd-cadd-4863-a9ca-1ba16ac185ce-atc-btn-wrapper {
    text-align: center;
  }


#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-06879ffd-cadd-4863-a9ca-1ba16ac185ce-atc-btn-wrapper {
    text-align: center;
  }


#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06879ffd-cadd-4863-a9ca-1ba16ac185ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
@media (min-width: 0px) {
[id="s-084c05a9-236a-4546-bfee-0db2df2a9c66"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-084c05a9-236a-4546-bfee-0db2df2a9c66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-084c05a9-236a-4546-bfee-0db2df2a9c66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-084c05a9-236a-4546-bfee-0db2df2a9c66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-53d6e6f4-374c-41c6-add8-82bc3d834b5f {
  text-align: left;
}



.shg-c#s-53d6e6f4-374c-41c6-add8-82bc3d834b5f .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-53d6e6f4-374c-41c6-add8-82bc3d834b5f .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-53d6e6f4-374c-41c6-add8-82bc3d834b5f .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-53d6e6f4-374c-41c6-add8-82bc3d834b5f .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-53d6e6f4-374c-41c6-add8-82bc3d834b5f .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-97e3fb71-280f-4591-8a25-07606e98cca9 {
  margin-top: 4px;
}

#s-5c14ff39-9e52-4c73-a578-743bbc8e0c28 {
  text-align: center;
}

#s-5c14ff39-9e52-4c73-a578-743bbc8e0c28 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-5c14ff39-9e52-4c73-a578-743bbc8e0c28 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-5c14ff39-9e52-4c73-a578-743bbc8e0c28 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a882b73c-9e25-4f38-8eb1-3afc77325a02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a882b73c-9e25-4f38-8eb1-3afc77325a02:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a882b73c-9e25-4f38-8eb1-3afc77325a02-atc-btn-wrapper {
    text-align: center;
  }


#s-a882b73c-9e25-4f38-8eb1-3afc77325a02 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a882b73c-9e25-4f38-8eb1-3afc77325a02-atc-btn-wrapper {
    text-align: center;
  }


#s-a882b73c-9e25-4f38-8eb1-3afc77325a02 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a882b73c-9e25-4f38-8eb1-3afc77325a02-atc-btn-wrapper {
    text-align: center;
  }


#s-a882b73c-9e25-4f38-8eb1-3afc77325a02 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a882b73c-9e25-4f38-8eb1-3afc77325a02-atc-btn-wrapper {
    text-align: center;
  }


#s-a882b73c-9e25-4f38-8eb1-3afc77325a02 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a882b73c-9e25-4f38-8eb1-3afc77325a02-atc-btn-wrapper {
    text-align: center;
  }


#s-a882b73c-9e25-4f38-8eb1-3afc77325a02 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a882b73c-9e25-4f38-8eb1-3afc77325a02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b18afe50-295e-4c61-b1fe-1f1a0db8dcb0 {
  text-align: left;
}



.shg-c#s-b18afe50-295e-4c61-b1fe-1f1a0db8dcb0 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-b18afe50-295e-4c61-b1fe-1f1a0db8dcb0 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-b18afe50-295e-4c61-b1fe-1f1a0db8dcb0 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-b18afe50-295e-4c61-b1fe-1f1a0db8dcb0 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-b18afe50-295e-4c61-b1fe-1f1a0db8dcb0 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-8e1dc65f-96a1-4cea-b359-56765cdcd9de {
  margin-top: 4px;
}

#s-c5adf0e0-4bfe-4105-9233-dfbb23bfd84b {
  text-align: center;
}

#s-c5adf0e0-4bfe-4105-9233-dfbb23bfd84b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-c5adf0e0-4bfe-4105-9233-dfbb23bfd84b .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-c5adf0e0-4bfe-4105-9233-dfbb23bfd84b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-13b4a112-90f0-4b30-a0e6-ced54af41de2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-13b4a112-90f0-4b30-a0e6-ced54af41de2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-13b4a112-90f0-4b30-a0e6-ced54af41de2-atc-btn-wrapper {
    text-align: center;
  }


#s-13b4a112-90f0-4b30-a0e6-ced54af41de2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-13b4a112-90f0-4b30-a0e6-ced54af41de2-atc-btn-wrapper {
    text-align: center;
  }


#s-13b4a112-90f0-4b30-a0e6-ced54af41de2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-13b4a112-90f0-4b30-a0e6-ced54af41de2-atc-btn-wrapper {
    text-align: center;
  }


#s-13b4a112-90f0-4b30-a0e6-ced54af41de2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-13b4a112-90f0-4b30-a0e6-ced54af41de2-atc-btn-wrapper {
    text-align: center;
  }


#s-13b4a112-90f0-4b30-a0e6-ced54af41de2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-13b4a112-90f0-4b30-a0e6-ced54af41de2-atc-btn-wrapper {
    text-align: center;
  }


#s-13b4a112-90f0-4b30-a0e6-ced54af41de2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13b4a112-90f0-4b30-a0e6-ced54af41de2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-8653d2f7-3f71-49c4-acbe-e54b57c456ba {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-8653d2f7-3f71-49c4-acbe-e54b57c456ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8653d2f7-3f71-49c4-acbe-e54b57c456ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8653d2f7-3f71-49c4-acbe-e54b57c456ba {
  
}
}@media (max-width: 767px){#s-8653d2f7-3f71-49c4-acbe-e54b57c456ba {
  display: none;
}
#s-8653d2f7-3f71-49c4-acbe-e54b57c456ba, #wrap-s-8653d2f7-3f71-49c4-acbe-e54b57c456ba, #wrap-content-s-8653d2f7-3f71-49c4-acbe-e54b57c456ba { display: none !important; }}
#s-8653d2f7-3f71-49c4-acbe-e54b57c456ba .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8653d2f7-3f71-49c4-acbe-e54b57c456ba .shg-sld-nav-button.shg-sld-left,
#s-8653d2f7-3f71-49c4-acbe-e54b57c456ba .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-967a1512-4951-4e1d-8d29-39ad97486afd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-967a1512-4951-4e1d-8d29-39ad97486afd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-967a1512-4951-4e1d-8d29-39ad97486afd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-967a1512-4951-4e1d-8d29-39ad97486afd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eb18a6f4-250c-45f8-a9c2-5a0fc9379d26 {
  text-align: left;
}



.shg-c#s-eb18a6f4-250c-45f8-a9c2-5a0fc9379d26 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-eb18a6f4-250c-45f8-a9c2-5a0fc9379d26 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-eb18a6f4-250c-45f8-a9c2-5a0fc9379d26 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-eb18a6f4-250c-45f8-a9c2-5a0fc9379d26 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-eb18a6f4-250c-45f8-a9c2-5a0fc9379d26 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-20d9b137-a2e7-4294-8225-7eda8ed98ab3 {
  margin-top: 4px;
}

#s-89282dfd-f2d0-4632-9e2c-263a7df79ed5 {
  text-align: center;
}

#s-89282dfd-f2d0-4632-9e2c-263a7df79ed5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-89282dfd-f2d0-4632-9e2c-263a7df79ed5 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-89282dfd-f2d0-4632-9e2c-263a7df79ed5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-781fe48c-21c1-49ec-b589-40ce67c07f7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-781fe48c-21c1-49ec-b589-40ce67c07f7e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-781fe48c-21c1-49ec-b589-40ce67c07f7e-atc-btn-wrapper {
    text-align: center;
  }


#s-781fe48c-21c1-49ec-b589-40ce67c07f7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-781fe48c-21c1-49ec-b589-40ce67c07f7e-atc-btn-wrapper {
    text-align: center;
  }


#s-781fe48c-21c1-49ec-b589-40ce67c07f7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-781fe48c-21c1-49ec-b589-40ce67c07f7e-atc-btn-wrapper {
    text-align: center;
  }


#s-781fe48c-21c1-49ec-b589-40ce67c07f7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-781fe48c-21c1-49ec-b589-40ce67c07f7e-atc-btn-wrapper {
    text-align: center;
  }


#s-781fe48c-21c1-49ec-b589-40ce67c07f7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-781fe48c-21c1-49ec-b589-40ce67c07f7e-atc-btn-wrapper {
    text-align: center;
  }


#s-781fe48c-21c1-49ec-b589-40ce67c07f7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-781fe48c-21c1-49ec-b589-40ce67c07f7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-f50cc5e3-2bb0-4d68-a656-8f0c62f1d36b {
  text-align: left;
}



.shg-c#s-f50cc5e3-2bb0-4d68-a656-8f0c62f1d36b .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-f50cc5e3-2bb0-4d68-a656-8f0c62f1d36b .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-f50cc5e3-2bb0-4d68-a656-8f0c62f1d36b .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-f50cc5e3-2bb0-4d68-a656-8f0c62f1d36b .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-f50cc5e3-2bb0-4d68-a656-8f0c62f1d36b .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-e929c5dc-6e0b-465f-bd0d-85a65cde18e8 {
  margin-top: 4px;
}

#s-ba594998-0581-49fd-80dd-58959bbf7e45 {
  text-align: center;
}

#s-ba594998-0581-49fd-80dd-58959bbf7e45 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-ba594998-0581-49fd-80dd-58959bbf7e45 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-ba594998-0581-49fd-80dd-58959bbf7e45 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2f647541-b80c-4b26-86be-c0b889dc7e17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f647541-b80c-4b26-86be-c0b889dc7e17:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f647541-b80c-4b26-86be-c0b889dc7e17-atc-btn-wrapper {
    text-align: center;
  }


#s-2f647541-b80c-4b26-86be-c0b889dc7e17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-2f647541-b80c-4b26-86be-c0b889dc7e17-atc-btn-wrapper {
    text-align: center;
  }


#s-2f647541-b80c-4b26-86be-c0b889dc7e17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f647541-b80c-4b26-86be-c0b889dc7e17-atc-btn-wrapper {
    text-align: center;
  }


#s-2f647541-b80c-4b26-86be-c0b889dc7e17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2f647541-b80c-4b26-86be-c0b889dc7e17-atc-btn-wrapper {
    text-align: center;
  }


#s-2f647541-b80c-4b26-86be-c0b889dc7e17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-2f647541-b80c-4b26-86be-c0b889dc7e17-atc-btn-wrapper {
    text-align: center;
  }


#s-2f647541-b80c-4b26-86be-c0b889dc7e17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f647541-b80c-4b26-86be-c0b889dc7e17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-8ca6d68b-f0e3-4d61-9170-d8d23ab9dc55 {
  text-align: left;
}



.shg-c#s-8ca6d68b-f0e3-4d61-9170-d8d23ab9dc55 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-8ca6d68b-f0e3-4d61-9170-d8d23ab9dc55 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-8ca6d68b-f0e3-4d61-9170-d8d23ab9dc55 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-8ca6d68b-f0e3-4d61-9170-d8d23ab9dc55 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-8ca6d68b-f0e3-4d61-9170-d8d23ab9dc55 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-d29f18a7-3b06-41e1-98e6-9206dc948d16 {
  margin-top: 4px;
}

#s-a2954f36-9e17-4c90-b4fb-6b63ce8c60a1 {
  text-align: center;
}

#s-a2954f36-9e17-4c90-b4fb-6b63ce8c60a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-a2954f36-9e17-4c90-b4fb-6b63ce8c60a1 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-a2954f36-9e17-4c90-b4fb-6b63ce8c60a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c229cffb-51ae-4d99-9c60-d7c959413cb5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c229cffb-51ae-4d99-9c60-d7c959413cb5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c229cffb-51ae-4d99-9c60-d7c959413cb5-atc-btn-wrapper {
    text-align: center;
  }


#s-c229cffb-51ae-4d99-9c60-d7c959413cb5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-c229cffb-51ae-4d99-9c60-d7c959413cb5-atc-btn-wrapper {
    text-align: center;
  }


#s-c229cffb-51ae-4d99-9c60-d7c959413cb5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-c229cffb-51ae-4d99-9c60-d7c959413cb5-atc-btn-wrapper {
    text-align: center;
  }


#s-c229cffb-51ae-4d99-9c60-d7c959413cb5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-c229cffb-51ae-4d99-9c60-d7c959413cb5-atc-btn-wrapper {
    text-align: center;
  }


#s-c229cffb-51ae-4d99-9c60-d7c959413cb5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-c229cffb-51ae-4d99-9c60-d7c959413cb5-atc-btn-wrapper {
    text-align: center;
  }


#s-c229cffb-51ae-4d99-9c60-d7c959413cb5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c229cffb-51ae-4d99-9c60-d7c959413cb5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
@media (min-width: 0px) {
[id="s-0b91891a-85a5-46c2-a291-8167f1b0ad1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b91891a-85a5-46c2-a291-8167f1b0ad1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0b91891a-85a5-46c2-a291-8167f1b0ad1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b91891a-85a5-46c2-a291-8167f1b0ad1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-24e0fe29-0e7e-4a82-8a52-0e024197afcf {
  text-align: left;
}



.shg-c#s-24e0fe29-0e7e-4a82-8a52-0e024197afcf .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-24e0fe29-0e7e-4a82-8a52-0e024197afcf .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-24e0fe29-0e7e-4a82-8a52-0e024197afcf .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-24e0fe29-0e7e-4a82-8a52-0e024197afcf .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-24e0fe29-0e7e-4a82-8a52-0e024197afcf .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-61c60ea1-12c6-4ce9-8001-985d5e72829e {
  margin-top: 4px;
}

#s-e32f0299-caf4-4822-975c-da3d15abfb20 {
  text-align: center;
}

#s-e32f0299-caf4-4822-975c-da3d15abfb20 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-e32f0299-caf4-4822-975c-da3d15abfb20 .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-e32f0299-caf4-4822-975c-da3d15abfb20 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3b2e74aa-7651-4230-9f5d-9961e4126db8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b2e74aa-7651-4230-9f5d-9961e4126db8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b2e74aa-7651-4230-9f5d-9961e4126db8-atc-btn-wrapper {
    text-align: center;
  }


#s-3b2e74aa-7651-4230-9f5d-9961e4126db8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-3b2e74aa-7651-4230-9f5d-9961e4126db8-atc-btn-wrapper {
    text-align: center;
  }


#s-3b2e74aa-7651-4230-9f5d-9961e4126db8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b2e74aa-7651-4230-9f5d-9961e4126db8-atc-btn-wrapper {
    text-align: center;
  }


#s-3b2e74aa-7651-4230-9f5d-9961e4126db8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-3b2e74aa-7651-4230-9f5d-9961e4126db8-atc-btn-wrapper {
    text-align: center;
  }


#s-3b2e74aa-7651-4230-9f5d-9961e4126db8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-3b2e74aa-7651-4230-9f5d-9961e4126db8-atc-btn-wrapper {
    text-align: center;
  }


#s-3b2e74aa-7651-4230-9f5d-9961e4126db8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3b2e74aa-7651-4230-9f5d-9961e4126db8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-b9818690-2b79-4191-a784-9ae2a266a916 {
  text-align: left;
}



.shg-c#s-b9818690-2b79-4191-a784-9ae2a266a916 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-b9818690-2b79-4191-a784-9ae2a266a916 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-b9818690-2b79-4191-a784-9ae2a266a916 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-b9818690-2b79-4191-a784-9ae2a266a916 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-b9818690-2b79-4191-a784-9ae2a266a916 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-e695c8cb-8ffa-4aa0-8699-3b9daf6b217e {
  margin-top: 4px;
}

#s-a0c1f071-5056-47d2-be7b-a24ec3b349af {
  text-align: center;
}

#s-a0c1f071-5056-47d2-be7b-a24ec3b349af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-a0c1f071-5056-47d2-be7b-a24ec3b349af .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-a0c1f071-5056-47d2-be7b-a24ec3b349af .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8238a6a2-231e-4ec8-aae7-83c05bacad1b-atc-btn-wrapper {
    text-align: center;
  }


#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-8238a6a2-231e-4ec8-aae7-83c05bacad1b-atc-btn-wrapper {
    text-align: center;
  }


#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-8238a6a2-231e-4ec8-aae7-83c05bacad1b-atc-btn-wrapper {
    text-align: center;
  }


#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-8238a6a2-231e-4ec8-aae7-83c05bacad1b-atc-btn-wrapper {
    text-align: center;
  }


#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-8238a6a2-231e-4ec8-aae7-83c05bacad1b-atc-btn-wrapper {
    text-align: center;
  }


#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8238a6a2-231e-4ec8-aae7-83c05bacad1b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-4bc57ede-42d6-4263-ac89-532f4032f955 {
  text-align: left;
}



.shg-c#s-4bc57ede-42d6-4263-ac89-532f4032f955 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-4bc57ede-42d6-4263-ac89-532f4032f955 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-4bc57ede-42d6-4263-ac89-532f4032f955 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-4bc57ede-42d6-4263-ac89-532f4032f955 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-4bc57ede-42d6-4263-ac89-532f4032f955 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-27b45de0-b9ce-4928-a716-fbe3139af48e {
  margin-top: 4px;
}

#s-e11196ee-6ae7-4003-af05-d5c9cd3acd0c {
  text-align: center;
}

#s-e11196ee-6ae7-4003-af05-d5c9cd3acd0c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  font-family: Avenir;
  font-style:  normal ;
}

#s-e11196ee-6ae7-4003-af05-d5c9cd3acd0c .shg-product-price {
  color: #000;
  
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-e11196ee-6ae7-4003-af05-d5c9cd3acd0c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ccec1a67-16b6-4697-94d6-12e9235244b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ccec1a67-16b6-4697-94d6-12e9235244b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ccec1a67-16b6-4697-94d6-12e9235244b1-atc-btn-wrapper {
    text-align: center;
  }


#s-ccec1a67-16b6-4697-94d6-12e9235244b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ccec1a67-16b6-4697-94d6-12e9235244b1-atc-btn-wrapper {
    text-align: center;
  }


#s-ccec1a67-16b6-4697-94d6-12e9235244b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ccec1a67-16b6-4697-94d6-12e9235244b1-atc-btn-wrapper {
    text-align: center;
  }


#s-ccec1a67-16b6-4697-94d6-12e9235244b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ccec1a67-16b6-4697-94d6-12e9235244b1-atc-btn-wrapper {
    text-align: center;
  }


#s-ccec1a67-16b6-4697-94d6-12e9235244b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ccec1a67-16b6-4697-94d6-12e9235244b1-atc-btn-wrapper {
    text-align: center;
  }


#s-ccec1a67-16b6-4697-94d6-12e9235244b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ccec1a67-16b6-4697-94d6-12e9235244b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1cb87433-9d81-4ec7-a1ed-baab9ab08676 {
  min-height: 50px;
}








#s-1cb87433-9d81-4ec7-a1ed-baab9ab08676 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cb87433-9d81-4ec7-a1ed-baab9ab08676.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1429c229-5b93-44b1-8a92-31e358351389 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-1c6842c8-9473-479d-9334-14198dec1b61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c6842c8-9473-479d-9334-14198dec1b61"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c6842c8-9473-479d-9334-14198dec1b61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1c6842c8-9473-479d-9334-14198dec1b61"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c6842c8-9473-479d-9334-14198dec1b61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c6842c8-9473-479d-9334-14198dec1b61"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1c6842c8-9473-479d-9334-14198dec1b61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-8a25c8fb-edaf-488c-8680-f23133ab1acb {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-8a25c8fb-edaf-488c-8680-f23133ab1acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a25c8fb-edaf-488c-8680-f23133ab1acb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9ae1ea2-c179-4dcf-a657-d73179600ace {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e9ae1ea2-c179-4dcf-a657-d73179600ace > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.01);
}

#s-e9ae1ea2-c179-4dcf-a657-d73179600ace > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 8px;
}

#s-e9ae1ea2-c179-4dcf-a657-d73179600ace > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(11, 0, 0, 1);
}

#s-e9ae1ea2-c179-4dcf-a657-d73179600ace > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(221, 221, 221, 0.01);
}

#s-e9ae1ea2-c179-4dcf-a657-d73179600ace > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(11, 0, 0, 1);
  text-align: left;
  
  
  
  font-size: 14px;
}

#s-e9ae1ea2-c179-4dcf-a657-d73179600ace > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-08648a9a-54aa-4cd9-84ce-877283b8885e {
  margin-left: 20px;
margin-right: 20px;
}

#s-16e43a7d-5622-41c2-a824-1de93f412725 {
  margin-left: 20px;
margin-right: 20px;
}

#s-b75467ca-3bf1-44f9-8070-f12355e73aa8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-07f9e0a5-a511-407d-9cf7-d7796f6b1bd7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-da63d3a9-55cf-48f1-88a3-830720866c21 {
  margin-left: 20px;
margin-right: 20px;
}

#s-db7b6518-26fb-4379-a8d2-0486cdb2b426 {
  margin-left: 20px;
margin-right: 20px;
}

#s-131b7a96-fad0-44ee-a226-2f236b089313 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5d202202-e9ec-4a4a-9351-637d0d96e425 {
  margin-left: 20px;
margin-right: 20px;
}

#s-b736c4f0-696c-4dd3-9a59-1803e7fd26eb {
  margin-left: 20px;
margin-right: 20px;
}

#s-7a55259e-3d06-40da-853a-bd610e321b7d {
  margin-left: 20px;
margin-right: 20px;
}

#s-1d878563-bad3-4f0a-9aee-49a81767b038 {
  margin-left: 20px;
margin-right: 20px;
}

#s-a9023a78-c9e5-4858-ab2a-442edc772f79 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e658dc31-a792-4084-812c-ead0745bd37e {
  background-color: rgba(148, 169, 129, 1);
}
@media (max-width: 767px){#s-e658dc31-a792-4084-812c-ead0745bd37e {
  display: none;
}
#s-e658dc31-a792-4084-812c-ead0745bd37e, #wrap-s-e658dc31-a792-4084-812c-ead0745bd37e, #wrap-content-s-e658dc31-a792-4084-812c-ead0745bd37e { display: none !important; }}







#s-e658dc31-a792-4084-812c-ead0745bd37e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e658dc31-a792-4084-812c-ead0745bd37e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-159d3a19-6cbc-4363-975e-1e382375b1a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-159d3a19-6cbc-4363-975e-1e382375b1a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-159d3a19-6cbc-4363-975e-1e382375b1a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-159d3a19-6cbc-4363-975e-1e382375b1a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0a086ac7-9807-40a4-99b2-d80130e98c33 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
max-width: 600px;
}








#s-0a086ac7-9807-40a4-99b2-d80130e98c33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a086ac7-9807-40a4-99b2-d80130e98c33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64d42b6f-bd14-4af4-be74-ab2deee69f31 {
  text-align: center;
}

#s-61f2328c-da2f-4ac6-86d8-1babbf6ebeff {
  min-height: 50px;
background-color: rgba(148, 169, 129, 1);
}








#s-61f2328c-da2f-4ac6-86d8-1babbf6ebeff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61f2328c-da2f-4ac6-86d8-1babbf6ebeff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-092e5707-6202-4f3b-8768-f13d29f30657 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(148, 169, 129, 1);
}








#s-092e5707-6202-4f3b-8768-f13d29f30657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-092e5707-6202-4f3b-8768-f13d29f30657.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31caad16-92c6-446a-b008-6c0f68e99f5d {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-31caad16-92c6-446a-b008-6c0f68e99f5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31caad16-92c6-446a-b008-6c0f68e99f5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31caad16-92c6-446a-b008-6c0f68e99f5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31caad16-92c6-446a-b008-6c0f68e99f5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31caad16-92c6-446a-b008-6c0f68e99f5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31caad16-92c6-446a-b008-6c0f68e99f5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31caad16-92c6-446a-b008-6c0f68e99f5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-5a8299ac-b577-4b01-a249-24ad09b49256"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a8299ac-b577-4b01-a249-24ad09b49256"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a8299ac-b577-4b01-a249-24ad09b49256"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a8299ac-b577-4b01-a249-24ad09b49256"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a8299ac-b577-4b01-a249-24ad09b49256"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a8299ac-b577-4b01-a249-24ad09b49256"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5a8299ac-b577-4b01-a249-24ad09b49256"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3bd9509d-061b-4edd-8553-1d2146e8df06 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-635183fa-0bb1-4edd-b31f-63f94d9a2f64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-635183fa-0bb1-4edd-b31f-63f94d9a2f64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-635183fa-0bb1-4edd-b31f-63f94d9a2f64"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-635183fa-0bb1-4edd-b31f-63f94d9a2f64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-635183fa-0bb1-4edd-b31f-63f94d9a2f64"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-635183fa-0bb1-4edd-b31f-63f94d9a2f64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-635183fa-0bb1-4edd-b31f-63f94d9a2f64"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ee4e35ca-7e78-464b-937e-6103f848fa09 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-48bd030b-710f-4298-a7f2-a9a7d953aca0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48bd030b-710f-4298-a7f2-a9a7d953aca0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48bd030b-710f-4298-a7f2-a9a7d953aca0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48bd030b-710f-4298-a7f2-a9a7d953aca0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48bd030b-710f-4298-a7f2-a9a7d953aca0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48bd030b-710f-4298-a7f2-a9a7d953aca0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48bd030b-710f-4298-a7f2-a9a7d953aca0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-8cb496b7-9fca-4cfe-92d5-e11986269c62 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-01f3ef1f-a260-4a86-bfc2-fe4b5a5e70a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01f3ef1f-a260-4a86-bfc2-fe4b5a5e70a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01f3ef1f-a260-4a86-bfc2-fe4b5a5e70a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01f3ef1f-a260-4a86-bfc2-fe4b5a5e70a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01f3ef1f-a260-4a86-bfc2-fe4b5a5e70a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01f3ef1f-a260-4a86-bfc2-fe4b5a5e70a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01f3ef1f-a260-4a86-bfc2-fe4b5a5e70a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-55d01218-a691-4249-b896-be0a29e308c5 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-e3faf87e-937a-464c-b29b-d257f2456d4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3faf87e-937a-464c-b29b-d257f2456d4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3faf87e-937a-464c-b29b-d257f2456d4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3faf87e-937a-464c-b29b-d257f2456d4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3faf87e-937a-464c-b29b-d257f2456d4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3faf87e-937a-464c-b29b-d257f2456d4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3faf87e-937a-464c-b29b-d257f2456d4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-fb26cfdc-3fdf-4f21-ad96-22608deaddac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.01);
}

#s-fb26cfdc-3fdf-4f21-ad96-22608deaddac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(252, 249, 249, 1);
  padding: 10px;
}

#s-fb26cfdc-3fdf-4f21-ad96-22608deaddac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 34, 34, 1);
}

#s-fb26cfdc-3fdf-4f21-ad96-22608deaddac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(148, 169, 129, 1);
  border-top: 1px solid rgba(221, 221, 221, 0.01);
}

#s-fb26cfdc-3fdf-4f21-ad96-22608deaddac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 34, 34, 1);
  text-align: center;
  
  
  
  font-size: 14px;
}

#s-fb26cfdc-3fdf-4f21-ad96-22608deaddac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-71b01ce1-4520-40e8-bbb6-912ae0a0bdb2 {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-71b01ce1-4520-40e8-bbb6-912ae0a0bdb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71b01ce1-4520-40e8-bbb6-912ae0a0bdb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71b01ce1-4520-40e8-bbb6-912ae0a0bdb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71b01ce1-4520-40e8-bbb6-912ae0a0bdb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71b01ce1-4520-40e8-bbb6-912ae0a0bdb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71b01ce1-4520-40e8-bbb6-912ae0a0bdb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71b01ce1-4520-40e8-bbb6-912ae0a0bdb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2e04ae9c-f1dd-4f0b-b3e3-6c00c3f53d45 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.01);
}

#s-2e04ae9c-f1dd-4f0b-b3e3-6c00c3f53d45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(252, 249, 249, 1);
  padding: 10px;
}

#s-2e04ae9c-f1dd-4f0b-b3e3-6c00c3f53d45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 34, 34, 1);
}

#s-2e04ae9c-f1dd-4f0b-b3e3-6c00c3f53d45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(148, 169, 129, 1);
  border-top: 1px solid rgba(221, 221, 221, 0.01);
}

#s-2e04ae9c-f1dd-4f0b-b3e3-6c00c3f53d45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 34, 34, 1);
  text-align: center;
  
  
  
  font-size: 14px;
}

#s-2e04ae9c-f1dd-4f0b-b3e3-6c00c3f53d45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-edc658b1-f44c-4a90-91d5-b80d912e4047 {
  min-height: 50px;
}








#s-edc658b1-f44c-4a90-91d5-b80d912e4047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edc658b1-f44c-4a90-91d5-b80d912e4047.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc9b032b-fc62-4aab-a40d-2febbd548543 {
  margin-bottom: 14px;
max-width: 3303px;
aspect-ratio: 1/1;
text-align: center;
}

#s-cc9b032b-fc62-4aab-a40d-2febbd548543 {
  overflow: hidden;
  
  
      max-width: 3303px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-cc9b032b-fc62-4aab-a40d-2febbd548543 img.shogun-image,
  #s-cc9b032b-fc62-4aab-a40d-2febbd548543 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc9b032b-fc62-4aab-a40d-2febbd548543 {
    width: 100%;
    height: auto;
  }



  #s-cc9b032b-fc62-4aab-a40d-2febbd548543 img.shogun-image {
    

    
    
    
  }


#s-cc9b032b-fc62-4aab-a40d-2febbd548543 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ea58908b-91b9-43bc-9717-1e2ece086996 {
  padding-top: 16px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-ea58908b-91b9-43bc-9717-1e2ece086996"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea58908b-91b9-43bc-9717-1e2ece086996"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ea58908b-91b9-43bc-9717-1e2ece086996"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea58908b-91b9-43bc-9717-1e2ece086996"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e9013ee3-def7-47b1-a888-ce726494eaab {
  min-height: 50px;
}








#s-e9013ee3-def7-47b1-a888-ce726494eaab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9013ee3-def7-47b1-a888-ce726494eaab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b3eb9a3-93cd-47c6-b821-515ebee277ec {
  min-height: 50px;
}








#s-4b3eb9a3-93cd-47c6-b821-515ebee277ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b3eb9a3-93cd-47c6-b821-515ebee277ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19b7dc9d-3d72-49ae-aad6-d9c31cd5c7bc {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-19b7dc9d-3d72-49ae-aad6-d9c31cd5c7bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-19b7dc9d-3d72-49ae-aad6-d9c31cd5c7bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-19b7dc9d-3d72-49ae-aad6-d9c31cd5c7bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-19b7dc9d-3d72-49ae-aad6-d9c31cd5c7bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-19b7dc9d-3d72-49ae-aad6-d9c31cd5c7bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-19b7dc9d-3d72-49ae-aad6-d9c31cd5c7bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-19b7dc9d-3d72-49ae-aad6-d9c31cd5c7bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 {
  text-align: center;
}


.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 {
  max-width:  100%;
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom,
.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 {
  max-width:  100%;
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom,
.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 {
  max-width:  100%;
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom,
.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 {
  max-width:  100%;
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom,
.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 {
  max-width:  100%;
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom,
.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-160f781b-0d1b-4e57-a8b8-0e461bcbd869 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6-btn-wrapper {
    text-align: center;
  }


#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-variant-btn:active, #s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f2f6cc67-f5c0-4f9b-8137-794a3c3391d6 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c-atc-btn-wrapper {
    text-align: center;
  }


#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c-atc-btn-wrapper {
    text-align: center;
  }


#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c-atc-btn-wrapper {
    text-align: center;
  }


#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c-atc-btn-wrapper {
    text-align: center;
  }


#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c-atc-btn-wrapper {
    text-align: center;
  }


#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-b44ce033-fe7e-4ff1-b8b0-7d9bee30e08c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb {
  min-height: 50px;
background-color: rgba(148, 169, 129, 1);
}
@media (min-width: 1200px){#s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb {
  display: none;
}
#s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb, #wrap-s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb, #wrap-content-s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb {
  display: none;
}
#s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb, #wrap-s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb, #wrap-content-s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb {
  display: none;
}
#s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb, #wrap-s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb, #wrap-content-s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb { display: none !important; }}







#s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a86a638-fc4b-4234-86c8-fd7d2f77afcb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ab1fb209-4b8d-4e33-bb4c-d38565edde73 {
  min-height: 50px;
background-color: rgba(148, 169, 129, 1);
}








#s-ab1fb209-4b8d-4e33-bb4c-d38565edde73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab1fb209-4b8d-4e33-bb4c-d38565edde73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-059aace5-8b55-4cc9-8a7d-252c364e8441 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 4216px;
aspect-ratio: 1/1;
text-align: center;
}

#s-059aace5-8b55-4cc9-8a7d-252c364e8441 {
  overflow: hidden;
  
  
      max-width: 4216px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-059aace5-8b55-4cc9-8a7d-252c364e8441 img.shogun-image,
  #s-059aace5-8b55-4cc9-8a7d-252c364e8441 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-059aace5-8b55-4cc9-8a7d-252c364e8441 {
    width: 100%;
    height: auto;
  }



  #s-059aace5-8b55-4cc9-8a7d-252c364e8441 img.shogun-image {
    

    
    
    
  }


#s-059aace5-8b55-4cc9-8a7d-252c364e8441 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fa52459a-efad-489c-add3-d9b7cfaa55c8 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
max-width: 600px;
}








#s-fa52459a-efad-489c-add3-d9b7cfaa55c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa52459a-efad-489c-add3-d9b7cfaa55c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10bce54e-dae6-4997-90fe-a31f855c77f3 {
  text-align: center;
}

#s-59467b07-ae2f-4aed-95a8-4c30cca71de1 {
  min-height: 50px;
background-color: rgba(148, 169, 129, 1);
}








#s-59467b07-ae2f-4aed-95a8-4c30cca71de1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59467b07-ae2f-4aed-95a8-4c30cca71de1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e671659-2b8e-4178-b40e-50773cbf65b5 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(148, 169, 129, 1);
}








#s-3e671659-2b8e-4178-b40e-50773cbf65b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e671659-2b8e-4178-b40e-50773cbf65b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1672fa7-4dbc-4c61-a647-26fddd68a491 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e1672fa7-4dbc-4c61-a647-26fddd68a491"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1672fa7-4dbc-4c61-a647-26fddd68a491"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1672fa7-4dbc-4c61-a647-26fddd68a491"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1672fa7-4dbc-4c61-a647-26fddd68a491"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1672fa7-4dbc-4c61-a647-26fddd68a491"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1672fa7-4dbc-4c61-a647-26fddd68a491"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1672fa7-4dbc-4c61-a647-26fddd68a491"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e1672fa7-4dbc-4c61-a647-26fddd68a491"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 0px) {
[id="s-100454cd-629d-4a1b-a36a-fdf88522ee10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-100454cd-629d-4a1b-a36a-fdf88522ee10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-100454cd-629d-4a1b-a36a-fdf88522ee10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-100454cd-629d-4a1b-a36a-fdf88522ee10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-100454cd-629d-4a1b-a36a-fdf88522ee10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-100454cd-629d-4a1b-a36a-fdf88522ee10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-100454cd-629d-4a1b-a36a-fdf88522ee10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-cd5489fe-70bb-41ca-8482-070ba27f38d4 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-d5a21f32-0e04-466a-a02b-bf5cb7a19826"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5a21f32-0e04-466a-a02b-bf5cb7a19826"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5a21f32-0e04-466a-a02b-bf5cb7a19826"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5a21f32-0e04-466a-a02b-bf5cb7a19826"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5a21f32-0e04-466a-a02b-bf5cb7a19826"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5a21f32-0e04-466a-a02b-bf5cb7a19826"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5a21f32-0e04-466a-a02b-bf5cb7a19826"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1d64c095-fc16-4cf3-b334-e378e33fbebb {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-c2647eeb-1f5e-4c8e-943e-a83515009852"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2647eeb-1f5e-4c8e-943e-a83515009852"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2647eeb-1f5e-4c8e-943e-a83515009852"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2647eeb-1f5e-4c8e-943e-a83515009852"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2647eeb-1f5e-4c8e-943e-a83515009852"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2647eeb-1f5e-4c8e-943e-a83515009852"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2647eeb-1f5e-4c8e-943e-a83515009852"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a9af3d23-8a4b-4cd6-acdf-32fe34a6bcc5 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-58d78628-4400-4730-b326-4accf5490f06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58d78628-4400-4730-b326-4accf5490f06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-58d78628-4400-4730-b326-4accf5490f06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58d78628-4400-4730-b326-4accf5490f06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-58d78628-4400-4730-b326-4accf5490f06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58d78628-4400-4730-b326-4accf5490f06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-58d78628-4400-4730-b326-4accf5490f06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7bc93fde-196c-43a5-9408-a18d7f17ed28 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-fa569314-24f6-4503-b303-e60110e0e17b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa569314-24f6-4503-b303-e60110e0e17b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa569314-24f6-4503-b303-e60110e0e17b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa569314-24f6-4503-b303-e60110e0e17b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa569314-24f6-4503-b303-e60110e0e17b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa569314-24f6-4503-b303-e60110e0e17b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fa569314-24f6-4503-b303-e60110e0e17b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5c3ca639-8a80-4823-abea-4e2590f6a42f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0.01);
}

#s-5c3ca639-8a80-4823-abea-4e2590f6a42f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(252, 249, 249, 1);
  padding: 10px;
}

#s-5c3ca639-8a80-4823-abea-4e2590f6a42f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(35, 34, 34, 1);
}

#s-5c3ca639-8a80-4823-abea-4e2590f6a42f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(148, 169, 129, 1);
  border-top: 1px solid rgba(221, 221, 221, 0.01);
}

#s-5c3ca639-8a80-4823-abea-4e2590f6a42f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(35, 34, 34, 1);
  text-align: center;
  
  
  
  font-size: 14px;
}

#s-5c3ca639-8a80-4823-abea-4e2590f6a42f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-3fd4a324-521d-4b0e-966c-91df6befbb62 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-e4febc2f-99b5-4455-af39-3402c6b1ee01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4febc2f-99b5-4455-af39-3402c6b1ee01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4febc2f-99b5-4455-af39-3402c6b1ee01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4febc2f-99b5-4455-af39-3402c6b1ee01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-be77e8fb-c8db-4c1f-bac8-f23f0b5351d1 {
  min-height: 50px;
background-color: rgba(148, 169, 129, 1);
}








#s-be77e8fb-c8db-4c1f-bac8-f23f0b5351d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be77e8fb-c8db-4c1f-bac8-f23f0b5351d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce6d359c-37f6-41aa-85cb-9417f013cd53 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
max-width: 600px;
background-color: rgba(148, 169, 129, 1);
}








#s-ce6d359c-37f6-41aa-85cb-9417f013cd53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce6d359c-37f6-41aa-85cb-9417f013cd53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6eed1266-e97e-4d46-ac7f-802a34815e8e {
  min-height: 50px;
}
@media (max-width: 767px){#s-6eed1266-e97e-4d46-ac7f-802a34815e8e {
  display: none;
}
#s-6eed1266-e97e-4d46-ac7f-802a34815e8e, #wrap-s-6eed1266-e97e-4d46-ac7f-802a34815e8e, #wrap-content-s-6eed1266-e97e-4d46-ac7f-802a34815e8e { display: none !important; }}







#s-6eed1266-e97e-4d46-ac7f-802a34815e8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6eed1266-e97e-4d46-ac7f-802a34815e8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d6f2f8b-5065-4725-884a-7219e6e9cb3e {
  min-height: 50px;
}








#s-9d6f2f8b-5065-4725-884a-7219e6e9cb3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d6f2f8b-5065-4725-884a-7219e6e9cb3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc4d1e1e-1c11-4f38-b31a-0540d9fdce2b {
  min-height: 50px;
}








#s-fc4d1e1e-1c11-4f38-b31a-0540d9fdce2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc4d1e1e-1c11-4f38-b31a-0540d9fdce2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3245beef-0b06-4763-8033-ab5cd084787f {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-3245beef-0b06-4763-8033-ab5cd084787f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-3245beef-0b06-4763-8033-ab5cd084787f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-3245beef-0b06-4763-8033-ab5cd084787f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-3245beef-0b06-4763-8033-ab5cd084787f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-3245beef-0b06-4763-8033-ab5cd084787f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-3245beef-0b06-4763-8033-ab5cd084787f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-3245beef-0b06-4763-8033-ab5cd084787f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 {
  text-align: center;
}


.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 {
  max-width:  100%;
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom,
.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 {
  max-width:  100%;
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom,
.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 {
  max-width:  100%;
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom,
.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 {
  max-width:  100%;
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom,
.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 {
  max-width:  100%;
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom,
.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0a0cc837-7932-4735-87a9-b326e2fa64e5 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8-btn-wrapper {
    text-align: center;
  }


#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-variant-btn:active, #s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b02258e8-7b2b-450d-b5aa-f6ed563ab0f8 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81b3c11b-3a54-4afe-95f4-e12a67613dbb-atc-btn-wrapper {
    text-align: center;
  }


#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-81b3c11b-3a54-4afe-95f4-e12a67613dbb-atc-btn-wrapper {
    text-align: center;
  }


#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-81b3c11b-3a54-4afe-95f4-e12a67613dbb-atc-btn-wrapper {
    text-align: center;
  }


#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-81b3c11b-3a54-4afe-95f4-e12a67613dbb-atc-btn-wrapper {
    text-align: center;
  }


#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-81b3c11b-3a54-4afe-95f4-e12a67613dbb-atc-btn-wrapper {
    text-align: center;
  }


#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-81b3c11b-3a54-4afe-95f4-e12a67613dbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9048d4db-ad9c-4e38-b42b-2db291957d7f {
  min-height: 50px;
}








#s-9048d4db-ad9c-4e38-b42b-2db291957d7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9048d4db-ad9c-4e38-b42b-2db291957d7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f182d3c-108a-41d2-b14f-67454f247caf {
  margin-top: 23px;
margin-bottom: 23px;
min-height: 50px;
}








#s-2f182d3c-108a-41d2-b14f-67454f247caf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f182d3c-108a-41d2-b14f-67454f247caf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b627d21b-5586-494e-81a2-7417b6b2c204 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b627d21b-5586-494e-81a2-7417b6b2c204"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-b627d21b-5586-494e-81a2-7417b6b2c204"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-b627d21b-5586-494e-81a2-7417b6b2c204"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-b627d21b-5586-494e-81a2-7417b6b2c204"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-b627d21b-5586-494e-81a2-7417b6b2c204"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-b627d21b-5586-494e-81a2-7417b6b2c204"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-b627d21b-5586-494e-81a2-7417b6b2c204"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 {
  text-align: center;
}


.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 {
  max-width:  100%;
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom,
.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){
.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 {
  max-width:  100%;
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom,
.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 {
  max-width:  100%;
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom,
.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 {
  max-width:  100%;
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom,
.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}@media (max-width: 767px){
.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 {
  max-width:  100%;
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom,
.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 img.shogun-image {
  max-width: 120px !important;
  
}

.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-55568a7c-428f-4ccd-9f45-ea5f723e8662 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

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

#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1-btn-wrapper {
    text-align: center;
  }


#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-variant-btn:active, #s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e4771181-3ba9-46ec-9c93-ccb1ff5010d1 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-96b98226-0851-4879-905c-8276b4950ac7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-radius: 2px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-96b98226-0851-4879-905c-8276b4950ac7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-96b98226-0851-4879-905c-8276b4950ac7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96b98226-0851-4879-905c-8276b4950ac7-atc-btn-wrapper {
    text-align: center;
  }


#s-96b98226-0851-4879-905c-8276b4950ac7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-96b98226-0851-4879-905c-8276b4950ac7-atc-btn-wrapper {
    text-align: center;
  }


#s-96b98226-0851-4879-905c-8276b4950ac7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-96b98226-0851-4879-905c-8276b4950ac7-atc-btn-wrapper {
    text-align: center;
  }


#s-96b98226-0851-4879-905c-8276b4950ac7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-96b98226-0851-4879-905c-8276b4950ac7-atc-btn-wrapper {
    text-align: center;
  }


#s-96b98226-0851-4879-905c-8276b4950ac7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-96b98226-0851-4879-905c-8276b4950ac7-atc-btn-wrapper {
    text-align: center;
  }


#s-96b98226-0851-4879-905c-8276b4950ac7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-96b98226-0851-4879-905c-8276b4950ac7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-90280fec-56e2-42be-b521-47e9f4d78fe7 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-90280fec-56e2-42be-b521-47e9f4d78fe7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-90280fec-56e2-42be-b521-47e9f4d78fe7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-90280fec-56e2-42be-b521-47e9f4d78fe7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-90280fec-56e2-42be-b521-47e9f4d78fe7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.6666666666666667px);
}

}

#s-c6da6f81-a783-4873-86fb-fde7cdfb6e8e {
  text-align: center;
}

#s-c6da6f81-a783-4873-86fb-fde7cdfb6e8e {
  overflow: hidden;
  
  
}







  #s-c6da6f81-a783-4873-86fb-fde7cdfb6e8e img.shogun-image {
    

    
    
    
  }


#s-c6da6f81-a783-4873-86fb-fde7cdfb6e8e .shogun-image-content {
  
    justify-content: center;
  
}

#s-53ebfe2a-ce1b-4923-a029-1fe399b6e24f {
  text-align: center;
}

#s-53ebfe2a-ce1b-4923-a029-1fe399b6e24f {
  overflow: hidden;
  
  
}







  #s-53ebfe2a-ce1b-4923-a029-1fe399b6e24f img.shogun-image {
    

    
    
    
  }


#s-53ebfe2a-ce1b-4923-a029-1fe399b6e24f .shogun-image-content {
  
    justify-content: center;
  
}

#s-3fc2d326-a663-488c-846d-b2d3cd1c263d {
  box-shadow:    rgba(0, 0, 0, 0.34);
text-align: center;
}

#s-3fc2d326-a663-488c-846d-b2d3cd1c263d {
  overflow: hidden;
  
  
}







  #s-3fc2d326-a663-488c-846d-b2d3cd1c263d img.shogun-image {
    

    
    
    
  }


#s-3fc2d326-a663-488c-846d-b2d3cd1c263d .shogun-image-content {
  
    justify-content: center;
  
}

#s-a3861ede-810f-47cd-a045-acfd1369aa2a {
  text-align: center;
}

#s-a3861ede-810f-47cd-a045-acfd1369aa2a {
  overflow: hidden;
  
  
}







  #s-a3861ede-810f-47cd-a045-acfd1369aa2a img.shogun-image {
    

    
    
    
  }


#s-a3861ede-810f-47cd-a045-acfd1369aa2a .shogun-image-content {
  
    justify-content: center;
  
}

#s-7d99a98c-7ecb-4ccb-9184-362d45ea5d60 {
  text-align: center;
}

#s-7d99a98c-7ecb-4ccb-9184-362d45ea5d60 {
  overflow: hidden;
  
  
}







  #s-7d99a98c-7ecb-4ccb-9184-362d45ea5d60 img.shogun-image {
    

    
    
    
  }


#s-7d99a98c-7ecb-4ccb-9184-362d45ea5d60 .shogun-image-content {
  
    justify-content: center;
  
}

#s-555ebc42-96f2-4ab4-ac4e-db4574183ca0 {
  text-align: center;
}

#s-555ebc42-96f2-4ab4-ac4e-db4574183ca0 {
  overflow: hidden;
  
  
}







  #s-555ebc42-96f2-4ab4-ac4e-db4574183ca0 img.shogun-image {
    

    
    
    
  }


#s-555ebc42-96f2-4ab4-ac4e-db4574183ca0 .shogun-image-content {
  
    justify-content: center;
  
}

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